Build #2 for cpython-3.2.0

[all reports]

Package cpython-3.2.0
Install ConfigureFailed
Docs NotTried
Tests NotTried
Time submitted 2015-05-26 08:11:49.945412 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies text-0.11.3.1, bytestring-0.10.4.0, base-4.7.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring text-0.11.3.1...
Building text-0.11.3.1...
Preprocessing library text-0.11.3.1...
[ 1 of 41] Compiling Data.Text.Encoding.Utf32 ( Data/Text/Encoding/Utf32.hs, dist/build/Data/Text/Encoding/Utf32.o )
[ 2 of 41] Compiling Data.Text.Fusion.Size ( Data/Text/Fusion/Size.hs, dist/build/Data/Text/Fusion/Size.o )
[ 3 of 41] Compiling Data.Text.Lazy.Builder.RealFloat.Functions ( Data/Text/Lazy/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Lazy/Builder/RealFloat/Functions.o )
[ 4 of 41] Compiling Data.Text.Lazy.Builder.Int.Digits ( Data/Text/Lazy/Builder/Int/Digits.hs, dist/build/Data/Text/Lazy/Builder/Int/Digits.o )
[ 5 of 41] Compiling Data.Text.Fusion.Internal ( Data/Text/Fusion/Internal.hs, dist/build/Data/Text/Fusion/Internal.o )
[ 6 of 41] Compiling Data.Text.Fusion.CaseMapping ( Data/Text/Fusion/CaseMapping.hs, dist/build/Data/Text/Fusion/CaseMapping.o )
[ 7 of 41] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 8 of 41] Compiling Data.Text.UnsafeShift ( Data/Text/UnsafeShift.hs, dist/build/Data/Text/UnsafeShift.o )
[ 9 of 41] Compiling Data.Text.Unsafe.Base ( Data/Text/Unsafe/Base.hs, dist/build/Data/Text/Unsafe/Base.o )
[10 of 41] Compiling Data.Text.Encoding.Utf16 ( Data/Text/Encoding/Utf16.hs, dist/build/Data/Text/Encoding/Utf16.o )
[11 of 41] Compiling Data.Text.Util   ( Data/Text/Util.hs, dist/build/Data/Text/Util.o )
[12 of 41] Compiling Data.Text.Fusion.Common ( Data/Text/Fusion/Common.hs, dist/build/Data/Text/Fusion/Common.o )
[13 of 41] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[14 of 41] Compiling Data.Text.UnsafeChar ( Data/Text/UnsafeChar.hs, dist/build/Data/Text/UnsafeChar.o )
[15 of 41] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[16 of 41] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[17 of 41] Compiling Data.Text.Private ( Data/Text/Private.hs, dist/build/Data/Text/Private.o )
[18 of 41] Compiling Data.Text.Fusion ( Data/Text/Fusion.hs, dist/build/Data/Text/Fusion.o )
[19 of 41] Compiling Data.Text.Encoding.Fusion.Common ( Data/Text/Encoding/Fusion/Common.hs, dist/build/Data/Text/Encoding/Fusion/Common.o )
[20 of 41] Compiling Data.Text.Encoding.Utf8 ( Data/Text/Encoding/Utf8.hs, dist/build/Data/Text/Encoding/Utf8.o )
[21 of 41] Compiling Data.Text.Encoding.Fusion ( Data/Text/Encoding/Fusion.hs, dist/build/Data/Text/Encoding/Fusion.o )
[22 of 41] Compiling Data.Text.Lazy.Encoding.Fusion ( Data/Text/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Lazy/Encoding/Fusion.o )
[23 of 41] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[24 of 41] Compiling Data.Text.Search ( Data/Text/Search.hs, dist/build/Data/Text/Search.o )
[25 of 41] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[26 of 41] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )

Data/Text.hs:444:1: Warning:
    Rule "TEXT append -> fused" may never fire
      because ‘append’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘append’
[27 of 41] Compiling Data.Text.IO.Internal ( Data/Text/IO/Internal.hs, dist/build/Data/Text/IO/Internal.o )
[28 of 41] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[29 of 41] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[30 of 41] Compiling Data.Text.Lazy.Fusion ( Data/Text/Lazy/Fusion.hs, dist/build/Data/Text/Lazy/Fusion.o )
[31 of 41] Compiling Data.Text.Lazy.Search ( Data/Text/Lazy/Search.hs, dist/build/Data/Text/Lazy/Search.o )
[32 of 41] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )

Data/Text/Lazy.hs:872:1: Warning:
    Rule "LAZY TEXT replicate/singleton -> replicateChar" may never fire
      because ‘replicate’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘replicate’
[33 of 41] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )

Data/Text/Lazy/Read.hs:176:10: Warning:
    ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[34 of 41] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[35 of 41] Compiling Data.Text.Lazy.Builder.Internal ( Data/Text/Lazy/Builder/Internal.hs, dist/build/Data/Text/Lazy/Builder/Internal.o )
[36 of 41] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[37 of 41] Compiling Data.Text.Lazy.Builder.Functions ( Data/Text/Lazy/Builder/Functions.hs, dist/build/Data/Text/Lazy/Builder/Functions.o )
[38 of 41] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )

Data/Text/Lazy/Builder/Int.hs:52:11: Warning:
    Rule "decimal/Int" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:53:11: Warning:
    Rule "decimal/Int16" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:54:11: Warning:
    Rule "decimal/Int32" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:55:11: Warning:
    Rule "decimal/Int64" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:56:11: Warning:
    Rule "decimal/Word" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:57:11: Warning:
    Rule "decimal/Word8" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:58:11: Warning:
    Rule "decimal/Word16" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:59:11: Warning:
    Rule "decimal/Word32" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:60:11: Warning:
    Rule "decimal/Word64" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:61:11: Warning:
    Rule "decimal/Integer" may never fire
      because ‘decimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘decimal’

Data/Text/Lazy/Builder/Int.hs:163:11: Warning:
    Rule "hexadecimal/Integer" may never fire
      because ‘hexadecimal’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘hexadecimal’
[39 of 41] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[40 of 41] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[41 of 41] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )

Data/Text/Read.hs:186:10: Warning:
    ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
In-place registering text-0.11.3.1...
Running Haddock for text-0.11.3.1...
Running hscolour for text-0.11.3.1...
Preprocessing library text-0.11.3.1...
Preprocessing library text-0.11.3.1...

Data/Text/Lazy/Read.hs:176:10: Warning:
    ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.

Data/Text/Read.hs:186:10: Warning:
    ‘Parser’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Haddock coverage:
  50% (  1 /  2) in 'Data.Text.Encoding.Utf32'
  40% (  4 / 10) in 'Data.Text.Fusion.Size'
  50% (  1 /  2) in 'Data.Text.Lazy.Builder.RealFloat.Functions'
   0% (  0 /  2) in 'Data.Text.Lazy.Builder.Int.Digits'
  50% (  5 / 10) in 'Data.Text.Fusion.Internal'
   0% (  0 /  4) in 'Data.Text.Fusion.CaseMapping'
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.UnsafeShift'
 100% (  3 /  3) in 'Data.Text.Unsafe.Base'
  25% (  1 /  4) in 'Data.Text.Encoding.Utf16'
 100% (  2 /  2) in 'Data.Text.Util'
  89% ( 63 / 71) in 'Data.Text.Fusion.Common'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.UnsafeChar'
 100% ( 15 / 15) in 'Data.Text.Internal'
  92% ( 12 / 13) in 'Data.Text.Unsafe'
  33% (  1 /  3) in 'Data.Text.Private'
  86% ( 19 / 22) in 'Data.Text.Fusion'
  33% (  2 /  6) in 'Data.Text.Encoding.Fusion.Common'
  17% (  2 / 12) in 'Data.Text.Encoding.Utf8'
  67% ( 10 / 15) in 'Data.Text.Encoding.Fusion'
  71% ( 10 / 14) in 'Data.Text.Lazy.Encoding.Fusion'
 100% ( 24 / 24) in 'Data.Text.Encoding'
 100% (  2 /  2) in 'Data.Text.Search'
 100% ( 15 / 15) in 'Data.Text.Foreign'
 100% (122 /122) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.IO.Internal'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Lazy.Internal'
 100% (  8 /  8) in 'Data.Text.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Lazy.Search'
  99% (121 /122) in 'Data.Text.Lazy'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
  94% ( 16 / 17) in 'Data.Text.Lazy.Builder.Internal'
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Lazy.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  96% ( 23 / 24) in 'Data.Text.Lazy.Encoding'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Unsafe: could not find link destinations for:
    GHC.IO.bracket
Warning: Data.Text: could not find link destinations for:
    Data.Text.replicateChar Data.Text.countChar
Warning: Data.Text.Lazy: could not find link destinations for:
    Data.Text.Lazy.replicateChar Data.Text.Lazy.dropWords Data.Text.Lazy.splitAtWord Data.Text.Lazy.countChar
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    Data.Text.Lazy.Builder.RealFloat.floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file: /tmp/pkgConf-text-0.11.35578.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-0.11.3.1
Registering text-0.11.3.1...
Installed text-0.11.3.1
Downloading cpython-3.2.0...
Configuring cpython-3.2.0...
cabal: The pkg-config package 'python-3.2' is required but it could not be
found.
Failed to install cpython-3.2.0
cabal: Error: some packages failed to install:
cpython-3.2.0 failed during the configure step. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.