See <http://buildbot.snapframework.com/job/snap-server-portable/87/changes>
Changes: [Gregory Collins] Rework buffering stuff again; chunked transfer encoding overhead should be significantly lower now ------------------------------------------ Started by an SCM change Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server-portable/ws/> - hudson.remoting.localchan...@160e09f Using strategy: Default Last Built Revision: Revision e59d013ffc19d300cee6270b834ce60225213663 (origin/master) Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server-portable/ws/> - hudson.remoting.localchan...@160e09f 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 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 (origin/master) GitAPI created Checking out Revision 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 (origin/master) [workspace] $ git checkout -f 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 [workspace] $ git tag -a -f -m "Hudson Build #87" hudson-snap-server-portable-87 Recording changes in branch origin/master [workspace] $ git log --pretty=format:%H e59d013ffc19d300cee6270b834ce60225213663..12903833b3a130b1eba1ef1fd512e7bc3feb0df4 [workspace] $ git log -M --summary --pretty=raw -n 1 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 [workspace] $ git diff-tree -M -r 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 [workspace] $ /bin/sh -xe /tmp/hudson2013911349350050310.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.311418/network-bytestring-0.1.3/Setup.hs, /tmp/network-bytestring-0.1.311418/network-bytestring-0.1.3/dist/setup/Main.o ) Linking /tmp/network-bytestring-0.1.311418/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.12... Preprocessing library snap-server-0.2.12... Building snap-server-0.2.12... [ 1 of 10] Compiling Snap.Internal.Http.Parser ( src/Snap/Internal/Http/Parser.hs, dist/build/Snap/Internal/Http/Parser.o ) [ 2 of 10] Compiling Paths_snap_server ( dist/build/autogen/Paths_snap_server.hs, dist/build/Paths_snap_server.o ) [ 3 of 10] Compiling Data.Concurrent.HashMap.Internal ( src/Data/Concurrent/HashMap/Internal.hs, dist/build/Data/Concurrent/HashMap/Internal.o ) [ 4 of 10] Compiling Data.Concurrent.HashMap ( src/Data/Concurrent/HashMap.hs, dist/build/Data/Concurrent/HashMap.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package array-0.3.0.0 ... linking ... done. Loading package containers-0.3.0.0 ... linking ... done. Loading package filepath-1.1.0.3 ... linking ... done. Loading package old-locale-1.0.0.2 ... linking ... done. Loading package old-time-1.0.0.3 ... linking ... done. Loading package unix-2.4.0.0 ... linking ... done. Loading package directory-1.0.1.0 ... linking ... done. Loading package pretty-1.0.1.1 ... linking ... done. Loading package process-1.0.1.2 ... linking ... done. Loading package Cabal-1.8.0.2 ... linking ... done. Loading package bytestring-0.9.1.5 ... linking ... done. Loading package ghc-binary-0.5.0.2 ... linking ... done. Loading package bin-package-db-0.0.0.0 ... linking ... done. Loading package hpc-0.5.0.4 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package ghc-6.12.1 ... linking ... done. Loading package primitive-0.3 ... linking ... done. Loading package vector-0.6.0.1 ... linking ... done. Loading package syb-0.1.0.2 ... linking ... done. Loading package base-3.0.3.2 ... linking ... done. Loading package time-1.1.4 ... linking ... done. Loading package random-1.0.0.2 ... linking ... done. Loading package haskell98 ... linking ... done. Loading package mtl-1.1.0.2 ... linking ... done. Loading package ListLike-1.0.1 ... linking ... done. Loading package extensible-exceptions-0.1.1.1 ... linking ... done. Loading package transformers-0.2.1.0 ... linking ... done. Loading package MonadCatchIO-transformers-0.2.2.0 ... linking ... done. Loading package attoparsec-0.8.1.0 ... linking ... done. Loading package bytestring-nums-0.3.1 ... linking ... done. Loading package cereal-0.3.0.0 ... linking ... done. Loading package directory-tree-0.1.1 ... linking ... done. Loading package dlist-0.5 ... linking ... done. Loading package iteratee-0.3.5 ... linking ... done. Loading package monads-fd-0.1.0.1 ... [ 5 of 10] Compiling Snap.Internal.Http.Server.Date ( src/Snap/Internal/Http/Server/Date.hs, dist/build/Snap/Internal/Http/Server/Date.o ) [ 6 of 10] Compiling Snap.Internal.Http.Server.SimpleBackend ( src/Snap/Internal/Http/Server/SimpleBackend.hs, dist/build/Snap/Internal/Http/Server/SimpleBackend.o ) src/Snap/Internal/Http/Server/SimpleBackend.hs:316:0: Warning: Defined but not used: `cancelTimeout' [ 7 of 10] Compiling System.FastLogger ( src/System/FastLogger.hs, dist/build/System/FastLogger.o ) [ 8 of 10] Compiling Snap.Http.Server.Config ( src/Snap/Http/Server/Config.hs, dist/build/Snap/Http/Server/Config.o ) [ 9 of 10] Compiling Snap.Internal.Http.Server ( src/Snap/Internal/Http/Server.hs, dist/build/Snap/Internal/Http/Server.o ) src/Snap/Internal/Http/Server.hs:354:37: Couldn't match expected type `Iteratee IO ()' against inferred type `(Iteratee IO (), IORef Bool)' In the second argument of `checkExpect100Continue', namely `writeEnd' In a stmt of a 'do' expression: checkExpect100Continue req writeEnd In the expression: do { liftIO $ debug $ "Server.httpSession: got request: " ++ Prelude.show (rqMethod req) ++ " " ++ SC.unpack (rqURI req) ++ " " ++ Prelude.show (rqVersion req); checkExpect100Continue req writeEnd; logerr <- gets _logError; (req', rspOrig) <- lift $ handler logerr req; .... } linking ... done. Loading package deepseq-1.1.0.0 ... linking ... done. Loading package text-0.7.1.0 ... linking ... done. Loading package unix-compat-0.1.2.1 ... linking ... done. Loading package zlib-0.5.2.0 ... linking ... done. Loading package snap-core-0.2.12 ... linking ... done. Loading package parsec-2.1.0.1 ... linking ... done. Loading package network-2.2.1.7 ... linking ... done. Loading package network-bytestring-0.1.3 ... linking ... done. Loading package murmur-hash-0.1 ... linking ... done. Loading package binary-0.5.0.2 ... linking ... done. Loading package bytestring-show-0.3.3 ... linking ... done. Loading package attoparsec-iteratee-0.1.1 ... linking ... done. Loading package PSQueue-1.1 ... linking ... done. Loading package ffi-1.0 ... linking ... done. cabal: Error: some packages failed to install: snap-server-0.2.12 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
