Build #1 for TCache-0.10.0.3

[all reports]

Package TCache-0.10.0.3
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies text-0.11.2.3, stm-2.4.2, old-time-1.1.0.1, mtl-2.1.2, directory-1.2.0.1, containers-0.5.0.0, bytestring-0.10.0.2, base-4.6.0.1, RefSerialize-0.3.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring TCache-0.10.0.3...
Dependency RefSerialize ==0.3.1.0: using RefSerialize-0.3.1.0
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency bytestring ==0.10.0.2: using bytestring-0.10.0.2
Dependency containers ==0.5.0.0: using containers-0.5.0.0
Dependency directory ==1.2.0.1: using directory-1.2.0.1
Dependency mtl ==2.1.2: using mtl-2.1.2
Dependency old-time ==1.1.0.1: using old-time-1.1.0.1
Dependency stm ==2.4.2: using stm-2.4.2
Dependency text ==0.11.2.3: using text-0.11.2.3
Using Cabal-1.16.0.3 compiled by ghc-7.6
Using compiler: ghc-7.6.3
Using install prefix: /srv/hackage/var/build/cache/inst
Binaries installed in: /srv/hackage/var/build/cache/inst/bin
Libraries installed in:
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3
Private binaries installed in: /srv/hackage/var/build/cache/inst/libexec
Data files installed in:
/srv/hackage/var/build/cache/inst/share/TCache-0.10.0.3
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3
Using alex version 3.0.1 found on system at: /usr/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 4.7 found on system at: /usr/bin/gcc
Using ghc version 7.6.3 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 7.6.3 found on system at: /usr/local/bin/ghc-pkg
No greencard found
Using haddock version 2.13.2 found on system at: /usr/local/bin/haddock
Using happy version 1.18.9 found on system at: /usr/bin/happy
No hmake found
Using hpc version 0.6 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.19 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
No pkg-config found
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
creating dist/build
creating dist/build/autogen
Building TCache-0.10.0.3...
Preprocessing library TCache-0.10.0.3...
Building library...
creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name TCache-0.10.0.3 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id RefSerialize-0.3.1.0-3fa720f8bdb3e28123d835c0021f590c -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883 -package-id stm-2.4.2-6be63108014c27d569a9b7e064390082 -package-id text-0.11.2.3-20bbe8fabd6e57647019c7050504c715 -XHaskell98 -XOverlappingInstances -XUndecidableInstances -XScopedTypeVariables -XDeriveDataTypeable Data.TCache Data.TCache.DefaultPersistence Data.TCache.Defs Data.TCache.IResource Data.TCache.IndexQuery Data.TCache.IndexText Data.TCache.Memoization Data.TCache.Triggers Data.Persistent.Collection -O0
[1 of 9] Compiling Data.TCache.IResource ( Data/TCache/IResource.hs, dist/build/Data/TCache/IResource.o )
[2 of 9] Compiling Data.TCache.Defs ( Data/TCache/Defs.hs, dist/build/Data/TCache/Defs.o )
[3 of 9] Compiling Data.TCache.Triggers ( Data/TCache/Triggers.hs, dist/build/Data/TCache/Triggers.o )
[4 of 9] Compiling Data.TCache      ( Data/TCache.hs, dist/build/Data/TCache.o )

