See <http://buildbot.snapframework.com/job/snap-server-portable/48/changes>
Changes: [Gregory Collins] Don't take the loop lock in the timeout handler! (stupid!!) [Gregory Collins] Expose all the files in the sdist ------------------------------------------ Started by an SCM change Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server-portable/ws/> - hudson.remoting.localchan...@2758d0 Using strategy: Default Last Built Revision: Revision 32ebd331bd449883f62ac56afd28b8fcc14c58eb (origin/master) Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server-portable/ws/> - hudson.remoting.localchan...@2758d0 GitAPI created Fetching changes from the remote Git repository Fetching upstream changes from http://git.snapframework.com/snap-server.git [workspace] $ git fetch -t http://git.snapframework.com/snap-server.git +refs/heads/*:refs/remotes/origin/* [workspace] $ git ls-tree HEAD [workspace] $ git tag -l master [workspace] $ git rev-parse origin/master Commencing build of Revision 36461695e3319c84a9db39faf2b265dc9ce564ec (origin/master) GitAPI created Checking out Revision 36461695e3319c84a9db39faf2b265dc9ce564ec (origin/master) [workspace] $ git checkout -f 36461695e3319c84a9db39faf2b265dc9ce564ec [workspace] $ git tag -a -f -m "Hudson Build #48" hudson-snap-server-portable-48 Recording changes in branch origin/master [workspace] $ git log --pretty=format:%H 32ebd331bd449883f62ac56afd28b8fcc14c58eb..36461695e3319c84a9db39faf2b265dc9ce564ec [workspace] $ git log -M --summary --pretty=raw -n 1 36461695e3319c84a9db39faf2b265dc9ce564ec [workspace] $ git diff-tree -M -r 36461695e3319c84a9db39faf2b265dc9ce564ec [workspace] $ git log -M --summary --pretty=raw -n 1 37a9723cd65349cc6d01094f68740697100313ec [workspace] $ git diff-tree -M -r 37a9723cd65349cc6d01094f68740697100313ec [workspace] $ /bin/sh -xe /tmp/hudson6858636825845498283.sh + rm -f /home/hudson/.ghc /home/hudson/.cabal + ln -s /home/hudson/.ghc-portable /home/hudson/.ghc + ln -s /home/hudson/.cabal-portable /home/hudson/.cabal + cabal clean cleaning... + cabal update Downloading the latest package list from hackage.haskell.org + cabal install -f portable Resolving dependencies... Configuring network-2.2.1.7... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking wspiapi.h usability... no checking wspiapi.h presence... no checking for wspiapi.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for readlink... yes checking for symlink... yes checking for struct msghdr.msg_control... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no checking for in_addr_t in netinet/in.h... yes checking for SO_PEERCRED and struct ucred in sys/socket.h... yes checking for _head_libws2_32_a in -lws2_32... no checking for getaddrinfo... yes checking for gai_strerror... yes checking whether AI_ADDRCONFIG is declared... yes checking whether AI_ALL is declared... yes checking whether AI_NUMERICSERV is declared... yes checking whether AI_V4MAPPED is declared... yes checking for sendfile in sys/sendfile.h... yes checking for sendfile in sys/socket.h... no checking for gethostent... yes configure: creating ./config.status config.status: creating network.buildinfo config.status: creating include/HsNetworkConfig.h Preprocessing library network-2.2.1.7... Building network-2.2.1.7... [1 of 5] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o ) [2 of 5] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o ) [3 of 5] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.o ) [4 of 5] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o ) [5 of 5] Compiling Network ( Network.hs, dist/build/Network.o ) Network.hs:274:15: Warning: Pattern match(es) are overlapped In a case alternative: a -> ... Registering network-2.2.1.7... Installing library in /home/hudson/.cabal/lib/network-2.2.1.7/ghc-6.12.1 Registering network-2.2.1.7... [1 of 1] Compiling Main ( /tmp/network-bytestring-0.1.323598/network-bytestring-0.1.3/Setup.hs, /tmp/network-bytestring-0.1.323598/network-bytestring-0.1.3/dist/setup/Main.o ) Linking /tmp/network-bytestring-0.1.323598/network-bytestring-0.1.3/dist/setup/setup ... Configuring network-bytestring-0.1.3... Preprocessing library network-bytestring-0.1.3... Building network-bytestring-0.1.3... [1 of 5] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.o ) [2 of 5] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.o ) [3 of 5] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o ) [4 of 5] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o ) [5 of 5] Compiling Network.Socket.ByteString.Lazy ( dist/build/Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o ) Registering network-bytestring-0.1.3... Installing library in /home/hudson/.cabal/lib/network-bytestring-0.1.3/ghc-6.12.1 Registering network-bytestring-0.1.3... Configuring snap-server-0.2.7.1... Preprocessing library snap-server-0.2.7.1... Building snap-server-0.2.7.1... [1 of 9] Compiling System.SendFile ( src/System/SendFile.hs, dist/build/System/SendFile.o ) src/System/SendFile.hs:7:4: Not in scope: `sendFile' src/System/SendFile.hs:8:4: Not in scope: `sendFileMode' cabal: Error: some packages failed to install: snap-server-0.2.7.1 failed during the building phase. The exception was: ExitFailure 1 Publishing Javadoc Recording test results [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level <http://buildbot.snapframework.com/job/snap-server-portable/ws/test/dist/hpc> to /home/hudson/data/jobs/snap-server-portable/htmlreports/HTML_Report _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
