Build #1 for timestamp-subprocess-lines-0.1.0.4

[all reports]

Package timestamp-subprocess-lines-0.1.0.4
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-09-17 15:55:39.249789 UTC
Compiler ghc-8.0.1.20160701
OS linux
Arch x86_64
Dependencies base-4.9.0.0, bytestring-0.10.8.1, process-1.4.2.0, split-0.2.3.1, time-1.6.0.1, transformers-0.5.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-15553/split-0.2.3.1'
Configuring split-0.2.3.1...
Building split-0.2.3.1...
Preprocessing library split-0.2.3.1...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
Running Haddock for split-0.2.3.1...
Running hscolour for split-0.2.3.1...
Preprocessing library split-0.2.3.1...
Preprocessing library split-0.2.3.1...
Haddock coverage:
  91% ( 62 / 68) in 'Data.List.Split.Internals'
  90% ( 45 / 50) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html,
dist/doc/html/split/split.txt
Creating package registration file:
/tmp/pkgConf-split-0.2.32145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/split-0.2.3.1-IJKK4pOCYGKud0jZImZke
Registering split-0.2.3.1...
cabal: Leaving directory '/tmp/cabal-tmp-15553/split-0.2.3.1'
Installed split-0.2.3.1
Downloading timestamp-subprocess-lines-0.1.0.4...
cabal: Entering directory '/tmp/cabal-tmp-15553/timestamp-subprocess-lines-0.1.0.4'
Configuring timestamp-subprocess-lines-0.1.0.4...
Building timestamp-subprocess-lines-0.1.0.4...
Preprocessing executable 'Timestamp' for timestamp-subprocess-lines-0.1.0.4...
[1 of 1] Compiling Main             ( Timestamp.hs, dist/build/Timestamp/Timestamp-tmp/Main.o )

Timestamp.hs:75:64: warning: [-Wmissing-fields]
    • Fields of ‘CreateProcess’ not initialised: detach_console,
                                                 create_new_console, new_session, child_group,
                                                 child_user
    • In the first argument of ‘createProcess’, namely
        ‘CreateProcess
           {cmdspec = ShellCommand $ intercalate " " cmd, cwd = Nothing,
            env = Nothing, std_in = Inherit, std_out = CreatePipe,
            std_err = CreatePipe, close_fds = False, create_group = False,
            delegate_ctlc = True}’
      In a stmt of a 'do' block:
        (Nothing, Just hOut, Just hErr, procHandle) <- createProcess
                                                         (CreateProcess
                                                            {cmdspec = ShellCommand
                                                                       $ intercalate " " cmd,
                                                             cwd = Nothing, env = Nothing,
                                                             std_in = Inherit, std_out = CreatePipe,
                                                             std_err = CreatePipe,
                                                             close_fds = False,
                                                             create_group = False,
                                                             delegate_ctlc = True})
      In the expression:
        do { (Nothing, Just hOut, Just hErr, procHandle) <- createProcess
                                                              (CreateProcess
                                                                 {cmdspec = ShellCommand
                                                                            $ intercalate " " cmd,
                                                                  cwd = Nothing, env = Nothing,
                                                                  std_in = Inherit,
                                                                  std_out = CreatePipe,
                                                                  std_err = CreatePipe,
                                                                  close_fds = False,
                                                                  create_group = False,
                                                                  delegate_ctlc = True});
             mapM_ (`hSetBuffering` LineBuffering) $ [hOut, hErr];
             pipeWaiters <- sequence
                              [timestamp getTimeStr stdout hOut,
                               timestamp getTimeStr stderr hErr];
             return ([waitForProcess procHandle], pipeWaiters) }
[1 of 1] Compiling Main             ( Timestamp.hs, dist/build/Timestamp/Timestamp-tmp/Main.o )

Timestamp.hs:75:64: warning: [-Wmissing-fields]
    • Fields of ‘CreateProcess’ not initialised: detach_console,
                                                 create_new_console, new_session, child_group,
                                                 child_user
    • In the first argument of ‘createProcess’, namely
        ‘CreateProcess
           {cmdspec = ShellCommand $ intercalate " " cmd, cwd = Nothing,
            env = Nothing, std_in = Inherit, std_out = CreatePipe,
            std_err = CreatePipe, close_fds = False, create_group = False,
            delegate_ctlc = True}’
      In a stmt of a 'do' block:
        (Nothing, Just hOut, Just hErr, procHandle) <- createProcess
                                                         (CreateProcess
                                                            {cmdspec = ShellCommand
                                                                       $ intercalate " " cmd,
                                                             cwd = Nothing, env = Nothing,
                                                             std_in = Inherit, std_out = CreatePipe,
                                                             std_err = CreatePipe,
                                                             close_fds = False,
                                                             create_group = False,
                                                             delegate_ctlc = True})
      In the expression:
        do { (Nothing, Just hOut, Just hErr, procHandle) <- createProcess
                                                              (CreateProcess
                                                                 {cmdspec = ShellCommand
                                                                            $ intercalate " " cmd,
                                                                  cwd = Nothing, env = Nothing,
                                                                  std_in = Inherit,
                                                                  std_out = CreatePipe,
                                                                  std_err = CreatePipe,
                                                                  close_fds = False,
                                                                  create_group = False,
                                                                  delegate_ctlc = True});
             mapM_ (`hSetBuffering` LineBuffering) $ [hOut, hErr];
             pipeWaiters <- sequence
                              [timestamp getTimeStr stdout hOut,
                               timestamp getTimeStr stderr hErr];
             return ([waitForProcess procHandle], pipeWaiters) }
Linking dist/build/Timestamp/Timestamp ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
cabal: Leaving directory '/tmp/cabal-tmp-15553/timestamp-subprocess-lines-0.1.0.4'
Installed timestamp-subprocess-lines-0.1.0.4

Test log

No test log was submitted for this report.