Data/TCache.hs:254:1: Warning:
    Module `Data.HashTable' is deprecated:
      Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead.

Data/TCache.hs:281:11: Warning:
    In the use of type constructor or class `HashTable'
    (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:298:14: Warning:
    In the use of `new' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:298:25: Warning:
    In the use of `hashString' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:307:15: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:322:8: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:399:8: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:408:25: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:416:6: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:536:26: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:636:25: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:659:23: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:677:30: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:696:33: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:711:26: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:725:26: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:754:16: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:816:16: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

Data/TCache.hs:839:47: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."
[5 of 9] Compiling Data.TCache.DefaultPersistence ( Data/TCache/DefaultPersistence.hs, dist/build/Data/TCache/DefaultPersistence.o )
[6 of 9] Compiling Data.TCache.IndexQuery ( Data/TCache/IndexQuery.hs, dist/build/Data/TCache/IndexQuery.o )
[7 of 9] Compiling Data.TCache.IndexText ( Data/TCache/IndexText.hs, dist/build/Data/TCache/IndexText.o )
[8 of 9] Compiling Data.TCache.Memoization ( Data/TCache/Memoization.hs, dist/build/Data/TCache/Memoization.o )
[9 of 9] Compiling Data.Persistent.Collection ( Data/Persistent/Collection.hs, dist/build/Data/Persistent/Collection.o )
Linking...
/usr/bin/ar -r dist/build/libHSTCache-0.10.0.3.a dist/build/Data/TCache.o dist/build/Data/TCache/DefaultPersistence.o dist/build/Data/TCache/Defs.o dist/build/Data/TCache/IResource.o dist/build/Data/TCache/IndexQuery.o dist/build/Data/TCache/IndexText.o dist/build/Data/TCache/Memoization.o dist/build/Data/TCache/Triggers.o dist/build/Data/Persistent/Collection.o
/usr/bin/ar: creating dist/build/libHSTCache-0.10.0.3.a
In-place registering TCache-0.10.0.3...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --package-db=dist/package.conf.inplace --no-user-package-conf
Running Haddock for TCache-0.10.0.3...
/usr/local/bin/haddock --ghc-version --built-in-themes
creating dist/build
creating dist/build/autogen
Running hscolour for TCache-0.10.0.3...
creating dist/doc/html/TCache
creating dist/doc/html
creating dist/doc
creating dist/doc/html
creating dist/doc/html/TCache
Preprocessing library TCache-0.10.0.3...
creating dist/doc/html/TCache/src
/usr/bin/HsColour -print-css -odist/doc/html/TCache/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache.html Data/TCache.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-DefaultPersistence.html Data/TCache/DefaultPersistence.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-Defs.html Data/TCache/Defs.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-IResource.html Data/TCache/IResource.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-IndexQuery.html Data/TCache/IndexQuery.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-IndexText.html Data/TCache/IndexText.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-Memoization.html Data/TCache/Memoization.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-TCache-Triggers.html Data/TCache/Triggers.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/TCache/src/Data-Persistent-Collection.html Data/Persistent/Collection.hs
/usr/local/bin/ghc --print-libdir -O0
Preprocessing library TCache-0.10.0.3...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0, mtl-2.1.2, text-0.11.2.3,
transformers-0.3.0.0
copy Data/TCache.hs to dist/build/tmp-1296/Data/TCache.hs
copy Data/TCache/DefaultPersistence.hs to
dist/build/tmp-1296/Data/TCache/DefaultPersistence.hs
copy Data/TCache/Defs.hs to dist/build/tmp-1296/Data/TCache/Defs.hs
copy Data/TCache/IResource.hs to dist/build/tmp-1296/Data/TCache/IResource.hs
copy Data/TCache/IndexQuery.hs to
dist/build/tmp-1296/Data/TCache/IndexQuery.hs
copy Data/TCache/IndexText.hs to dist/build/tmp-1296/Data/TCache/IndexText.hs
copy Data/TCache/Memoization.hs to
dist/build/tmp-1296/Data/TCache/Memoization.hs
copy Data/TCache/Triggers.hs to dist/build/tmp-1296/Data/TCache/Triggers.hs
copy Data/Persistent/Collection.hs to
dist/build/tmp-1296/Data/Persistent/Collection.hs
creating dist/doc/html/TCache
/usr/local/bin/haddock --prologue=dist/doc/html/TCache/haddock-prolog1296.txt --dump-interface=dist/doc/html/TCache/TCache.haddock --optghc=-package-name --optghc=TCache-0.10.0.3 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/TCache-0.10.0.3 --verbosity=1 --html --read-interface=/package/RefSerialize-0.3.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/RefSerialize.haddock --read-interface=/package/array-0.4.0.1/docs,/usr/local/share/doc/ghc/html/libraries/array-0.4.0.1/array.haddock --read-interface=/package/base-4.6.0.1/docs,/usr/local/share/doc/ghc/html/libraries/base-4.6.0.1/base.haddock --read-interface=/package/binary-0.5.1.1/docs,/usr/local/share/doc/ghc/html/libraries/binary-0.5.1.1/binary.haddock --read-interface=/package/bytestring-0.10.0.2/docs,/usr/local/share/doc/ghc/html/libraries/bytestring-0.10.0.2/bytestring.haddock --read-interface=/package/containers-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/containers-0.5.0.0/containers.haddock --read-interface=/package/deepseq-1.3.0.1/docs,/usr/local/share/doc/ghc/html/libraries/deepseq-1.3.0.1/deepseq.haddock --read-interface=/package/directory-1.2.0.1/docs,/usr/local/share/doc/ghc/html/libraries/directory-1.2.0.1/directory.haddock --read-interface=/package/filepath-1.3.0.1/docs,/usr/local/share/doc/ghc/html/libraries/filepath-1.3.0.1/filepath.haddock --read-interface=/package/ghc-prim-0.3.0.0/docs,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.3.0.0/ghc-prim.haddock --read-interface=/package/integer-gmp-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.5.0.0/integer-gmp.haddock --read-interface=/package/old-locale-1.0.0.5/docs,/usr/local/share/doc/ghc/html/libraries/old-locale-1.0.0.5/old-locale.haddock --read-interface=/package/old-time-1.1.0.1/docs,/usr/local/share/doc/ghc/html/libraries/old-time-1.1.0.1/old-time.haddock --read-interface=/package/stm-2.4.2/docs,/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/stm.haddock --read-interface=/package/time-1.4.0.1/docs,/usr/local/share/doc/ghc/html/libraries/time-1.4.0.1/time.haddock --read-interface=/package/unix-2.6.0.1/docs,/usr/local/share/doc/ghc/html/libraries/unix-2.6.0.1/unix.haddock --odir=dist/doc/html/TCache/ --title=TCache-0.10.0.3: A Transactional cache with user-defined persistence --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-1296 --optghc=-hidir --optghc=dist/build/tmp-1296 --optghc=-stubdir --optghc=dist/build/tmp-1296 --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-hide-all-packages --optghc=-package-db --optghc=/srv/hackage/var/build/cache/inst/local.conf.d --optghc=-package-id --optghc=RefSerialize-0.3.1.0-3fa720f8bdb3e28123d835c0021f590c --optghc=-package-id --optghc=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f --optghc=-package-id --optghc=containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 --optghc=-package-id --optghc=directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2 --optghc=-package-id --optghc=mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 --optghc=-package-id --optghc=old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883 --optghc=-package-id --optghc=stm-2.4.2-6be63108014c27d569a9b7e064390082 --optghc=-package-id --optghc=text-0.11.2.3-20bbe8fabd6e57647019c7050504c715 --optghc=-XHaskell98 --optghc=-XOverlappingInstances --optghc=-XUndecidableInstances --optghc=-XScopedTypeVariables --optghc=-XDeriveDataTypeable -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-1296/Data/TCache.hs dist/build/tmp-1296/Data/TCache/DefaultPersistence.hs dist/build/tmp-1296/Data/TCache/Defs.hs dist/build/tmp-1296/Data/TCache/IResource.hs dist/build/tmp-1296/Data/TCache/IndexQuery.hs dist/build/tmp-1296/Data/TCache/IndexText.hs dist/build/tmp-1296/Data/TCache/Memoization.hs dist/build/tmp-1296/Data/TCache/Triggers.hs dist/build/tmp-1296/Data/Persistent/Collection.hs --built-in-themes

dist/build/tmp-1296/Data/TCache.hs:254:1: Warning:
    Module `Data.HashTable' is deprecated:
      Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead.

dist/build/tmp-1296/Data/TCache.hs:281:11: Warning:
    In the use of type constructor or class `HashTable'
    (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:298:14: Warning:
    In the use of `new' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:298:25: Warning:
    In the use of `hashString' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:307:15: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:322:8: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:399:8: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:408:25: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:416:6: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:536:26: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:636:25: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:659:23: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:677:30: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:696:33: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:711:26: Warning:
    In the use of `H.lookup' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:725:26: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:754:16: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:816:16: Warning:
    In the use of `toList' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."

dist/build/tmp-1296/Data/TCache.hs:839:47: Warning:
    In the use of `update' (imported from Data.HashTable):
    Deprecated: "Data.HashTable will be removed in GHC 7.8. Please use an alternative, e.g. the hashtables package, instead."
Haddock coverage:
  75% (  3 /  4) in 'Data.TCache.IResource'
  29% (  6 / 21) in 'Data.TCache.Defs'
  33% (  2 /  6) in 'Data.TCache.Triggers'
  94% ( 46 / 49) in 'Data.TCache'
haddock module header parse failed: Cannot parse header documentation paragraphs
  80% (  4 /  5) in 'Data.TCache.DefaultPersistence'
  50% (  4 /  8) in 'Data.TCache.IndexQuery'
 100% (  5 /  5) in 'Data.TCache.IndexText'
 100% (  5 /  5) in 'Data.TCache.Memoization'
  86% ( 18 / 21) in 'Data.Persistent.Collection'
Warning: Data.TCache.Defs: could not find link destinations for:
    Data.TCache.IndexQuery.Queriable
Warning: Data.TCache.Triggers: could not find link destinations for:
    Data.TCache.IndexQuery.Queriable
Warning: Data.TCache: could not find link destinations for:
    Data.TCache.IndexQuery.Queriable Data.TCache.Ht
Warning: Data.TCache.IndexQuery: could not find link destinations for:
    Data.TCache.IndexQuery.Queriable Data.TCache.IndexQuery.SetOperations
Warning: Data.TCache.IndexText: could not find link destinations for:
    Data.Text.Lazy.Internal.Text
Warning: Data.TCache.Memoization: could not find link destinations for:
    Control.Monad.IO.Class.MonadIO Data.Functor.Identity.Identity
Warning: Data.Persistent.Collection: could not find link destinations for:
    Data.Persistent.Collection.Queue
Documentation created: dist/doc/html/TCache/index.html
directory dist/doc/html/TCache does exist: True
creating /srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html
copy directory 'dist/doc/html/TCache' to
'/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html'.
creating /srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html
creating /srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src
Installing dist/doc/html/TCache/TCache.haddock to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/TCache.haddock
Installing dist/doc/html/TCache/doc-index.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/doc-index.html
Installing dist/doc/html/TCache/Data-TCache-IResource.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-IResource.html
Installing dist/doc/html/TCache/mini_Data-TCache-IResource.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-IResource.html
Installing dist/doc/html/TCache/Data-TCache-Defs.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-Defs.html
Installing dist/doc/html/TCache/mini_Data-TCache-Defs.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-Defs.html
Installing dist/doc/html/TCache/Data-TCache-Triggers.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-Triggers.html
Installing dist/doc/html/TCache/mini_Data-TCache-Triggers.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-Triggers.html
Installing dist/doc/html/TCache/Data-TCache.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache.html
Installing dist/doc/html/TCache/mini_Data-TCache.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache.html
Installing dist/doc/html/TCache/Data-TCache-DefaultPersistence.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-DefaultPersistence.html
Installing dist/doc/html/TCache/mini_Data-TCache-DefaultPersistence.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-DefaultPersistence.html
Installing dist/doc/html/TCache/Data-TCache-IndexQuery.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-IndexQuery.html
Installing dist/doc/html/TCache/mini_Data-TCache-IndexQuery.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-IndexQuery.html
Installing dist/doc/html/TCache/Data-TCache-IndexText.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-IndexText.html
Installing dist/doc/html/TCache/mini_Data-TCache-IndexText.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-IndexText.html
Installing dist/doc/html/TCache/Data-TCache-Memoization.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-TCache-Memoization.html
Installing dist/doc/html/TCache/mini_Data-TCache-Memoization.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-TCache-Memoization.html
Installing dist/doc/html/TCache/Data-Persistent-Collection.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/Data-Persistent-Collection.html
Installing dist/doc/html/TCache/mini_Data-Persistent-Collection.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/mini_Data-Persistent-Collection.html
Installing dist/doc/html/TCache/hslogo-16.png to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/hslogo-16.png
Installing dist/doc/html/TCache/minus.gif to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/minus.gif
Installing dist/doc/html/TCache/ocean.css to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/ocean.css
Installing dist/doc/html/TCache/plus.gif to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/plus.gif
Installing dist/doc/html/TCache/synopsis.png to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/synopsis.png
Installing dist/doc/html/TCache/haskell_icon.gif to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/haskell_icon.gif
Installing dist/doc/html/TCache/xhaddock.css to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/xhaddock.css
Installing dist/doc/html/TCache/haddock-util.js to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/haddock-util.js
Installing dist/doc/html/TCache/frames.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/frames.html
Installing dist/doc/html/TCache/src/hscolour.css to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/hscolour.css
Installing dist/doc/html/TCache/src/Data-TCache.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache.html
Installing dist/doc/html/TCache/src/Data-TCache-DefaultPersistence.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-DefaultPersistence.html
Installing dist/doc/html/TCache/src/Data-TCache-Defs.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-Defs.html
Installing dist/doc/html/TCache/src/Data-TCache-IResource.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-IResource.html
Installing dist/doc/html/TCache/src/Data-TCache-IndexQuery.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-IndexQuery.html
Installing dist/doc/html/TCache/src/Data-TCache-IndexText.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-IndexText.html
Installing dist/doc/html/TCache/src/Data-TCache-Memoization.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-Memoization.html
Installing dist/doc/html/TCache/src/Data-TCache-Triggers.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-TCache-Triggers.html
Installing dist/doc/html/TCache/src/Data-Persistent-Collection.html to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/src/Data-Persistent-Collection.html
creating /srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html
Installing dist/doc/html/TCache/TCache.haddock to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/html/TCache.haddock
creating /srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3
Installing LICENSE to
/srv/hackage/var/build/cache/inst/share/doc/TCache-0.10.0.3/LICENSE
Installing library in
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data
creating
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache
creating
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/Persistent
Installing dist/build/Data/TCache.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache.hi
Installing dist/build/Data/TCache/DefaultPersistence.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/DefaultPersistence.hi
Installing dist/build/Data/TCache/Defs.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/Defs.hi
Installing dist/build/Data/TCache/IResource.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/IResource.hi
Installing dist/build/Data/TCache/IndexQuery.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/IndexQuery.hi
Installing dist/build/Data/TCache/IndexText.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/IndexText.hi
Installing dist/build/Data/TCache/Memoization.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/Memoization.hi
Installing dist/build/Data/TCache/Triggers.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/TCache/Triggers.hi
Installing dist/build/Data/Persistent/Collection.hi to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/Data/Persistent/Collection.hi
creating /srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3
Installing dist/build/libHSTCache-0.10.0.3.a to
/srv/hackage/var/build/cache/inst/lib/TCache-0.10.0.3/ghc-7.6.3/libHSTCache-0.10.0.3.a
/usr/local/bin/ghc --abi-hash -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name TCache-0.10.0.3 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id RefSerialize-0.3.1.0-3fa720f8bdb3e28123d835c0021f590c -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883 -package-id stm-2.4.2-6be63108014c27d569a9b7e064390082 -package-id text-0.11.2.3-20bbe8fabd6e57647019c7050504c715 -XHaskell98 -XOverlappingInstances -XUndecidableInstances -XScopedTypeVariables -XDeriveDataTypeable Data.TCache Data.TCache.DefaultPersistence Data.TCache.Defs Data.TCache.IResource Data.TCache.IndexQuery Data.TCache.IndexText Data.TCache.Memoization Data.TCache.Triggers Data.Persistent.Collection -O0
Registering TCache-0.10.0.3...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --no-user-package-conf

Test log

No test log was submitted for this report.