Build #5 for copilot-0.27

[all reports]

Package copilot-0.27
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-12-12 11:18:15.160573 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies random-1.1, process-1.2.3.0, mtl-2.2.1, filepath-1.4.0.0, directory-1.2.2.0, containers-0.5.6.2, base-4.8.1.0, atom-1.0.13
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
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 )

System/Random.hs:43:1: Warning: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
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...

System/Random.hs:43:1: Warning: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
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-1711645630195740084.1
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP
Registering random-1.1...
Installed random-1.1
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
  Missing documentation for:
    Module header
    STM (Control/Sequential/STM.hs:29)
    atomically (Control/Sequential/STM.hs:47)
    throwSTM (Control/Sequential/STM.hs:54)
    catchSTM (Control/Sequential/STM.hs:57)
    TVar (Control/Sequential/STM.hs:72)
    newTVar (Control/Sequential/STM.hs:75)
    newTVarIO (Control/Sequential/STM.hs:78)
    readTVar (Control/Sequential/STM.hs:83)
    readTVarIO (Control/Sequential/STM.hs:86)
    writeTVar (Control/Sequential/STM.hs:89)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
  Missing documentation for:
    newTSem (Control/Concurrent/STM/TSem.hs:42)
    waitTSem (Control/Concurrent/STM/TSem.hs:45)
    signalTSem (Control/Concurrent/STM/TSem.hs:51)
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.413093833031129033333.4
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring syb-0.6...
Building syb-0.6...
Preprocessing library syb-0.6...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o )
In-place registering syb-0.6...
Running Haddock for syb-0.6...
Running hscolour for syb-0.6...
Preprocessing library syb-0.6...
Preprocessing library syb-0.6...
Haddock coverage:
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% (  1 /  1) in 'Generics.SYB.Instances'
  96% ( 43 / 45) in 'Data.Generics.Aliases'
  Missing documentation for:
    GenericQ' (src/Data/Generics/Aliases.hs:268)
    GenericM' (src/Data/Generics/Aliases.hs:269)
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  2 /  2) in 'Generics.SYB.Twins'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt
Creating package registration file: /tmp/pkgConf-syb-0530498338873524566.6
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.6-2wX6OHAY1mu1En8Oic6xKR
Registering syb-0.6...
Installed syb-0.6
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
Running hscolour for transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:15)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:32)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:25)
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.4.03721602692013725218.4
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv
Registering transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Configuring exceptions-0.8.0.2...
Building exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
In-place registering exceptions-0.8.0.2...
Running Haddock for exceptions-0.8.0.2...
Running hscolour for exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Haddock coverage:
 100% ( 31 / 31) in 'Control.Monad.Catch'
  80% (  8 / 10) in 'Control.Monad.Catch.Pure'
  Missing documentation for:
    Catch (src/Control/Monad/Catch/Pure.hs:95)
    runCatch (src/Control/Monad/Catch/Pure.hs:97)
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.8.01979015720476152433.2
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ
Registering exceptions-0.8.0.2...
Installed exceptions-0.8.0.2
Configuring bimap-0.3.1...
Building bimap-0.3.1...
Preprocessing library bimap-0.3.1...
[1 of 1] Compiling Data.Bimap       ( Data/Bimap.hs, dist/build/Data/Bimap.o )
In-place registering bimap-0.3.1...
Running Haddock for bimap-0.3.1...
Running hscolour for bimap-0.3.1...
Preprocessing library bimap-0.3.1...
Preprocessing library bimap-0.3.1...
Haddock coverage:
 100% ( 71 / 71) in 'Data.Bimap'
Documentation created: dist/doc/html/bimap/index.html,
dist/doc/html/bimap/bimap.txt
Creating package registration file:
/tmp/pkgConf-bimap-0.317304186571610009097.1
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bimap-0.3.1-1nunJygbW1q1fWL2mnBffF
Registering bimap-0.3.1...
Installed bimap-0.3.1
Configuring atom-1.0.13...
Building atom-1.0.13...
Preprocessing library atom-1.0.13...
[ 1 of 17] Compiling Language.Atom.Expressions ( Language/Atom/Expressions.hs, dist/build/Language/Atom/Expressions.o )

Language/Atom/Expressions.hs:592:10: Warning:
    No explicit implementation for
      ‘bitSizeMaybe’, ‘testBit’, ‘bit’, and ‘popCount’
    In the instance declaration for ‘Bits (E a)’
[ 2 of 17] Compiling Language.Atom.UeMap ( Language/Atom/UeMap.hs, dist/build/Language/Atom/UeMap.o )
[ 3 of 17] Compiling Language.Atom.Elaboration ( Language/Atom/Elaboration.hs, dist/build/Language/Atom/Elaboration.o )

Language/Atom/Elaboration.hs:33:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 4 of 17] Compiling Language.Atom.Analysis ( Language/Atom/Analysis.hs, dist/build/Language/Atom/Analysis.o )
[ 5 of 17] Compiling Language.Atom.Scheduling ( Language/Atom/Scheduling.hs, dist/build/Language/Atom/Scheduling.o )
[ 6 of 17] Compiling Language.Atom.Language ( Language/Atom/Language.hs, dist/build/Language/Atom/Language.o )
[ 7 of 17] Compiling Language.Atom.Common.ValidData ( Language/Atom/Common/ValidData.hs, dist/build/Language/Atom/Common/ValidData.o )
[ 8 of 17] Compiling Language.Atom.Common.Threshold ( Language/Atom/Common/Threshold.hs, dist/build/Language/Atom/Common/Threshold.o )
[ 9 of 17] Compiling Language.Atom.Common.Fader ( Language/Atom/Common/Fader.hs, dist/build/Language/Atom/Common/Fader.o )
[10 of 17] Compiling Language.Atom.Common ( Language/Atom/Common.hs, dist/build/Language/Atom/Common.o )
[11 of 17] Compiling Language.Atom.Code ( Language/Atom/Code.hs, dist/build/Language/Atom/Code.o )

Language/Atom/Code.hs:436:20: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:437:19: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:437:21: Warning: Defined but not used: ‘c’

Language/Atom/Code.hs:438:16: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:438:18: Warning: Defined but not used: ‘c’
[12 of 17] Compiling Language.Atom.Compile ( Language/Atom/Compile.hs, dist/build/Language/Atom/Compile.o )
[13 of 17] Compiling Language.Atom.Unit ( Language/Atom/Unit.hs, dist/build/Language/Atom/Unit.o )
[14 of 17] Compiling Language.Atom    ( Language/Atom.hs, dist/build/Language/Atom.o )
[15 of 17] Compiling Language.Atom.Example.External ( Language/Atom/Example/External.hs, dist/build/Language/Atom/Example/External.o )
[16 of 17] Compiling Language.Atom.Example.Gcd ( Language/Atom/Example/Gcd.hs, dist/build/Language/Atom/Example/Gcd.o )
[17 of 17] Compiling Language.Atom.Example.Probes ( Language/Atom/Example/Probes.hs, dist/build/Language/Atom/Example/Probes.o )
In-place registering atom-1.0.13...
Running Haddock for atom-1.0.13...
Running hscolour for atom-1.0.13...
Preprocessing library atom-1.0.13...
Preprocessing library atom-1.0.13...

Language/Atom/Expressions.hs:592:10: Warning:
    No explicit implementation for
      ‘bitSizeMaybe’, ‘testBit’, ‘bit’, and ‘popCount’
    In the instance declaration for ‘Bits (E a)’

Language/Atom/Elaboration.hs:33:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Language/Atom/Code.hs:436:20: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:437:19: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:437:21: Warning: Defined but not used: ‘c’

Language/Atom/Code.hs:438:16: Warning: Defined but not used: ‘n’

