Build #8 for cab-0.1.7

[all reports]

Package cab-0.1.7
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-26 08:53:18.673772 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies Cabal-1.24.0.0, attoparsec-0.13.1.0, attoparsec-enumerator-0.3.4, base-4.9.0.0, bytestring-0.10.8.1, containers-0.5.7.1, directory-1.2.6.2, enumerator-0.4.20, filepath-1.4.1.0, process-1.4.2.0, unix-2.7.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring primitive-0.6.1.0...
Configuring text-1.2.2.1...
Building primitive-0.6.1.0...
Building text-1.2.2.1...
Installed primitive-0.6.1.0
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Installed text-1.2.2.1
Configuring enumerator-0.4.20...
Building enumerator-0.4.20...
Configuring hashable-1.2.4.0...
Installed enumerator-0.4.20
Building hashable-1.2.4.0...
Installed hashable-1.2.4.0
Installed vector-0.11.0.0
Configuring scientific-0.3.4.9...
Building scientific-0.3.4.9...
Installed scientific-0.3.4.9
Configuring attoparsec-0.13.1.0...
Building attoparsec-0.13.1.0...
Installed attoparsec-0.13.1.0
Configuring attoparsec-enumerator-0.3.4...
Building attoparsec-enumerator-0.3.4...
Installed attoparsec-enumerator-0.3.4
Configuring cab-0.1.7...
Building cab-0.1.7...
Failed to install cab-0.1.7
Build log ( /home/builder/.cabal/logs/cab-0.1.7.log ):
cabal: Entering directory '/tmp/cabal-tmp-14911/cab-0.1.7'
Configuring cab-0.1.7...
Building cab-0.1.7...
Preprocessing executable 'cab' for cab-0.1.7...
[ 1 of 10] Compiling Utils            ( Utils.hs, dist/build/cab/cab-tmp/Utils.o )
[ 2 of 10] Compiling Types            ( Types.hs, dist/build/cab/cab-tmp/Types.o )
[ 3 of 10] Compiling Program          ( Program.hs, dist/build/cab/cab-tmp/Program.o )
[ 4 of 10] Compiling Process          ( Process.hs, dist/build/cab/cab-tmp/Process.o )

Process.hs:19:15: warning: [-Wmissing-fields]
    • Fields of ‘CreateProcess’ not initialised: delegate_ctlc,
                                                 detach_console, create_new_console, new_session,
                                                 child_group, child_user
    • In the expression:
        CreateProcess
          {cmdspec = ShellCommand shellCommand, cwd = Nothing, env = Nothing,
           std_in = Inherit, std_out = CreatePipe, std_err = Inherit,
           close_fds = True, create_group = True}
      In an equation for ‘proSpec’:
          proSpec
            = CreateProcess
                {cmdspec = ShellCommand shellCommand, cwd = Nothing, env = Nothing,
                 std_in = Inherit, std_out = CreatePipe, std_err = Inherit,
                 close_fds = True, create_group = True}
      In an equation for ‘infoFromProcess’:
          infoFromProcess shellCommand parser
            = do { (Nothing, Just hdl, Nothing, _) <- createProcess proSpec;
                   hSetEncoding hdl latin1;
                   run_ (enumHandle 4096 hdl $$ parser) }
            where
                proSpec
                  = CreateProcess
                      {cmdspec = ShellCommand shellCommand, cwd = Nothing, env = Nothing,
                       std_in = Inherit, std_out = CreatePipe, std_err = Inherit,
                       close_fds = True, create_group = True}
[ 5 of 10] Compiling VerDB            ( VerDB.hs, dist/build/cab/cab-tmp/VerDB.o )
[ 6 of 10] Compiling PkgDB            ( PkgDB.hs, dist/build/cab/cab-tmp/PkgDB.o )

PkgDB.hs:17:6: error:
    Module
    ‘Distribution.InstalledPackageInfo’
    does not export
    ‘InstalledPackageInfo_(..)’
cabal: Leaving directory '/tmp/cabal-tmp-14911/cab-0.1.7'
cabal: Error: some packages failed to install:
cab-0.1.7 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.