Build #1 for GraphHammer-examples-0.3

[all reports]

Package GraphHammer-examples-0.3
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies mtl-2.1.2, containers-0.5.0.0, base-4.6.0.1, array-0.4.0.1, GraphHammer-0.3, Graph500-0.4.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring GraphHammer-examples-0.3...
Dependency Graph500 ==0.4.0: using Graph500-0.4.0
Dependency GraphHammer ==0.3: using GraphHammer-0.3
Dependency array ==0.4.0.1: using array-0.4.0.1
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency containers ==0.5.0.0: using containers-0.5.0.0
Dependency mtl ==2.1.2: using mtl-2.1.2
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/GraphHammer-examples-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/GraphHammer-examples-0.3
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/GraphHammer-examples-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 GraphHammer-examples-0.3...
Preprocessing library GraphHammer-examples-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 -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name GraphHammer-examples-0.3 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id Graph500-0.4.0-2c4ccc99c91bbcb0646ff0500669c8a8 -package-id GraphHammer-0.3-0b435eb9b2f0f7a00b950cc0f1fd8b90 -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -XHaskell98 GraphHammer.TriangleCount GraphHammer.VertexDegree GraphHammer.ClusteringCoefficient -O0
[1 of 3] Compiling GraphHammer.VertexDegree ( src/GraphHammer/VertexDegree.hs, dist/build/GraphHammer/VertexDegree.o )
[2 of 3] Compiling GraphHammer.TriangleCount ( src/GraphHammer/TriangleCount.hs, dist/build/GraphHammer/TriangleCount.o )
[3 of 3] Compiling GraphHammer.ClusteringCoefficient ( src/GraphHammer/ClusteringCoefficient.hs, dist/build/GraphHammer/ClusteringCoefficient.o )
Linking...
/usr/bin/ar -r dist/build/libHSGraphHammer-examples-0.3.a dist/build/GraphHammer/TriangleCount.o dist/build/GraphHammer/VertexDegree.o dist/build/GraphHammer/ClusteringCoefficient.o
/usr/bin/ar: creating dist/build/libHSGraphHammer-examples-0.3.a
In-place registering GraphHammer-examples-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
Preprocessing executable 'TriangleCountTest' for GraphHammer-examples-0.3...
Building executable TriangleCountTest...
creating dist/build/TriangleCountTest
creating dist/build/TriangleCountTest/TriangleCountTest-tmp
/usr/local/bin/ghc --make -fbuilding-cabal-package -odir dist/build/TriangleCountTest/TriangleCountTest-tmp -hidir dist/build/TriangleCountTest/TriangleCountTest-tmp -stubdir dist/build/TriangleCountTest/TriangleCountTest-tmp -i -idist/build/TriangleCountTest/TriangleCountTest-tmp -isrc -idist/build/autogen -Idist/build/autogen -Idist/build/TriangleCountTest/TriangleCountTest-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id Graph500-0.4.0-2c4ccc99c91bbcb0646ff0500669c8a8 -package-id GraphHammer-0.3-0b435eb9b2f0f7a00b950cc0f1fd8b90 -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -XHaskell98 src/TriangleCountTest.hs -o dist/build/TriangleCountTest/TriangleCountTest -rtsopts -threaded -O3 -Wall -O0

src/TriangleCountTest.hs:31:8:
    Could not find module `OneToOneGraphGenerator'
    Use -v to see a list of the files searched for.

Test log

No test log was submitted for this report.