See <http://buildbot.snapframework.com/job/snap-server/164/>
------------------------------------------ Started by upstream project "snap-core" build number 99 Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server/ws/> - hudson.remoting.localchan...@160e09f Using strategy: Default Last Built Revision: Revision 12903833b3a130b1eba1ef1fd512e7bc3feb0df4 (origin/master) Checkout:workspace / <http://buildbot.snapframework.com/job/snap-server/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 #164" hudson-snap-server-164 Recording changes in branch origin/master [workspace] $ git log --pretty=format:%H 12903833b3a130b1eba1ef1fd512e7bc3feb0df4..12903833b3a130b1eba1ef1fd512e7bc3feb0df4 [workspace] $ /bin/sh -xe /tmp/hudson8482010275456459705.sh + rm -f /home/hudson/.ghc /home/hudson/.cabal + ln -s /home/hudson/.ghc-libev /home/hudson/.ghc + ln -s /home/hudson/.cabal-libev /home/hudson/.cabal + cabal clean cleaning... + cabal update Downloading the latest package list from hackage.haskell.org + cabal install -flibev Resolving dependencies... Configuring snap-server-0.2.12... Preprocessing library snap-server-0.2.12... Building snap-server-0.2.12... [ 1 of 12] Compiling Snap.Internal.Http.Parser ( src/Snap/Internal/Http/Parser.hs, dist/build/Snap/Internal/Http/Parser.o ) [ 2 of 12] Compiling Paths_snap_server ( dist/build/autogen/Paths_snap_server.hs, dist/build/Paths_snap_server.o ) [ 3 of 12] Compiling Data.Concurrent.HashMap.Internal ( src/Data/Concurrent/HashMap/Internal.hs, dist/build/Data/Concurrent/HashMap/Internal.o ) [ 4 of 12] Compiling System.SendFile.Linux ( dist/build/System/SendFile/Linux.hs, dist/build/System/SendFile/Linux.o ) [ 5 of 12] Compiling System.SendFile ( src/System/SendFile.hs, dist/build/System/SendFile.o ) [ 6 of 12] 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-mmap-0.2.1 ... 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 ... [ 7 of 12] Compiling Snap.Internal.Http.Server.Date ( src/Snap/Internal/Http/Server/Date.hs, dist/build/Snap/Internal/Http/Server/Date.o ) [ 8 of 12] Compiling Snap.Internal.Http.Server.LibevBackend ( src/Snap/Internal/Http/Server/LibevBackend.hs, dist/build/Snap/Internal/Http/Server/LibevBackend.o ) [ 9 of 12] Compiling System.FastLogger ( src/System/FastLogger.hs, dist/build/System/FastLogger.o ) [10 of 12] Compiling Snap.Http.Server.Config ( src/Snap/Http/Server/Config.hs, dist/build/Snap/Http/Server/Config.o ) [11 of 12] 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 monads-fd-0.1.0.1 ... 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 murmur-hash-0.1 ... linking ... done. Loading package parsec-2.1.0.1 ... linking ... done. Loading package network-2.2.1.7 ... linking ... done. Loading package hlibev-0.2.8 ... 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 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/ws/test/dist/hpc> to /home/hudson/data/jobs/snap-server/htmlreports/HTML_Report _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
