Build #1 for fen2s-1.0

[all reports]

Package fen2s-1.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-05-27 19:28:58.069699 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies opentheory-unicode-1.140, base-4.7.0.1, api-opentheory-unicode-1.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring primitive-0.6...
Building primitive-0.6...
Preprocessing library primitive-0.6...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6...
Running Haddock for primitive-0.6...
Running hscolour for primitive-0.6...
Preprocessing library primitive-0.6...
Preprocessing library primitive-0.6...
Haddock coverage:
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  75% ( 12 / 16) in 'Control.Monad.Primitive'
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 15 / 15) in 'Data.Primitive.Array'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
 100% ( 16 / 16) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file: /tmp/pkgConf-primitive-01989.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/primitive-0.6
Registering primitive-0.6...
Installed primitive-0.6
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-11989.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1
Registering random-1.1...
Installed random-1.1
Configuring tf-random-0.5...
Building tf-random-0.5...
Preprocessing library tf-random-0.5...
[1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o )
[2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o )

src/System/Random/TF/Init.hs:94:5: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o )
[4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o )
In-place registering tf-random-0.5...
Running Haddock for tf-random-0.5...
Running hscolour for tf-random-0.5...
Preprocessing library tf-random-0.5...
Preprocessing library tf-random-0.5...

src/System/Random/TF/Init.hs:94:5: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
Haddock coverage:
 100% (  4 /  4) in 'System.Random.TF.Gen'
  83% (  5 /  6) in 'System.Random.TF.Init'
  33% (  1 /  3) in 'System.Random.TF.Instances'
 100% (  3 /  3) in 'System.Random.TF'
