Build #2 for HTTP-4000.3.3

[all reports]

Package HTTP-4000.3.3
Install InstallOk
Docs NotTried
Tests NotTried
Time submitted 2016-06-26 14:04:39.68067 UTC
Compiler ghc-7.10.3
OS linux
Arch x86_64
Dependencies time-1.5.0.1, parsec-3.1.11, network-uri-2.6.1.0, network-2.6.2.1, mtl-2.2.1, bytestring-0.10.6.0, base-4.8.2.0, array-0.5.1.0
Flags warp-tests -warn-as-error -network23 network-uri -mtl1 -conduit10

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring HTTP-4000.3.3...
Flags chosen: network-uri=True, warp-tests=True, conduit10=False,
network23=False, warn-as-error=False, mtl1=False
Dependency array ==0.5.1.0: using array-0.5.1.0
Dependency base ==4.8.2.0: using base-4.8.2.0
Dependency bytestring ==0.10.6.0: using bytestring-0.10.6.0
Dependency mtl ==2.2.1: using mtl-2.2.1
Dependency network ==2.6.2.1: using network-2.6.2.1
Dependency network-uri ==2.6.1.0: using network-uri-2.6.1.0
Dependency parsec ==3.1.11: using parsec-3.1.11
Dependency time ==1.5.0.1: using time-1.5.0.1
Using Cabal-1.22.5.0 compiled by ghc-7.10
Using compiler: ghc-7.10.3
Using install prefix: /root/.cabal
Binaries installed in: /root/.cabal/bin
Libraries installed in:
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
Private binaries installed in: /root/.cabal/libexec
Data files installed in:
/root/.cabal/share/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3
Documentation installed in:
/root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3
Configuration files installed in: /root/.cabal/etc
Using alex version 3.1.4 found on system at: /opt/alex/3.1.4/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
Using gcc version 4.9.2 found on system at: /usr/bin/gcc
Using ghc version 7.10.3 found on system at: /opt/ghc/7.10.3/bin/ghc
Using ghc-pkg version 7.10.3 found on system at: /opt/ghc/7.10.3/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.16.1 found on system at: /opt/ghc/7.10.3/bin/haddock
Using happy version 1.19.5 found on system at: /opt/happy/1.19.5/bin/happy
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /opt/ghc/7.10.3/bin/hpc
Using hsc2hs version 0.67 found on system at: /opt/ghc/7.10.3/bin/hsc2hs
Using hscolour version 1.24 found on system at: /root/.cabal/bin/HsColour
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No pkg-config found
Using strip version 2.25 found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
Component build order: library
creating dist/build
creating dist/build/autogen
Building HTTP-4000.3.3...
/opt/ghc/7.10.3/bin/ghc-pkg init dist/package.conf.inplace
Preprocessing library HTTP-4000.3.3...
Building library...
creating dist/build
/opt/ghc/7.10.3/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key HTTP_Dtoh1gR9XXG1Sa7r2sjCEQ -hide-all-packages -package-db dist/package.conf.inplace -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219 -package-id network-2.6.2.1-b9017957b1e5d0d1d9d4782a2ba4fcb5 -package-id network-uri-2.6.1.0-ebfb6246973c95770c4c896a8a618864 -package-id parsec-3.1.11-9fbeb486b9422a628611bfda22e15367 -package-id time-1.5.0.1-edbd1a50e7922b396ada189ab8e8523b -XHaskell98 -XFlexibleInstances Network.BufferType Network.Stream Network.StreamDebugger Network.StreamSocket Network.TCP Network.HTTP Network.HTTP.Headers Network.HTTP.Base Network.HTTP.Stream Network.HTTP.Auth Network.HTTP.Cookie Network.HTTP.Proxy Network.HTTP.HandleStream Network.Browser Network.HTTP.Base64 Network.HTTP.MD5Aux Network.HTTP.Utils Paths_HTTP -fwarn-missing-signatures -Wall
[ 1 of 18] Compiling Network.HTTP.MD5Aux ( Network/HTTP/MD5Aux.hs, dist/build/Network/HTTP/MD5Aux.o )
[ 2 of 18] Compiling Paths_HTTP       ( dist/build/autogen/Paths_HTTP.hs, dist/build/Paths_HTTP.o )
[ 3 of 18] Compiling Network.HTTP.Base64 ( Network/HTTP/Base64.hs, dist/build/Network/HTTP/Base64.o )
[ 4 of 18] Compiling Network.Stream   ( Network/Stream.hs, dist/build/Network/Stream.o )

Network/Stream.hs:35:1: Warning:
    Module Control.Monad.Error is deprecated:
      Use Control.Monad.Except instead

Network/Stream.hs:44:10: Warning:
    In the use of type constructor or class Error
    (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Network/Stream.hs:44:10: Warning:
    In the use of type constructor or class Error
    (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Network/Stream.hs:45:11: Warning:
    In the use of strMsg
    (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Network/Stream.hs:52:24: Warning:
    In the use of strMsg
    (imported from Control.Monad.Error, but defined in transformers-0.4.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 18] Compiling Network.HTTP.Utils ( Network/HTTP/Utils.hs, dist/build/Network/HTTP/Utils.o )
[ 6 of 18] Compiling Network.HTTP.Headers ( Network/HTTP/Headers.hs, dist/build/Network/HTTP/Headers.o )
[ 7 of 18] Compiling Network.HTTP.Cookie ( Network/HTTP/Cookie.hs, dist/build/Network/HTTP/Cookie.o )
[ 8 of 18] Compiling Network.BufferType ( Network/BufferType.hs, dist/build/Network/BufferType.o )
[ 9 of 18] Compiling Network.HTTP.Base ( Network/HTTP/Base.hs, dist/build/Network/HTTP/Base.o )

Network/HTTP/Base.hs:110:1: Warning:
    Module Control.Monad.Error is deprecated:
      Use Control.Monad.Except instead
[10 of 18] Compiling Network.TCP      ( Network/TCP.hs, dist/build/Network/TCP.o )
[11 of 18] Compiling Network.StreamDebugger ( Network/StreamDebugger.hs, dist/build/Network/StreamDebugger.o )
[12 of 18] Compiling Network.StreamSocket ( Network/StreamSocket.hs, dist/build/Network/StreamSocket.o )
[13 of 18] Compiling Network.HTTP.Auth ( Network/HTTP/Auth.hs, dist/build/Network/HTTP/Auth.o )
[14 of 18] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist/build/Network/HTTP/Proxy.o )
[15 of 18] Compiling Network.HTTP.HandleStream ( Network/HTTP/HandleStream.hs, dist/build/Network/HTTP/HandleStream.o )
[16 of 18] Compiling Network.HTTP     ( Network/HTTP.hs, dist/build/Network/HTTP.o )
[17 of 18] Compiling Network.HTTP.Stream ( Network/HTTP/Stream.hs, dist/build/Network/HTTP/Stream.o )
[18 of 18] Compiling Network.Browser  ( Network/Browser.hs, dist/build/Network/Browser.o )

Network/Browser.hs:140:1: Warning:
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
Linking...
[(InstalledPackageId
"array-0.5.1.0-960bf9ae8875cc30355e086f8853a049",PackageIdentifier {pkgName =
PackageName {unPackageName = "array"}, pkgVersion = Version {versionBranch =
[0,5,1,0], versionTags = []}},ModuleRenaming True []),(InstalledPackageId
"base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d",PackageIdentifier {pkgName =
PackageName {unPackageName = "base"}, pkgVersion = Version {versionBranch =
[4,8,2,0], versionTags = []}},ModuleRenaming True []),(InstalledPackageId
"bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437",PackageIdentifier
{pkgName = PackageName {unPackageName = "bytestring"}, pkgVersion = Version
{versionBranch = [0,10,6,0], versionTags = []}},ModuleRenaming True
[]),(InstalledPackageId
"mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219",PackageIdentifier {pkgName =
PackageName {unPackageName = "mtl"}, pkgVersion = Version {versionBranch =
[2,2,1], versionTags = []}},ModuleRenaming True []),(InstalledPackageId
"network-2.6.2.1-b9017957b1e5d0d1d9d4782a2ba4fcb5",PackageIdentifier {pkgName
= PackageName {unPackageName = "network"}, pkgVersion = Version {versionBranch
= [2,6,2,1], versionTags = []}},ModuleRenaming True []),(InstalledPackageId
"network-uri-2.6.1.0-ebfb6246973c95770c4c896a8a618864",PackageIdentifier
{pkgName = PackageName {unPackageName = "network-uri"}, pkgVersion = Version
{versionBranch = [2,6,1,0], versionTags = []}},ModuleRenaming True
[]),(InstalledPackageId
"parsec-3.1.11-9fbeb486b9422a628611bfda22e15367",PackageIdentifier {pkgName =
PackageName {unPackageName = "parsec"}, pkgVersion = Version {versionBranch =
[3,1,11], versionTags = []}},ModuleRenaming True []),(InstalledPackageId
"time-1.5.0.1-edbd1a50e7922b396ada189ab8e8523b",PackageIdentifier {pkgName =
PackageName {unPackageName = "time"}, pkgVersion = Version {versionBranch =
[1,5,0,1], versionTags = []}},ModuleRenaming True [])]
/usr/bin/ar -r dist/build/objs-10449/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ.a dist/build/Network/BufferType.o dist/build/Network/Stream.o dist/build/Network/StreamDebugger.o dist/build/Network/StreamSocket.o dist/build/Network/TCP.o dist/build/Network/HTTP.o dist/build/Network/HTTP/Headers.o dist/build/Network/HTTP/Base.o dist/build/Network/HTTP/Stream.o dist/build/Network/HTTP/Auth.o dist/build/Network/HTTP/Cookie.o dist/build/Network/HTTP/Proxy.o dist/build/Network/HTTP/HandleStream.o dist/build/Network/Browser.o dist/build/Network/HTTP/Base64.o dist/build/Network/HTTP/MD5Aux.o dist/build/Network/HTTP/Utils.o dist/build/Paths_HTTP.o
/usr/bin/ar: creating dist/build/objs-10449/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ.a
/usr/bin/strip dist/build/objs-10449/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ.a --strip-unneeded
/opt/ghc/7.10.3/bin/ghc -shared -dynamic '-dynload deploy' -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/array_67iodizgJQIIxYVTp4emlA -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/base_HQfYBxpPvuw8OunzQu6JGM -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/binar_3uXFWMoAGBg0xKP9MHKRwi -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/rts -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/bytes_6VWy06pWzJq9evDvK2d4w6 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/conta_2C3ZI8RgPO2LBMidXKTvIU -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/deeps_6vMKxt5sPFR0XsbRWvvq59 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3 -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/integ_2aU3IZNMF9a7mQ0OzsZ0dS -optl-Wl,-rpath,/root/.cabal/lib/x86_64-linux-ghc-7.10.3/mtl-2.2.1-Aue4leSeVkpKLsfHIV51E8 -optl-Wl,-rpath,/root/.cabal/lib/x86_64-linux-ghc-7.10.3/network-2.6.2.1-A6pE0dLgMEk2GtUa1JtTJQ -optl-Wl,-rpath,/root/.cabal/lib/x86_64-linux-ghc-7.10.3/network-uri-2.6.1.0-8hCRgBDYvZA6nRJCSPBXws -optl-Wl,-rpath,/root/.cabal/lib/x86_64-linux-ghc-7.10.3/parsec-3.1.11-AtBt9uDOS2NCyWnucTHV3y -optl-Wl,-rpath,/root/.cabal/lib/x86_64-linux-ghc-7.10.3/text-1.2.2.1-HmqVQnZSpjaC156ABqPhne -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/time_FTheb6LSxyX1UABIbBXRfn -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/trans_GZTjP9K5WFq01xC9BAGQpF -optl-Wl,-rpath,/opt/ghc/7.10.3/lib/ghc-7.10.3/unix_KZL8h98IqDM57kQSPo1mKx -this-package-key HTTP_Dtoh1gR9XXG1Sa7r2sjCEQ -no-auto-link-packages -package-db dist/package.conf.inplace -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219 -package-id network-2.6.2.1-b9017957b1e5d0d1d9d4782a2ba4fcb5 -package-id network-uri-2.6.1.0-ebfb6246973c95770c4c896a8a618864 -package-id parsec-3.1.11-9fbeb486b9422a628611bfda22e15367 -package-id time-1.5.0.1-edbd1a50e7922b396ada189ab8e8523b dist/build/Network/BufferType.dyn_o dist/build/Network/Stream.dyn_o dist/build/Network/StreamDebugger.dyn_o dist/build/Network/StreamSocket.dyn_o dist/build/Network/TCP.dyn_o dist/build/Network/HTTP.dyn_o dist/build/Network/HTTP/Headers.dyn_o dist/build/Network/HTTP/Base.dyn_o dist/build/Network/HTTP/Stream.dyn_o dist/build/Network/HTTP/Auth.dyn_o dist/build/Network/HTTP/Cookie.dyn_o dist/build/Network/HTTP/Proxy.dyn_o dist/build/Network/HTTP/HandleStream.dyn_o dist/build/Network/Browser.dyn_o dist/build/Network/HTTP/Base64.dyn_o dist/build/Network/HTTP/MD5Aux.dyn_o dist/build/Network/HTTP/Utils.dyn_o dist/build/Paths_HTTP.dyn_o -o dist/build/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ-ghc7.10.3.so
In-place registering HTTP-4000.3.3...
/opt/ghc/7.10.3/bin/ghc-pkg update - --global --user '--package-db=dist/package.conf.inplace'
/opt/ghc/7.10.3/bin/ghc --abi-hash -fbuilding-cabal-package -O -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key HTTP_Dtoh1gR9XXG1Sa7r2sjCEQ -hide-all-packages -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219 -package-id network-2.6.2.1-b9017957b1e5d0d1d9d4782a2ba4fcb5 -package-id network-uri-2.6.1.0-ebfb6246973c95770c4c896a8a618864 -package-id parsec-3.1.11-9fbeb486b9422a628611bfda22e15367 -package-id time-1.5.0.1-edbd1a50e7922b396ada189ab8e8523b -XHaskell98 -XFlexibleInstances Network.BufferType Network.Stream Network.StreamDebugger Network.StreamSocket Network.TCP Network.HTTP Network.HTTP.Headers Network.HTTP.Base Network.HTTP.Stream Network.HTTP.Auth Network.HTTP.Cookie Network.HTTP.Proxy Network.HTTP.HandleStream Network.Browser -fwarn-missing-signatures -Wall
Creating package registration file:
/tmp/pkgConf-HTTP-4000.32142757034116087764.3
directory dist/doc/html/HTTP does exist: False
creating /root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3
Installing LICENSE to
/root/.cabal/share/doc/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3/LICENSE
Installing library in
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
Installing dist/build/Network/BufferType.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/BufferType.hi
Installing dist/build/Network/Stream.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/Stream.hi
Installing dist/build/Network/StreamDebugger.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/StreamDebugger.hi
Installing dist/build/Network/StreamSocket.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/StreamSocket.hi
Installing dist/build/Network/TCP.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/TCP.hi
Installing dist/build/Network/HTTP.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP.hi
Installing dist/build/Network/HTTP/Headers.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Headers.hi
Installing dist/build/Network/HTTP/Base.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Base.hi
Installing dist/build/Network/HTTP/Stream.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Stream.hi
Installing dist/build/Network/HTTP/Auth.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Auth.hi
Installing dist/build/Network/HTTP/Cookie.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Cookie.hi
Installing dist/build/Network/HTTP/Proxy.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Proxy.hi
Installing dist/build/Network/HTTP/HandleStream.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/HandleStream.hi
Installing dist/build/Network/Browser.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/Browser.hi
Installing dist/build/Network/HTTP/Base64.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Base64.hi
Installing dist/build/Network/HTTP/MD5Aux.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/MD5Aux.hi
Installing dist/build/Network/HTTP/Utils.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Utils.hi
Installing dist/build/Paths_HTTP.hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Paths_HTTP.hi
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
Installing dist/build/Network/BufferType.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/BufferType.dyn_hi
Installing dist/build/Network/Stream.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/Stream.dyn_hi
Installing dist/build/Network/StreamDebugger.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/StreamDebugger.dyn_hi
Installing dist/build/Network/StreamSocket.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/StreamSocket.dyn_hi
Installing dist/build/Network/TCP.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/TCP.dyn_hi
Installing dist/build/Network/HTTP.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP.dyn_hi
Installing dist/build/Network/HTTP/Headers.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Headers.dyn_hi
Installing dist/build/Network/HTTP/Base.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Base.dyn_hi
Installing dist/build/Network/HTTP/Stream.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Stream.dyn_hi
Installing dist/build/Network/HTTP/Auth.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Auth.dyn_hi
Installing dist/build/Network/HTTP/Cookie.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Cookie.dyn_hi
Installing dist/build/Network/HTTP/Proxy.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Proxy.dyn_hi
Installing dist/build/Network/HTTP/HandleStream.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/HandleStream.dyn_hi
Installing dist/build/Network/Browser.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/Browser.dyn_hi
Installing dist/build/Network/HTTP/Base64.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Base64.dyn_hi
Installing dist/build/Network/HTTP/MD5Aux.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/MD5Aux.dyn_hi
Installing dist/build/Network/HTTP/Utils.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Network/HTTP/Utils.dyn_hi
Installing dist/build/Paths_HTTP.dyn_hi to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/Paths_HTTP.dyn_hi
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
Installing dist/build/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ.a to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ.a
creating
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ
/usr/bin/strip dist/build/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ-ghc7.10.3.so --strip-unneeded
Installing executable
dist/build/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ-ghc7.10.3.so to
/root/.cabal/lib/x86_64-linux-ghc-7.10.3/HTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ/libHSHTTP-4000.3.3-Dtoh1gR9XXG1Sa7r2sjCEQ-ghc7.10.3.so
/opt/ghc/7.10.3/bin/ghc --abi-hash -fbuilding-cabal-package -O -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-package-key HTTP_Dtoh1gR9XXG1Sa7r2sjCEQ -hide-all-packages -package-id array-0.5.1.0-960bf9ae8875cc30355e086f8853a049 -package-id base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d -package-id bytestring-0.10.6.0-c60f4c543b22c7f7293a06ae48820437 -package-id mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219 -package-id network-2.6.2.1-b9017957b1e5d0d1d9d4782a2ba4fcb5 -package-id network-uri-2.6.1.0-ebfb6246973c95770c4c896a8a618864 -package-id parsec-3.1.11-9fbeb486b9422a628611bfda22e15367 -package-id time-1.5.0.1-edbd1a50e7922b396ada189ab8e8523b -XHaskell98 -XFlexibleInstances Network.BufferType Network.Stream Network.StreamDebugger Network.StreamSocket Network.TCP Network.HTTP Network.HTTP.Headers Network.HTTP.Base Network.HTTP.Stream Network.HTTP.Auth Network.HTTP.Cookie Network.HTTP.Proxy Network.HTTP.HandleStream Network.Browser -fwarn-missing-signatures -Wall
Registering HTTP-4000.3.3...
/opt/ghc/7.10.3/bin/ghc-pkg update - --global --user

Test log

No test log was submitted for this report.