Build #1 for containers-0.5.7.0

[all reports]

Package containers-0.5.7.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-12-17 21:32:03.225589 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies ghc-prim-0.4.0.0, deepseq-1.4.1.1, base-4.8.1.0, array-0.5.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading containers-0.5.7.0...
Configuring containers-0.5.7.0...
Building containers-0.5.7.0...
Preprocessing library containers-0.5.7.0...
[ 1 of 18] Compiling Data.Sequence    ( Data/Sequence.hs, dist/build/Data/Sequence.o )
[ 2 of 18] Compiling Data.Tree        ( Data/Tree.hs, dist/build/Data/Tree.o )
[ 3 of 18] Compiling Data.Graph       ( Data/Graph.hs, dist/build/Data/Graph.o )
[ 4 of 18] Compiling Data.Utils.StrictPair ( Data/Utils/StrictPair.hs, dist/build/Data/Utils/StrictPair.o )
[ 5 of 18] Compiling Data.Utils.StrictFold ( Data/Utils/StrictFold.hs, dist/build/Data/Utils/StrictFold.o )
[ 6 of 18] Compiling Data.Set.Base    ( Data/Set/Base.hs, dist/build/Data/Set/Base.o )
[ 7 of 18] Compiling Data.Map.Base    ( Data/Map/Base.hs, dist/build/Data/Map/Base.o )
[ 8 of 18] Compiling Data.Map.Lazy    ( Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o )
[ 9 of 18] Compiling Data.Map.Strict  ( Data/Map/Strict.hs, dist/build/Data/Map/Strict.o )
[10 of 18] Compiling Data.Map         ( Data/Map.hs, dist/build/Data/Map.o )
[11 of 18] Compiling Data.Set         ( Data/Set.hs, dist/build/Data/Set.o )
[12 of 18] Compiling Data.Utils.BitUtil ( Data/Utils/BitUtil.hs, dist/build/Data/Utils/BitUtil.o )
[13 of 18] Compiling Data.IntSet.Base ( Data/IntSet/Base.hs, dist/build/Data/IntSet/Base.o )
[14 of 18] Compiling Data.IntSet      ( Data/IntSet.hs, dist/build/Data/IntSet.o )
[15 of 18] Compiling Data.IntMap.Base ( Data/IntMap/Base.hs, dist/build/Data/IntMap/Base.o )
[16 of 18] Compiling Data.IntMap.Strict ( Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o )
[17 of 18] Compiling Data.IntMap.Lazy ( Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o )
[18 of 18] Compiling Data.IntMap      ( Data/IntMap.hs, dist/build/Data/IntMap.o )
In-place registering containers-0.5.7.0...
Running Haddock for containers-0.5.7.0...
Running hscolour for containers-0.5.7.0...
Preprocessing library containers-0.5.7.0...
Preprocessing library containers-0.5.7.0...
Haddock coverage:
 100% ( 84 / 84) in 'Data.Sequence'
  94% ( 15 / 16) in 'Data.Tree'
  Missing documentation for:
    Forest (Data/Tree.hs:70)
 100% ( 33 / 33) in 'Data.Graph'
  33% (  1 /  3) in 'Data.Utils.StrictPair'
  Missing documentation for:
    Module header
    toPair (Data/Utils/StrictPair.hs:14)
  50% (  1 /  2) in 'Data.Utils.StrictFold'
  Missing documentation for:
    Module header
  95% ( 71 / 75) in 'Data.Set.Base'
  Missing documentation for:
    bin (Data/Set/Base.hs:1453)
    balanced (Data/Set/Base.hs:1600)
    link (Data/Set/Base.hs:1248)
    merge (Data/Set/Base.hs:1274)
  90% (133 /147) in 'Data.Map.Base'
  Missing documentation for:
    bin (Data/Map/Base.hs:2645)
    balance (Data/Map/Base.hs:2554)
    balanceL (Data/Map/Base.hs:2593)
    balanceR (Data/Map/Base.hs:2618)
    delta (Data/Map/Base.hs:2519)
    link (Data/Map/Base.hs:2415)
    insertMax (Data/Map/Base.hs:2425)
    merge (Data/Map/Base.hs:2441)
    glue (Data/Map/Base.hs:2453)
    trim (Data/Map/Base.hs:2259)
    trimLookupLo (Data/Map/Base.hs:2276)
    MaybeS (Data/Map/Base.hs:2252)
    filterGt (Data/Map/Base.hs:2307)
    filterLt (Data/Map/Base.hs:2319)
 100% (134 /134) in 'Data.Map.Lazy'
 100% (134 /134) in 'Data.Map.Strict'
 100% (  7 /  7) in 'Data.Map'
 100% ( 73 / 73) in 'Data.Set'
  50% (  2 /  4) in 'Data.Utils.BitUtil'
  Missing documentation for:
    shiftLL (Data/Utils/BitUtil.hs:57)
    shiftRL (Data/Utils/BitUtil.hs:57)
  93% ( 65 / 70) in 'Data.IntSet.Base'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:249)
    match (Data/IntSet/Base.hs:1248)
    suffixBitMask (Data/IntSet/Base.hs:1211)
    prefixBitMask (Data/IntSet/Base.hs:1219)
    bitmapOf (Data/IntSet/Base.hs:1235)
  99% ( 66 / 67) in 'Data.IntSet'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:249)
  89% (128 /144) in 'Data.IntMap.Base'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:249)
    mergeWithKey' (Data/IntMap/Base.hs:1018)
    Mask (Data/IntMap/Base.hs:284)
    Prefix (Data/IntMap/Base.hs:283)
    Nat (Data/IntMap/Base.hs:258)
    natFromInt (Data/IntMap/Base.hs:260)
    intFromNat (Data/IntMap/Base.hs:264)
    link (Data/IntMap/Base.hs:2108)
    bin (Data/IntMap/Base.hs:2120)
    zero (Data/IntMap/Base.hs:2130)
    nomatch (Data/IntMap/Base.hs:2135)
    match (Data/IntMap/Base.hs:2135)
    mask (Data/IntMap/Base.hs:2144)
    maskW (Data/IntMap/Base.hs:2153)
    shorter (Data/IntMap/Base.hs:2158)
    branchMask (Data/IntMap/Base.hs:2163)
  99% (127 /128) in 'Data.IntMap.Strict'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:249)
  99% (127 /128) in 'Data.IntMap.Lazy'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:249)
 100% (  6 /  6) in 'Data.IntMap'
Warning: Data.Sequence: could not find link destinations for:
    PQueue Rigid aptyMiddle mapMulFT FingerTree rigidify applicativeTree cycleN unrollPQ toPQ mergePQ
Warning: Data.Map.Strict: could not find link destinations for:
    mapAccumL
Warning: Data.IntMap.Strict: could not find link destinations for:
    mapAccumL
Documentation created: dist/doc/html/containers/index.html,
dist/doc/html/containers/containers.txt
Creating package registration file:
/tmp/pkgConf-containers-0.5.72145174067468703135.0
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/containers-0.5.7.0-9F12WfiM5qb4KZlRvNUIfT
Registering containers-0.5.7.0...
Installed containers-0.5.7.0

Test log

No test log was submitted for this report.