See <http://buildbot.snapframework.com/job/snap-core-portable/78/changes>
Changes:
[Gregory Collins] Bump snap-core version
------------------------------------------
[...truncated 22 lines...]
[workspace] $ git log -M --summary --pretty=raw -n 1
bd6ed6a4f6a01d9e6c1b895ebd850e7e3225798a
[workspace] $ git diff-tree -M -r bd6ed6a4f6a01d9e6c1b895ebd850e7e3225798a
[workspace] $ /bin/sh -xe /tmp/hudson5387342757583884373.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
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
+ cabal install -f portable
Resolving dependencies...
Configuring snap-core-0.2.14...
Preprocessing library snap-core-0.2.14...
Preprocessing executables for snap-core-0.2.14...
Building snap-core-0.2.14...
[ 1 of 11] Compiling Snap.Internal.Parsing ( src/Snap/Internal/Parsing.hs,
dist/build/Snap/Internal/Parsing.o )
[ 2 of 11] Compiling Snap.Internal.Debug ( src/Snap/Internal/Debug.hs,
dist/build/Snap/Internal/Debug.o )
[ 3 of 11] Compiling Snap.Iteratee ( src/Snap/Iteratee.hs,
dist/build/Snap/Iteratee.o )
src/Snap/Iteratee.hs:55:0:
Warning: The import of `Control.Exception' is redundant
except perhaps to import instances from `Control.Exception'
To import instances alone, use: import Control.Exception()
[ 4 of 11] Compiling Snap.Internal.Iteratee.Debug (
src/Snap/Internal/Iteratee/Debug.hs, dist/build/Snap/Internal/Iteratee/Debug.o )
[ 5 of 11] Compiling Data.CIByteString ( src/Data/CIByteString.hs,
dist/build/Data/CIByteString.o )
[ 6 of 11] Compiling Snap.Internal.Http.Types (
src/Snap/Internal/Http/Types.hs, dist/build/Snap/Internal/Http/Types.o )
src/Snap/Internal/Http/Types.hs:29:0:
Warning: The import of `Data.ByteString.Unsafe' is redundant
except perhaps to import instances from `Data.ByteString.Unsafe'
To import instances alone, use: import Data.ByteString.Unsafe()
src/Snap/Internal/Http/Types.hs:45:0:
Warning: The import of `Foreign' is redundant
except perhaps to import instances from `Foreign'
To import instances alone, use: import Foreign()
src/Snap/Internal/Http/Types.hs:596:4:
Warning: This binding for `parse' shadows the existing binding
imported from Data.Attoparsec at
src/Snap/Internal/Http/Types.hs:22:0-57
[ 7 of 11] Compiling Snap.Internal.Types ( src/Snap/Internal/Types.hs,
dist/build/Snap/Internal/Types.o )
[ 8 of 11] Compiling Snap.Internal.Routing ( src/Snap/Internal/Routing.hs,
dist/build/Snap/Internal/Routing.o )
[ 9 of 11] Compiling Snap.Types ( src/Snap/Types.hs,
dist/build/Snap/Types.o )
[10 of 11] Compiling Snap.Util.FileServe ( src/Snap/Util/FileServe.hs,
dist/build/Snap/Util/FileServe.o )
[11 of 11] Compiling Snap.Util.GZip ( src/Snap/Util/GZip.hs,
dist/build/Snap/Util/GZip.o )
Registering snap-core-0.2.14...
[1 of 2] Compiling Snap.StarterTH ( src/Snap/StarterTH.hs,
dist/build/snap/snap-tmp/Snap/StarterTH.o )
[2 of 2] Compiling Main ( src/Snap/Starter.hs,
dist/build/snap/snap-tmp/Main.o )
src/Snap/Starter.hs:19:2:
Warning: Definition but no type signature for `tDirDefault'
Inferred type: tDirDefault :: ([[Char]], [([Char], [Char])])
src/Snap/Starter.hs:20:2:
Warning: Definition but no type signature for `tDirBareBones'
Inferred type: tDirBareBones :: ([[Char]], [([Char], [Char])])
Linking dist/build/snap/snap ...
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package bytestring-0.9.1.5 ... linking ... done.
Loading package zlib-0.5.2.0 ... linking ... done.
Loading package syb-0.1.0.2 ... linking ... done.
Loading package base-3.0.3.2 ... linking ... done.
Loading package unix-2.4.0.0 ... linking ... done.
Loading package unix-compat-0.1.2.1 ... linking ... done.
Loading package array-0.3.0.0 ... linking ... done.
Loading package containers-0.3.0.0 ... linking ... done.
Loading package deepseq-1.1.0.0 ... linking ... done.
Loading package text-0.7.2.1 ... linking ... done.
Loading package pretty-1.0.1.1 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package monads-fd-0.1.0.2 ... linking ... done.
Loading package mtl-1.1.0.2 ... linking ... done.
Loading package ListLike-1.0.2 ... linking ... done.
Loading package extensible-exceptions-0.1.1.1 ... linking ... done.
Loading package iteratee-0.3.6 ... 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 directory-1.0.1.0 ... linking ... done.
Loading package process-1.0.1.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 dlist-0.5 ... linking ... done.
Loading package directory-tree-0.9.1 ... linking ... done.
Loading package cereal-0.3.0.0 ... linking ... done.
Loading package binary-0.5.0.2 ... linking ... done.
Loading package bytestring-show-0.3.3 ... linking ... done.
Loading package bytestring-nums-0.3.2 ... linking ... done.
Loading package attoparsec-0.8.1.0 ... linking ... done.
Loading package MonadCatchIO-transformers-0.2.2.0 ... linking ... done.
Installing library in /home/hudson/.cabal/lib/snap-core-0.2.14/ghc-6.12.1
Installing executable(s) in /home/hudson/.cabal/bin
Registering snap-core-0.2.14...
[workspace] $ /bin/sh -xe /tmp/hudson6991187220085409179.sh
+ ./haddock.sh
+ rm -Rf dist/doc
+
HADDOCK_OPTS=--html-location=http://hackage.haskell.org/packages/archive/$pkg/latest/doc/html
--css=extra/haddock.css
+ cabal haddock
--html-location=http://hackage.haskell.org/packages/archive/$pkg/latest/doc/html
--css=extra/haddock.css --hyperlink-source
Running Haddock for snap-core-0.2.14...
Preprocessing library snap-core-0.2.14...
Preprocessing executables for snap-core-0.2.14...
Running hscolour for snap-core-0.2.14...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: ListLike-1.0.2,
MonadCatchIO-transformers-0.2.2.0, attoparsec-0.8.1.0, base-3.0.3.2,
binary-0.5.0.2, rts-1.0, bytestring-nums-0.3.2, bytestring-show-0.3.3,
cereal-0.3.0.0, directory-tree-0.9.1, dlist-0.5, iteratee-0.3.6,
monads-fd-0.1.0.2, text-0.7.2.1, transformers-0.2.2.0, unix-compat-0.1.2.1
Warning: snap-core-0.2.14:Snap.Iteratee: Could not find documentation for
exported module: Data.Iteratee
Warning: Snap.Internal.Debug: could not find link destinations for:
Control.Monad.IO.Class.MonadIO
Warning: Snap.Iteratee: could not find link destinations for:
Data.Iteratee.Base.StreamG
Data.Iteratee.WrappedByteString.WrappedByteString Data.Iteratee.Base.IterGV
Data.Iteratee.Base.IterateeG Data.Iteratee.Base.StreamChunk.StreamChunk
Data.Iteratee.Base.EnumeratorN
Warning: Snap.Internal.Http.Types: could not find link destinations for:
Data.Attoparsec.Internal.Parser Data.Serialize.Builder.Builder
Data.Attoparsec.Result
Warning: Snap.Types: could not find link destinations for:
Data.Text.Lazy.Internal.Text Data.Text.Internal.Text
Documentation created: dist/doc/html/snap-core/index.html
+ cp -r extra/fonts dist/doc/html/snap-core/
+ cp extra/logo.gif dist/doc/html/snap-core/haskell_icon.gif
+ cp extra/hscolour.css dist/doc/html/snap-core/src/
[workspace] $ /bin/sh -xe /tmp/hudson7306312542852434558.sh
+ cd test
+ cabal install -f portable
Resolving dependencies...
Configuring snap-core-testsuite-0.1.1...
Warning: 'hs-source-dirs: ../src' is a relative path outside of the source
tree. This will not work when generating a tarball with 'sdist'.
Preprocessing executables for snap-core-testsuite-0.1.1...
Building snap-core-testsuite-0.1.1...
Installing executable(s) in /home/hudson/.cabal/bin
[workspace] $ /bin/sh -xe /tmp/hudson5103775285724692091.sh
+ cd test
+ ./runTestsAndCoverage.sh --jxml=junit.xml --plain
[?25lSnap.Internal.Http.Types.Tests:
show: [OK]
urlDecode: [OK]
formatLogTime: [OK]
addHeader: [OK]
Snap.Internal.Routing.Tests:
routing1: [OK]
routing2: [OK]
routing3: [OK]
routing4: [OK]
routing5: [OK]
routing6: [OK]
routing7: [OK]
routing8: [OK]
routing9: [OK]
routing10: [OK]
routing11: [OK]
routing12: [OK]
routing13: [OK]
routing14: [OK]
routing15: [OK]
routing16: [OK]
routing17: [OK]
routing18: [OK]
routing19: [OK]
routing20: [OK]
routing21: [OK]
routing22: [OK]
routing23: [OK]
routing24: [OK]
routing25: [OK]
routing26: [OK]
routing27: [OK]
routing28: [OK]
routeLocal: [OK]
Snap.Types.Tests:
failure: [OK]
alternative: [OK]
early termination: [OK]
request bodies: [OK]
trivial functions: [OK]
method: [OK]
dir: [OK]
catchIO: [OK]
writes: [OK]
getParam: [OK]
url encoding 1: [OK]
url encoding 2: [OK, passed 1000 tests]
dir2: [OK]
ipHeaderFilter: [OK]
mzero 404: [OK]
evalSnap exception: [OK]
localRequest: [OK]
redirect: [OK]
Snap.Iteratee.Tests:
enumBS: [OK, passed 1000 tests]
enumLBS: [OK, passed 1000 tests]
testBuffer: [OK, passed 1000 tests]
testBuffer2: [OK]
testBuffer3: [OK, passed 1000 tests]
testBuffer4: [OK, passed 1000 tests]
testBufferChain: [OK, passed 1000 tests]
testBufferChainEscape: [OK, passed 1000 tests]
testUnsafeBuffer: [OK, passed 1000 tests]
testUnsafeBuffer2: [OK]
testUnsafeBuffer3: [OK, passed 1000 tests]
testUnsafeBuffer4: [OK, passed 1000 tests]
testUnsafeBuffer5: [OK, passed 1000 tests]
short stream: [OK, passed 1000 tests]
exact stream: [OK, passed 1000 tests]
long stream: [OK, passed 1000 tests]
takeNoMore: short stream: [OK, passed 1000 tests]
takeNoMore: exact stream: [OK, passed 1000 tests]
takeNoMoreLong: [OK, passed 1000 tests]
count bytes: [OK, passed 1000 tests]
count bytes: [OK, passed 1000 tests]
Snap.Util.GZip.Tests:
gzip/identity1: [OK, passed 1000 tests]
gzip/identity2: [OK, passed 1000 tests]
gzip/identity3: [OK, passed 1000 tests]
gzip/identity4: [OK, passed 1000 tests]
gzip/identity5: [OK, passed 1000 tests]
gzip/noheaders: [OK, passed 1000 tests]
gzip/noAcceptEncoding: [OK, passed 1000 tests]
gzip/testNopWhenContentEncodingSet: [OK, passed 1000 tests]
gzip/testCompositionDoesn'tExplode: [OK, passed 1000 tests]
gzip/lotsOfChunks: [OK]
gzip/bad headers: [OK, passed 1000 tests]
gzip/iterateeException: [OK, passed 1000 tests]
Snap.Util.FileServe.Tests:
fileServe/multi: [OK]
fileServe/Single: [OK]
fileServe/range/ok: [OK]
fileServe/range/bad: [OK]
fileServe/range/multi: [OK]
fileServe/range/if-range: [Failed]
Failed: foo.bin 206
expected: 206
but got: 200
Properties Test Cases Total
Passed 31 58 89
Failed 0 1 1
Total 31 59 90
[?25hPublishing Javadoc
Recording test results
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level
<http://buildbot.snapframework.com/job/snap-core-portable/ws/test/dist/hpc> to
/home/hudson/hudson/data/jobs/snap-core-portable/builds/2010-10-10_12-06-21/htmlreports/HPC_Test_Coverage_Report
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap