Build #1 for socket-0.6.0.0
| Package | socket-0.6.0.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-03-26 21:21:14.325806 UTC |
|---|---|
| Compiler | ghc-7.10.3 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | bytestring-0.10.6.0, base-4.8.2.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Downloading socket-0.6.0.0...
Configuring socket-0.6.0.0...
Building socket-0.6.0.0...
Preprocessing library socket-0.6.0.0...
[ 1 of 15] Compiling System.Socket.Internal.Message ( dist/build/System/Socket/Internal/Message.hs, dist/build/System/Socket/Internal/Message.o )
[ 2 of 15] Compiling System.Socket.Internal.Exception ( dist/build/System/Socket/Internal/Exception.hs, dist/build/System/Socket/Internal/Exception.o )
[ 3 of 15] Compiling System.Socket.Internal.Platform ( dist/build/System/Socket/Internal/Platform.hs, dist/build/System/Socket/Internal/Platform.o )
[ 4 of 15] Compiling System.Socket.Internal.Socket ( dist/build/System/Socket/Internal/Socket.hs, dist/build/System/Socket/Internal/Socket.o )
[ 5 of 15] Compiling System.Socket.Unsafe ( dist/build/System/Socket/Unsafe.hs, dist/build/System/Socket/Unsafe.o )
[ 6 of 15] Compiling System.Socket.Type.Raw ( dist/build/System/Socket/Type/Raw.hs, dist/build/System/Socket/Type/Raw.o )
[ 7 of 15] Compiling System.Socket.Type.Datagram ( dist/build/System/Socket/Type/Datagram.hs, dist/build/System/Socket/Type/Datagram.o )
[ 8 of 15] Compiling System.Socket.Type.SequentialPacket ( dist/build/System/Socket/Type/SequentialPacket.hs, dist/build/System/Socket/Type/SequentialPacket.o )
[ 9 of 15] Compiling System.Socket.Protocol.UDP ( dist/build/System/Socket/Protocol/UDP.hs, dist/build/System/Socket/Protocol/UDP.o )
[10 of 15] Compiling System.Socket.Protocol.TCP ( dist/build/System/Socket/Protocol/TCP.hs, dist/build/System/Socket/Protocol/TCP.o )
[11 of 15] Compiling System.Socket.Family.Inet ( dist/build/System/Socket/Family/Inet.hs, dist/build/System/Socket/Family/Inet.o )
[12 of 15] Compiling System.Socket.Family.Inet6 ( dist/build/System/Socket/Family/Inet6.hs, dist/build/System/Socket/Family/Inet6.o )
[13 of 15] Compiling System.Socket.Internal.AddressInfo ( dist/build/System/Socket/Internal/AddressInfo.hs, dist/build/System/Socket/Internal/AddressInfo.o )
[14 of 15] Compiling System.Socket ( dist/build/System/Socket.hs, dist/build/System/Socket.o )
[15 of 15] Compiling System.Socket.Type.Stream ( dist/build/System/Socket/Type/Stream.hs, dist/build/System/Socket/Type/Stream.o )
In-place registering socket-0.6.0.0...
Running Haddock for socket-0.6.0.0...
Running hscolour for socket-0.6.0.0...
Preprocessing library socket-0.6.0.0...
Preprocessing library socket-0.6.0.0...
Haddock coverage:
86% ( 6 / 7) in 'System.Socket.Internal.Message'
Missing documentation for:
Message (src/System/Socket/Internal/Message.hsc:41)
3% ( 1 / 39) in 'System.Socket.Internal.Exception'
Missing documentation for:
SocketException (src/System/Socket/Internal/Exception.hsc:19)
(src/System/Socket/Internal/Exception.hsc:23)
(src/System/Socket/Internal/Exception.hsc:25)
eOk (src/System/Socket/Internal/Exception.hsc:64)
eInterrupted (src/System/Socket/Internal/Exception.hsc:67)
eBadFileDescriptor (src/System/Socket/Internal/Exception.hsc:70)
eInvalid (src/System/Socket/Internal/Exception.hsc:73)
ePipe (src/System/Socket/Internal/Exception.hsc:76)
eWouldBlock (src/System/Socket/Internal/Exception.hsc:79)
eAgain (src/System/Socket/Internal/Exception.hsc:82)
eNotSocket (src/System/Socket/Internal/Exception.hsc:85)
eDestinationAddressRequired (src/System/Socket/Internal/Exception.hsc:88)
eMessageSize (src/System/Socket/Internal/Exception.hsc:91)
eProtocolType (src/System/Socket/Internal/Exception.hsc:94)
eNoProtocolOption (src/System/Socket/Internal/Exception.hsc:97)
eProtocolNotSupported (src/System/Socket/Internal/Exception.hsc:100)
eSocketTypeNotSupported (src/System/Socket/Internal/Exception.hsc:103)
eOperationNotSupported (src/System/Socket/Internal/Exception.hsc:106)
eProtocolFamilyNotSupported (src/System/Socket/Internal/Exception.hsc:109)
eAddressFamilyNotSupported (src/System/Socket/Internal/Exception.hsc:112)
eAddressInUse (src/System/Socket/Internal/Exception.hsc:115)
eAddressNotAvailable (src/System/Socket/Internal/Exception.hsc:118)
eNetworkDown (src/System/Socket/Internal/Exception.hsc:121)
eNetworkUnreachable (src/System/Socket/Internal/Exception.hsc:124)
eNetworkReset (src/System/Socket/Internal/Exception.hsc:127)
eConnectionAborted (src/System/Socket/Internal/Exception.hsc:130)
eConnectionReset (src/System/Socket/Internal/Exception.hsc:133)
eNoBufferSpace (src/System/Socket/Internal/Exception.hsc:136)
eIsConnected (src/System/Socket/Internal/Exception.hsc:139)
eNotConnected (src/System/Socket/Internal/Exception.hsc:142)
eShutdown (src/System/Socket/Internal/Exception.hsc:145)
eTooManyReferences (src/System/Socket/Internal/Exception.hsc:148)
eTimedOut (src/System/Socket/Internal/Exception.hsc:151)
eConnectionRefused (src/System/Socket/Internal/Exception.hsc:154)
eHostDown (src/System/Socket/Internal/Exception.hsc:157)
eHostUnreachable (src/System/Socket/Internal/Exception.hsc:160)
eAlready (src/System/Socket/Internal/Exception.hsc:163)
eInProgress (src/System/Socket/Internal/Exception.hsc:166)
4% ( 1 / 23) in 'System.Socket.Internal.Platform'
Missing documentation for:
Module header
unsafeSocketWaitWrite (platform/linux/src/System/Socket/Internal/Platform.hsc:14)
CSSize (platform/linux/src/System/Socket/Internal/Platform.hsc:32)
c_socket (platform/linux/src/System/Socket/Internal/Platform.hsc:35)
c_close (platform/linux/src/System/Socket/Internal/Platform.hsc:38)
c_bind (platform/linux/src/System/Socket/Internal/Platform.hsc:41)
c_connect (platform/linux/src/System/Socket/Internal/Platform.hsc:44)
c_accept (platform/linux/src/System/Socket/Internal/Platform.hsc:47)
c_listen (platform/linux/src/System/Socket/Internal/Platform.hsc:50)
c_send (platform/linux/src/System/Socket/Internal/Platform.hsc:53)
c_sendto (platform/linux/src/System/Socket/Internal/Platform.hsc:56)
c_recv (platform/linux/src/System/Socket/Internal/Platform.hsc:59)
c_recvfrom (platform/linux/src/System/Socket/Internal/Platform.hsc:62)
c_getsockopt (platform/linux/src/System/Socket/Internal/Platform.hsc:65)
c_setsockopt (platform/linux/src/System/Socket/Internal/Platform.hsc:68)
c_setnonblocking (platform/linux/src/System/Socket/Internal/Platform.hsc:71)
c_get_last_socket_error (platform/linux/src/System/Socket/Internal/Platform.hsc:74)
c_memset (platform/linux/src/System/Socket/Internal/Platform.hsc:77)
c_getaddrinfo (platform/linux/src/System/Socket/Internal/Platform.hsc:80)
c_freeaddrinfo (platform/linux/src/System/Socket/Internal/Platform.hsc:83)
c_getnameinfo (platform/linux/src/System/Socket/Internal/Platform.hsc:86)
c_gai_strerror (platform/linux/src/System/Socket/Internal/Platform.hsc:89)
45% ( 5 / 11) in 'System.Socket.Internal.Socket'
Missing documentation for:
Family (src/System/Socket/Internal/Socket.hsc:75)
Type (src/System/Socket/Internal/Socket.hsc:78)
Protocol (src/System/Socket/Internal/Socket.hsc:81)
SocketOption (src/System/Socket/Internal/Socket.hsc:84)
unsafeGetSocketOption (src/System/Socket/Internal/Socket.hsc:124)
unsafeSetSocketOption (src/System/Socket/Internal/Socket.hsc:113)
68% ( 17 / 25) in 'System.Socket.Unsafe'
Missing documentation for:
unsafeSend (src/System/Socket/Unsafe.hsc:55)
unsafeSendTo (src/System/Socket/Unsafe.hsc:59)
unsafeReceive (src/System/Socket/Unsafe.hsc:63)
unsafeReceiveFrom (src/System/Socket/Unsafe.hsc:67)
unsafeGetSocketOption (src/System/Socket/Internal/Socket.hsc:124)
unsafeSetSocketOption (src/System/Socket/Internal/Socket.hsc:113)
unsafeSocketWaitWrite (platform/linux/src/System/Socket/Internal/Platform.hsc:14)
tryWaitRetryLoop (src/System/Socket/Unsafe.hsc:71)
33% ( 1 / 3) in 'System.Socket.Type.Raw'
Missing documentation for:
Raw (src/System/Socket/Type/Raw.hsc:16)
(src/System/Socket/Type/Raw.hsc:18)
33% ( 1 / 3) in 'System.Socket.Type.Datagram'
Missing documentation for:
Datagram (src/System/Socket/Type/Datagram.hsc:16)
(src/System/Socket/Type/Datagram.hsc:18)
33% ( 1 / 3) in 'System.Socket.Type.SequentialPacket'
Missing documentation for:
SequentialPacket (src/System/Socket/Type/SequentialPacket.hsc:16)
(src/System/Socket/Type/SequentialPacket.hsc:18)
33% ( 1 / 3) in 'System.Socket.Protocol.UDP'
Missing documentation for:
UDP (src/System/Socket/Protocol/UDP.hsc:16)
(src/System/Socket/Protocol/UDP.hsc:18)
33% ( 1 / 3) in 'System.Socket.Protocol.TCP'
Missing documentation for:
TCP (src/System/Socket/Protocol/TCP.hsc:16)
(src/System/Socket/Protocol/TCP.hsc:18)
96% ( 23 / 24) in 'System.Socket.Family.Inet'
Missing documentation for:
InetPort (src/System/Socket/Family/Inet.hsc:82)
86% ( 18 / 21) in 'System.Socket.Family.Inet6'
Missing documentation for:
Inet6Port (src/System/Socket/Family/Inet6.hsc:85)
Inet6FlowInfo (src/System/Socket/Family/Inet6.hsc:88)
Inet6ScopeId (src/System/Socket/Family/Inet6.hsc:91)
93% ( 27 / 29) in 'System.Socket.Internal.AddressInfo'
Missing documentation for:
AddressInfo (src/System/Socket/Internal/AddressInfo.hsc:71)
HasAddressInfo (src/System/Socket/Internal/AddressInfo.hsc:216)
61% ( 70 /114) in 'System.Socket'
Missing documentation for:
Family (src/System/Socket/Internal/Socket.hsc:75)
Type (src/System/Socket/Internal/Socket.hsc:78)
Protocol (src/System/Socket/Internal/Socket.hsc:81)
SocketOption (src/System/Socket/Internal/Socket.hsc:84)
AddressInfo (src/System/Socket/Internal/AddressInfo.hsc:71)
HasAddressInfo (src/System/Socket/Internal/AddressInfo.hsc:216)
SocketException (src/System/Socket/Internal/Exception.hsc:19)
(src/System/Socket/Internal/Exception.hsc:23)
(src/System/Socket/Internal/Exception.hsc:25)
eOk (src/System/Socket/Internal/Exception.hsc:64)
eInterrupted (src/System/Socket/Internal/Exception.hsc:67)
eBadFileDescriptor (src/System/Socket/Internal/Exception.hsc:70)
eInvalid (src/System/Socket/Internal/Exception.hsc:73)
ePipe (src/System/Socket/Internal/Exception.hsc:76)
eWouldBlock (src/System/Socket/Internal/Exception.hsc:79)
eAgain (src/System/Socket/Internal/Exception.hsc:82)
eNotSocket (src/System/Socket/Internal/Exception.hsc:85)
eDestinationAddressRequired (src/System/Socket/Internal/Exception.hsc:88)
eMessageSize (src/System/Socket/Internal/Exception.hsc:91)
eProtocolType (src/System/Socket/Internal/Exception.hsc:94)
eNoProtocolOption (src/System/Socket/Internal/Exception.hsc:97)
eProtocolNotSupported (src/System/Socket/Internal/Exception.hsc:100)
eSocketTypeNotSupported (src/System/Socket/Internal/Exception.hsc:103)
eOperationNotSupported (src/System/Socket/Internal/Exception.hsc:106)
eProtocolFamilyNotSupported (src/System/Socket/Internal/Exception.hsc:109)
eAddressFamilyNotSupported (src/System/Socket/Internal/Exception.hsc:112)
eAddressInUse (src/System/Socket/Internal/Exception.hsc:115)
eAddressNotAvailable (src/System/Socket/Internal/Exception.hsc:118)
eNetworkDown (src/System/Socket/Internal/Exception.hsc:121)
eNetworkUnreachable (src/System/Socket/Internal/Exception.hsc:124)
eNetworkReset (src/System/Socket/Internal/Exception.hsc:127)
eConnectionAborted (src/System/Socket/Internal/Exception.hsc:130)
eConnectionReset (src/System/Socket/Internal/Exception.hsc:133)
eNoBufferSpace (src/System/Socket/Internal/Exception.hsc:136)
eIsConnected (src/System/Socket/Internal/Exception.hsc:139)
eNotConnected (src/System/Socket/Internal/Exception.hsc:142)
eShutdown (src/System/Socket/Internal/Exception.hsc:145)
eTooManyReferences (src/System/Socket/Internal/Exception.hsc:148)
eTimedOut (src/System/Socket/Internal/Exception.hsc:151)
eConnectionRefused (src/System/Socket/Internal/Exception.hsc:154)
eHostDown (src/System/Socket/Internal/Exception.hsc:157)
eHostUnreachable (src/System/Socket/Internal/Exception.hsc:160)
eAlready (src/System/Socket/Internal/Exception.hsc:163)
eInProgress (src/System/Socket/Internal/Exception.hsc:166)
86% ( 6 / 7) in 'System.Socket.Type.Stream'
Missing documentation for:
Stream (src/System/Socket/Type/Stream.hsc:31)
Warning: System.Socket.Family.Inet: could not find link destinations for:
TFCo:R:SocketAddressInet SocketAddressInet inetAddress inetPort TFCo:R:SocketAddressInet6 SocketAddressInet6 inet6Address inet6Port inet6FlowInfo inet6ScopeId
Warning: System.Socket.Family.Inet6: could not find link destinations for:
TFCo:R:SocketAddressInet6 SocketAddressInet6 inet6Address inet6Port inet6FlowInfo inet6ScopeId TFCo:R:SocketAddressInet SocketAddressInet inetAddress inetPort
Warning: System.Socket: could not find link destinations for:
TFCo:R:SocketAddressInet SocketAddressInet inetAddress inetPort TFCo:R:SocketAddressInet6 SocketAddressInet6 inet6Address inet6Port inet6FlowInfo inet6ScopeId c_bind
Documentation created: dist/doc/html/socket/index.html,
dist/doc/html/socket/socket.txt
Creating package registration file:
/tmp/pkgConf-socket-0.6.02145174067468703135.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/socket-0.6.0.0-LTv2P95O6d4AANTYqm4npM
Registering socket-0.6.0.0...
Installed socket-0.6.0.0
Test log
No test log was submitted for this report.