Build #8 for LambdaPrettyQuote-0.0.0.7

[all reports]

Package LambdaPrettyQuote-0.0.0.7
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-25 13:26:10.785315 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies DebugTraceHelpers-0.12, HUnit-1.5.0.0, QuickCheck-2.9.2, base-4.9.0.0, lambda-ast-0.0.12, mtl-2.2.1, parsec-3.1.11, syb-0.6, template-haskell-2.11.0.0, test-framework-0.8.1.1, test-framework-hunit-0.3.0.2, test-framework-quickcheck2-0.3.0.3, transformers-0.5.2.0, tuple-0.3.0.2, uniplate-1.6.12
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring OneTuple-0.2.1...
Configuring ansi-terminal-0.6.2.3...
Building OneTuple-0.2.1...
Building ansi-terminal-0.6.2.3...
Installed OneTuple-0.2.1
Configuring call-stack-0.1.0...
Building call-stack-0.1.0...
Configuring extensible-exceptions-0.1.1.4...
Installed ansi-terminal-0.6.2.3
Configuring lambda-ast-0.0.12...
Installed call-stack-0.1.0
Building extensible-exceptions-0.1.1.4...
Building lambda-ast-0.0.12...
Configuring hostname-1.0...
Installed extensible-exceptions-0.1.1.4
Building hostname-1.0...
Configuring mtl-2.2.1...
Installed hostname-1.0
Configuring old-locale-1.0.0.7...
Installed lambda-ast-0.0.12
Building mtl-2.2.1...
Building old-locale-1.0.0.7...
Configuring random-1.1...
Installed old-locale-1.0.0.7
Building random-1.1...
Configuring primitive-0.6.2.0...
Installed mtl-2.2.1
Building primitive-0.6.2.0...
Configuring syb-0.6...
Installed random-1.1
Building syb-0.6...
Configuring tuple-0.3.0.2...
Installed syb-0.6
Building tuple-0.3.0.2...
Configuring text-1.2.2.1...
Installed primitive-0.6.2.0
Building text-1.2.2.1...
Installed text-1.2.2.1
Configuring ansi-wl-pprint-0.6.7.3...
Configuring HUnit-1.5.0.0...
Installed tuple-0.3.0.2
Building ansi-wl-pprint-0.6.7.3...
Building HUnit-1.5.0.0...
Configuring DebugTraceHelpers-0.12...
Installed ansi-wl-pprint-0.6.7.3
Building DebugTraceHelpers-0.12...
Installed HUnit-1.5.0.0
Configuring regex-base-0.93.2...
Building regex-base-0.93.2...
Configuring tf-random-0.5...
Installed DebugTraceHelpers-0.12
Building tf-random-0.5...
Configuring hashable-1.2.4.0...
Installed regex-base-0.93.2
Building hashable-1.2.4.0...
Configuring parsec-3.1.11...
Installed tf-random-0.5
Building parsec-3.1.11...
Configuring xml-1.3.14...
Installed hashable-1.2.4.0
Building xml-1.3.14...
Installed xml-1.3.14
Configuring regex-posix-0.95.2...
Configuring QuickCheck-2.9.2...
Installed parsec-3.1.11
Building regex-posix-0.95.2...
Building QuickCheck-2.9.2...
Configuring unordered-containers-0.2.7.2...
Installed regex-posix-0.95.2
Building unordered-containers-0.2.7.2...
Installed unordered-containers-0.2.7.2
Configuring test-framework-0.8.1.1...
Building test-framework-0.8.1.1...
Configuring uniplate-1.6.12...
Installed test-framework-0.8.1.1
Configuring test-framework-hunit-0.3.0.2...
Installed QuickCheck-2.9.2
Building uniplate-1.6.12...
Building test-framework-hunit-0.3.0.2...
Configuring test-framework-quickcheck2-0.3.0.3...
Installed test-framework-hunit-0.3.0.2
Building test-framework-quickcheck2-0.3.0.3...
Installed test-framework-quickcheck2-0.3.0.3
Installed uniplate-1.6.12
Configuring LambdaPrettyQuote-0.0.0.7...
Building LambdaPrettyQuote-0.0.0.7...
Failed to install LambdaPrettyQuote-0.0.0.7
Build log ( /home/builder/.cabal/logs/LambdaPrettyQuote-0.0.0.7.log ):
cabal: Entering directory '/tmp/cabal-tmp-29390/LambdaPrettyQuote-0.0.0.7'
Configuring LambdaPrettyQuote-0.0.0.7...
Building LambdaPrettyQuote-0.0.0.7...
Preprocessing library LambdaPrettyQuote-0.0.0.7...
[1 of 7] Compiling Language.Lambda.Untyped.Pretty ( src/Language/Lambda/Untyped/Pretty.hs, dist/build/Language/Lambda/Untyped/Pretty.o )
[2 of 7] Compiling Language.Lambda.Untyped.Parser ( src/Language/Lambda/Untyped/Parser.hs, dist/build/Language/Lambda/Untyped/Parser.o )

src/Language/Lambda/Untyped/Parser.hs:74:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      parse_var :: SymParser u s -> ParsecT String u M (Output s)

src/Language/Lambda/Untyped/Parser.hs:82:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      parse_anti_var :: ParsecT String u Identity (MetaExpr s)
[3 of 7] Compiling Language.Lambda.Untyped.Quote ( src/Language/Lambda/Untyped/Quote.hs, dist/build/Language/Lambda/Untyped/Quote.o )

src/Language/Lambda/Untyped/Quote.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Language.Lambda.Untyped.Syntax’ is redundant
      except perhaps to import instances from ‘Language.Lambda.Untyped.Syntax’
    To import instances alone, use: import Language.Lambda.Untyped.Syntax()

src/Language/Lambda/Untyped/Quote.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Debug.Trace.Helpers’ is redundant
      except perhaps to import instances from ‘Debug.Trace.Helpers’
    To import instances alone, use: import Debug.Trace.Helpers()

src/Language/Lambda/Untyped/Quote.hs:42:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’

src/Language/Lambda/Untyped/Quote.hs:43:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’

src/Language/Lambda/Untyped/Quote.hs:44:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’

src/Language/Lambda/Untyped/Quote.hs:68:9: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘collapse_meta_sym’:
        Patterns not matched:
            (LitP _)
            (VarP _)
            (TupP _)
            (UnboxedTupP _)
            ...

src/Language/Lambda/Untyped/Quote.hs:69:35: warning: [-Wunused-matches]
    Defined but not used: ‘n’

src/Language/Lambda/Untyped/Quote.hs:69:37: warning: [-Wunused-matches]
    Defined but not used: ‘xs’

src/Language/Lambda/Untyped/Quote.hs:74:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’

src/Language/Lambda/Untyped/Quote.hs:75:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’

src/Language/Lambda/Untyped/Quote.hs:76:13: warning: [-Wunused-matches]
    Defined but not used: ‘d’
[4 of 7] Compiling Language.Lambda.Untyped.Arbitrary ( src/Language/Lambda/Untyped/Arbitrary.hs, dist/build/Language/Lambda/Untyped/Arbitrary.o )

src/Language/Lambda/Untyped/Arbitrary.hs:20:1: error:
    Failed to load interface for ‘Language.Lambda.Common.Arbitrary’
    Use -v to see a list of the files searched for.
cabal: Leaving directory '/tmp/cabal-tmp-29390/LambdaPrettyQuote-0.0.0.7'
cabal: Error: some packages failed to install:
LambdaPrettyQuote-0.0.0.7 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.