Documentation created: dist/doc/html/tf-random/index.html,
dist/doc/html/tf-random/tf-random.txt
Creating package registration file: /tmp/pkgConf-tf-random-01989.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/tf-random-0.5
Registering tf-random-0.5...
Installed tf-random-0.5
Configuring QuickCheck-2.8.1...
Building QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
[ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o )
[ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
[ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
[ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
[ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
[ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o )
[ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
[ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
[ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
[10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
[11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
[12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
[13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
[14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
[15 of 15] Compiling Test.QuickCheck  ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
In-place registering QuickCheck-2.8.1...
Running Haddock for QuickCheck-2.8.1...
Running hscolour for QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
Haddock coverage:
  10% (  2 / 20) in 'Test.QuickCheck.Random'
  33% (  3 /  9) in 'Test.QuickCheck.Exception'
   6% (  1 / 18) in 'Test.QuickCheck.Text'
 100% (  2 /  2) in 'Test.QuickCheck.State'
  89% ( 25 / 28) in 'Test.QuickCheck.Gen'
  80% (  4 /  5) in 'Test.QuickCheck.Gen.Unsafe'
 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary'
  93% ( 14 / 15) in 'Test.QuickCheck.Modifiers'
  14% (  1 /  7) in 'Test.QuickCheck.Poly'
  38% (  3 /  8) in 'Test.QuickCheck.Function'
  62% ( 44 / 71) in 'Test.QuickCheck.Property'
  50% ( 14 / 28) in 'Test.QuickCheck.Test'
 100% (  9 /  9) in 'Test.QuickCheck.All'
  78% ( 14 / 18) in 'Test.QuickCheck.Monadic'
  99% (127 /128) in 'Test.QuickCheck'
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
    Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.gSubterms Test.QuickCheck.Arbitrary.gSubtermsIncl
Warning: Test.QuickCheck: could not find link destinations for:
    Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms
Documentation created: dist/doc/html/QuickCheck/index.html,
dist/doc/html/QuickCheck/QuickCheck.txt
Creating package registration file: /tmp/pkgConf-QuickCheck-2.81989.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/QuickCheck-2.8.1
Registering QuickCheck-2.8.1...
Installed QuickCheck-2.8.1
Configuring opentheory-primitive-1.7...
Building opentheory-primitive-1.7...
Preprocessing library opentheory-primitive-1.7...
[1 of 5] Compiling OpenTheory.Primitive.Test ( src/OpenTheory/Primitive/Test.hs, dist/build/OpenTheory/Primitive/Test.o )
[2 of 5] Compiling OpenTheory.Primitive.Random ( src/OpenTheory/Primitive/Random.hs, dist/build/OpenTheory/Primitive/Random.o )
[3 of 5] Compiling OpenTheory.Primitive.Natural ( src/OpenTheory/Primitive/Natural.hs, dist/build/OpenTheory/Primitive/Natural.o )

src/OpenTheory/Primitive/Natural.hs:86:10: Warning:
    No explicit implementation for
      ‘bitSizeMaybe’
    In the instance declaration for ‘Bits Natural’
[4 of 5] Compiling OpenTheory.Primitive.Byte ( src/OpenTheory/Primitive/Byte.hs, dist/build/OpenTheory/Primitive/Byte.o )
[5 of 5] Compiling OpenTheory.Primitive.Word16 ( src/OpenTheory/Primitive/Word16.hs, dist/build/OpenTheory/Primitive/Word16.o )
In-place registering opentheory-primitive-1.7...
Running Haddock for opentheory-primitive-1.7...
Running hscolour for opentheory-primitive-1.7...
Preprocessing library opentheory-primitive-1.7...
Preprocessing library opentheory-primitive-1.7...

src/OpenTheory/Primitive/Natural.hs:86:10: Warning:
    No explicit implementation for
      ‘bitSizeMaybe’
    In the instance declaration for ‘Bits Natural’
Haddock coverage:
  33% (  1 /  3) in 'OpenTheory.Primitive.Test'
  20% (  1 /  5) in 'OpenTheory.Primitive.Random'
  25% (  1 /  4) in 'OpenTheory.Primitive.Natural'
  10% (  1 / 10) in 'OpenTheory.Primitive.Byte'
   9% (  1 / 11) in 'OpenTheory.Primitive.Word16'
Documentation created: dist/doc/html/opentheory-primitive/index.html,
dist/doc/html/opentheory-primitive/opentheory-primitive.txt
Creating package registration file: /tmp/pkgConf-opentheory-primitive-11989.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-primitive-1.7
Registering opentheory-primitive-1.7...
Installed opentheory-primitive-1.7
Configuring opentheory-1.199...
Building opentheory-1.199...
Preprocessing library opentheory-1.199...
[1 of 2] Compiling OpenTheory.Natural ( src/OpenTheory/Natural.hs, dist/build/OpenTheory/Natural.o )
[2 of 2] Compiling OpenTheory.List  ( src/OpenTheory/List.hs, dist/build/OpenTheory/List.o )
In-place registering opentheory-1.199...
Running Haddock for opentheory-1.199...
Running hscolour for opentheory-1.199...
Preprocessing library opentheory-1.199...
Preprocessing library opentheory-1.199...
Haddock coverage:
  33% (  1 /  3) in 'OpenTheory.Natural'
  50% (  1 /  2) in 'OpenTheory.List'
Documentation created: dist/doc/html/opentheory/index.html,
dist/doc/html/opentheory/opentheory.txt
Creating package registration file: /tmp/pkgConf-opentheory-11989.199
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-1.199
Registering opentheory-1.199...
Installed opentheory-1.199
Configuring opentheory-parser-1.158...
Building opentheory-parser-1.158...
Preprocessing library opentheory-parser-1.158...
[1 of 2] Compiling OpenTheory.Parser.Stream ( src/OpenTheory/Parser/Stream.hs, dist/build/OpenTheory/Parser/Stream.o )
[2 of 2] Compiling OpenTheory.Parser ( src/OpenTheory/Parser.hs, dist/build/OpenTheory/Parser.o )
In-place registering opentheory-parser-1.158...
Running Haddock for opentheory-parser-1.158...
Running hscolour for opentheory-parser-1.158...
Preprocessing library opentheory-parser-1.158...
Preprocessing library opentheory-parser-1.158...
Haddock coverage:
  12% (  1 /  8) in 'OpenTheory.Parser.Stream'
   6% (  1 / 16) in 'OpenTheory.Parser'
Documentation created: dist/doc/html/opentheory-parser/index.html,
dist/doc/html/opentheory-parser/opentheory-parser.txt
Creating package registration file: /tmp/pkgConf-opentheory-parser-11989.158
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-parser-1.158
Registering opentheory-parser-1.158...
Installed opentheory-parser-1.158
Configuring opentheory-probability-1.49...
Building opentheory-probability-1.49...
Preprocessing library opentheory-probability-1.49...
[1 of 3] Compiling OpenTheory.Random ( src/OpenTheory/Random.hs, dist/build/OpenTheory/Random.o )
[2 of 3] Compiling OpenTheory.Natural.Geometric ( src/OpenTheory/Natural/Geometric.hs, dist/build/OpenTheory/Natural/Geometric.o )
[3 of 3] Compiling OpenTheory.List.Geometric ( src/OpenTheory/List/Geometric.hs, dist/build/OpenTheory/List/Geometric.o )
In-place registering opentheory-probability-1.49...
Running Haddock for opentheory-probability-1.49...
Running hscolour for opentheory-probability-1.49...
Preprocessing library opentheory-probability-1.49...
Preprocessing library opentheory-probability-1.49...
Haddock coverage:
  33% (  1 /  3) in 'OpenTheory.Random'
  50% (  1 /  2) in 'OpenTheory.Natural.Geometric'
  50% (  1 /  2) in 'OpenTheory.List.Geometric'
Documentation created: dist/doc/html/opentheory-probability/index.html,
dist/doc/html/opentheory-probability/opentheory-probability.txt
Creating package registration file:
/tmp/pkgConf-opentheory-probability-11989.49
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-probability-1.49
Registering opentheory-probability-1.49...
Installed opentheory-probability-1.49
Configuring opentheory-bits-1.66...
Building opentheory-bits-1.66...
Preprocessing library opentheory-bits-1.66...
[1 of 2] Compiling OpenTheory.Natural.Bits ( src/OpenTheory/Natural/Bits.hs, dist/build/OpenTheory/Natural/Bits.o )
[2 of 2] Compiling OpenTheory.Natural.Uniform ( src/OpenTheory/Natural/Uniform.hs, dist/build/OpenTheory/Natural/Uniform.o )
In-place registering opentheory-bits-1.66...
Running Haddock for opentheory-bits-1.66...
Running hscolour for opentheory-bits-1.66...
Preprocessing library opentheory-bits-1.66...
Preprocessing library opentheory-bits-1.66...
Haddock coverage:
   8% (  1 / 12) in 'OpenTheory.Natural.Bits'
  50% (  1 /  2) in 'OpenTheory.Natural.Uniform'
Documentation created: dist/doc/html/opentheory-bits/index.html,
dist/doc/html/opentheory-bits/opentheory-bits.txt
Creating package registration file: /tmp/pkgConf-opentheory-bits-11989.66
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-bits-1.66
Registering opentheory-bits-1.66...
Installed opentheory-bits-1.66
Configuring opentheory-byte-1.126...
Building opentheory-byte-1.126...
Preprocessing library opentheory-byte-1.126...
[1 of 1] Compiling OpenTheory.Byte  ( src/OpenTheory/Byte.hs, dist/build/OpenTheory/Byte.o )
In-place registering opentheory-byte-1.126...
Running Haddock for opentheory-byte-1.126...
Running hscolour for opentheory-byte-1.126...
Preprocessing library opentheory-byte-1.126...
Preprocessing library opentheory-byte-1.126...
Haddock coverage:
  25% (  1 /  4) in 'OpenTheory.Byte'
Documentation created: dist/doc/html/opentheory-byte/index.html,
dist/doc/html/opentheory-byte/opentheory-byte.txt
Creating package registration file: /tmp/pkgConf-opentheory-byte-11989.126
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-byte-1.126
Registering opentheory-byte-1.126...
Installed opentheory-byte-1.126
Configuring opentheory-unicode-1.140...
Building opentheory-unicode-1.140...
Preprocessing library opentheory-unicode-1.140...
[1 of 2] Compiling OpenTheory.Unicode ( src/OpenTheory/Unicode.hs, dist/build/OpenTheory/Unicode.o )
[2 of 2] Compiling OpenTheory.Unicode.UTF8 ( src/OpenTheory/Unicode/UTF8.hs, dist/build/OpenTheory/Unicode/UTF8.o )
In-place registering opentheory-unicode-1.140...
Running Haddock for opentheory-unicode-1.140...
Running hscolour for opentheory-unicode-1.140...
Preprocessing library opentheory-unicode-1.140...
Preprocessing library opentheory-unicode-1.140...
Haddock coverage:
  11% (  1 /  9) in 'OpenTheory.Unicode'
   8% (  1 / 13) in 'OpenTheory.Unicode.UTF8'
Documentation created: dist/doc/html/opentheory-unicode/index.html,
dist/doc/html/opentheory-unicode/opentheory-unicode.txt
Creating package registration file: /tmp/pkgConf-opentheory-unicode-11989.140
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/opentheory-unicode-1.140
Registering opentheory-unicode-1.140...
Installed opentheory-unicode-1.140
Configuring api-opentheory-unicode-1.2...
Building api-opentheory-unicode-1.2...
Preprocessing library api-opentheory-unicode-1.2...
[1 of 1] Compiling Unicode          ( src/Unicode.hs, dist/build/Unicode.o )
In-place registering api-opentheory-unicode-1.2...
Running Haddock for api-opentheory-unicode-1.2...
Running hscolour for api-opentheory-unicode-1.2...
Preprocessing library api-opentheory-unicode-1.2...
Preprocessing library api-opentheory-unicode-1.2...
Haddock coverage:
   8% (  1 / 12) in 'Unicode'
Documentation created: dist/doc/html/api-opentheory-unicode/index.html,
dist/doc/html/api-opentheory-unicode/api-opentheory-unicode.txt
Creating package registration file:
/tmp/pkgConf-api-opentheory-unicode-11989.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/api-opentheory-unicode-1.2
Registering api-opentheory-unicode-1.2...
Installed api-opentheory-unicode-1.2
Downloading fen2s-1.0...
Configuring fen2s-1.0...
Building fen2s-1.0...
Preprocessing library fen2s-1.0...
[1 of 1] Compiling Chess            ( src/Chess.hs, dist/build/Chess.o )
In-place registering fen2s-1.0...
Preprocessing executable 'fen2s' for fen2s-1.0...
[1 of 2] Compiling Chess            ( src/Chess.hs, dist/build/fen2s/fen2s-tmp/Chess.o )
[2 of 2] Compiling Main             ( src/Main.hs, dist/build/fen2s/fen2s-tmp/Main.o )
Linking dist/build/fen2s/fen2s ...
Preprocessing executable 'fen2s-test' for fen2s-1.0...
[1 of 2] Compiling Chess            ( src/Chess.hs, dist/build/fen2s-test/fen2s-test-tmp/Chess.o )
[2 of 2] Compiling Main             ( src/Test.hs, dist/build/fen2s-test/fen2s-test-tmp/Main.o )
Linking dist/build/fen2s-test/fen2s-test ...
Running Haddock for fen2s-1.0...
Running hscolour for fen2s-1.0...
Preprocessing library fen2s-1.0...
Preprocessing executable 'fen2s' for fen2s-1.0...
Preprocessing executable 'fen2s-test' for fen2s-1.0...
Preprocessing library fen2s-1.0...
Haddock coverage:
   6% (  1 / 16) in 'Chess'
Documentation created: dist/doc/html/fen2s/index.html,
dist/doc/html/fen2s/fen2s.txt
Preprocessing executable 'fen2s' for fen2s-1.0...
Preprocessing executable 'fen2s-test' for fen2s-1.0...
Creating package registration file: /tmp/pkgConf-fen2s-11989.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/fen2s-1.0
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering fen2s-1.0...
Installed fen2s-1.0

Test log

No test log was submitted for this report.