Language/Atom/Code.hs:438:18: Warning: Defined but not used: ‘c’
Haddock coverage:
 100% ( 77 / 77) in 'Language.Atom.Expressions'
  76% ( 13 / 17) in 'Language.Atom.UeMap'
  Missing documentation for:
    emptyMap (Language/Atom/UeMap.hs:161)
    Hash (Language/Atom/UeMap.hs:35)
    typeOf (Language/Atom/UeMap.hs:96)
    isMathHCall (Language/Atom/UeMap.hs:370)
  61% ( 14 / 23) in 'Language.Atom.Elaboration'
  Missing documentation for:
    AtomDB (Language/Atom/Elaboration.hs:66)
    Global (Language/Atom/Elaboration.hs:56)
    Rule (Language/Atom/Elaboration.hs:80)
    StateHierarchy (Language/Atom/Elaboration.hs:102)
    buildAtom (Language/Atom/Elaboration.hs:192)
    UID (Language/Atom/Elaboration.hs:45)
    addName (Language/Atom/Elaboration.hs:374)
    get (Language/Atom/Elaboration.hs:239)
    put (Language/Atom/Elaboration.hs:242)
 100% (  3 /  3) in 'Language.Atom.Analysis'
  75% (  3 /  4) in 'Language.Atom.Scheduling'
  Missing documentation for:
    schedule (Language/Atom/Scheduling.hs:24)
  98% ( 59 / 60) in 'Language.Atom.Language'
  Missing documentation for:
    Assign (Language/Atom/Language.hs:302)
 100% (  6 /  6) in 'Language.Atom.Common.ValidData'
 100% (  3 /  3) in 'Language.Atom.Common.Threshold'
 100% (  7 /  7) in 'Language.Atom.Common.Fader'
 100% ( 22 / 22) in 'Language.Atom.Common'
  75% (  6 /  8) in 'Language.Atom.Code'
  Missing documentation for:
    writeC (Language/Atom/Code.hs:206)
    RuleCoverage (Language/Atom/Code.hs:197)
 100% (  4 /  4) in 'Language.Atom.Compile'
  92% ( 11 / 12) in 'Language.Atom.Unit'
  Missing documentation for:
    Random (Language/Atom/Unit.hs:242)
  98% (176 /180) in 'Language.Atom'
  Missing documentation for:
    writeC (Language/Atom/Code.hs:206)
    RuleCoverage (Language/Atom/Code.hs:197)
    Assign (Language/Atom/Language.hs:302)
    Random (Language/Atom/Unit.hs:242)
  75% (  3 /  4) in 'Language.Atom.Example.External'
  Missing documentation for:
    prePostCode (Language/Atom/Example/External.hs:33)
 100% (  3 /  3) in 'Language.Atom.Example.Gcd'
  86% (  6 /  7) in 'Language.Atom.Example.Probes'
  Missing documentation for:
    prePostCode (Language/Atom/Example/Probes.hs:50)
Warning: Language.Atom.Expressions: could not find link destinations for:
    signed
Warning: Language.Atom.Elaboration: could not find link destinations for:
    AtomSt
Warning: Language.Atom: could not find link destinations for:
    signed
Documentation created: dist/doc/html/atom/index.html,
dist/doc/html/atom/atom.txt
Creating package registration file:
/tmp/pkgConf-atom-1.01489001354953691761.13
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/atom-1.0.13-0vbOIHvaKJlG5csArEMXg5
Registering atom-1.0.13...
Installed atom-1.0.13
Downloading copilot-0.27...
Configuring copilot-0.27...
Building copilot-0.27...
Preprocessing library copilot-0.27...
[ 1 of 22] Compiling Language.Copilot.AdHocC ( Language/Copilot/AdHocC.hs, dist/build/Language/Copilot/AdHocC.o )
[ 2 of 22] Compiling Language.Copilot.Help ( Language/Copilot/Help.hs, dist/build/Language/Copilot/Help.o )
[ 3 of 22] Compiling Language.Copilot.Core ( Language/Copilot/Core.hs, dist/build/Language/Copilot/Core.o )

Language/Copilot/Core.hs:15:1: Warning: Tab character

Language/Copilot/Core.hs:16:1: Warning: Tab character

Language/Copilot/Core.hs:61:1: Warning: Tab character

Language/Copilot/Core.hs:361:6: Warning:
    Variable ‘a’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘Streamable a => Var -> c a -> b -> b’
    In the type signature for ‘foldStreamableMaps’

Language/Copilot/Core.hs:418:6: Warning:
    Variable ‘a’ is implicitly quantified due to a context
    Use explicit forall syntax instead.
    This will become an error in GHC 7.12.
    In the type ‘Streamable a => Var -> s a -> m (s' a)’
    In the type signature for ‘mapStreamableMapsM’

Language/Copilot/Core.hs:87:1: Warning:
    Rule "Copilot.Core appendAppend" may never fire
      because ‘Language.Copilot.Core.Append’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.Append’

Language/Copilot/Core.hs:88:1: Warning:
    Rule "Copilot.Core dropDrop" may never fire
      because ‘Language.Copilot.Core.Drop’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.Drop’

Language/Copilot/Core.hs:89:1: Warning:
    Rule "Copilot.Core dropConst" may never fire
      because ‘Language.Copilot.Core.Drop’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.Drop’

Language/Copilot/Core.hs:90:1: Warning:
    Rule "Copilot.Core FConst" may never fire
      because ‘Language.Copilot.Core.F’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.F’

Language/Copilot/Core.hs:91:1: Warning:
    Rule "Copilot.Core F2Const" may never fire
      because ‘Language.Copilot.Core.F2’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.F2’

Language/Copilot/Core.hs:92:1: Warning:
    Rule "Copilot.Core F3Const" may never fire
      because ‘Language.Copilot.Core.F3’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘Language.Copilot.Core.F3’
[ 4 of 22] Compiling Language.Copilot.Analyser ( Language/Copilot/Analyser.hs, dist/build/Language/Copilot/Analyser.o )
[ 5 of 22] Compiling Language.Copilot.Interpreter ( Language/Copilot/Interpreter.hs, dist/build/Language/Copilot/Interpreter.o )
[ 6 of 22] Compiling Language.Copilot.Compiler ( Language/Copilot/Compiler.hs, dist/build/Language/Copilot/Compiler.o )
[ 7 of 22] Compiling Language.Copilot.AtomToC ( Language/Copilot/AtomToC.hs, dist/build/Language/Copilot/AtomToC.o )
[ 8 of 22] Compiling Language.Copilot.Tests.Random ( Language/Copilot/Tests/Random.hs, dist/build/Language/Copilot/Tests/Random.o )

Language/Copilot/Tests/Random.hs:102:10:
    Duplicate instance declarations:
      instance Random Int8
        -- Defined at Language/Copilot/Tests/Random.hs:102:10
      instance Random Int8 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:110:10:
    Duplicate instance declarations:
      instance Random Int16
        -- Defined at Language/Copilot/Tests/Random.hs:110:10
      instance Random Int16 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:118:10:
    Duplicate instance declarations:
      instance Random Int32
        -- Defined at Language/Copilot/Tests/Random.hs:118:10
      instance Random Int32 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:126:10:
    Duplicate instance declarations:
      instance Random Int64
        -- Defined at Language/Copilot/Tests/Random.hs:126:10
      instance Random Int64 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:135:10:
    Duplicate instance declarations:
      instance Random Word8
        -- Defined at Language/Copilot/Tests/Random.hs:135:10
      instance Random Word8 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:143:10:
    Duplicate instance declarations:
      instance Random Word16
        -- Defined at Language/Copilot/Tests/Random.hs:143:10
      instance Random Word16 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:152:10:
    Duplicate instance declarations:
      instance Random Word32
        -- Defined at Language/Copilot/Tests/Random.hs:152:10
      instance Random Word32 -- Defined in ‘System.Random’

Language/Copilot/Tests/Random.hs:162:10:
    Duplicate instance declarations:
      instance Random Word64
        -- Defined at Language/Copilot/Tests/Random.hs:162:10
      instance Random Word64 -- Defined in ‘System.Random’
Failed to install copilot-0.27
cabal: Error: some packages failed to install:
copilot-0.27 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.