See <http://buildbot.snapframework.com/job/snap-core-portable/49/changes>

Changes:

[Gregory Collins] Remove 'escape valve' from buffer funcs

------------------------------------------
Started by user admin
Checkout:workspace / 
<http://buildbot.snapframework.com/job/snap-core-portable/ws/> - 
hudson.remoting.localchan...@160e09f
Using strategy: Default
Last Built Revision: Revision c5f3d2131b71437a891843646372a8a5de058927 
(origin/master)
Checkout:workspace / 
<http://buildbot.snapframework.com/job/snap-core-portable/ws/> - 
hudson.remoting.localchan...@160e09f
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from http://git.snapframework.com/snap-core.git
[workspace] $ git fetch -t http://git.snapframework.com/snap-core.git 
+refs/heads/*:refs/remotes/origin/*
>From http://git.snapframework.com/snap-core
   c5f3d21..46311d3  master     -> origin/master
[workspace] $ git ls-tree HEAD
[workspace] $ git tag -l master
[workspace] $ git rev-parse origin/master
Commencing build of Revision 46311d3eaa4925d36875ea2dbd570d8b4d3e9597 
(origin/master)
GitAPI created
Checking out Revision 46311d3eaa4925d36875ea2dbd570d8b4d3e9597 (origin/master)
[workspace] $ git checkout -f 46311d3eaa4925d36875ea2dbd570d8b4d3e9597
[workspace] $ git tag -a -f -m "Hudson Build #49" hudson-snap-core-portable-49
Recording changes in branch origin/master
[workspace] $ git log --pretty=format:%H 
c5f3d2131b71437a891843646372a8a5de058927..46311d3eaa4925d36875ea2dbd570d8b4d3e9597
[workspace] $ git log -M --summary --pretty=raw -n 1 
46311d3eaa4925d36875ea2dbd570d8b4d3e9597
[workspace] $ git diff-tree -M -r 46311d3eaa4925d36875ea2dbd570d8b4d3e9597
[workspace] $ /bin/sh -xe /tmp/hudson8931349693826158747.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 snap-core-0.2.12...
Preprocessing library snap-core-0.2.12...
Preprocessing executables for snap-core-0.2.12...
Building snap-core-0.2.12...
[ 1 of 10] Compiling Snap.Internal.Debug ( src/Snap/Internal/Debug.hs, 
dist/build/Snap/Internal/Debug.o )
[ 2 of 10] Compiling Snap.Iteratee    ( src/Snap/Iteratee.hs, 
dist/build/Snap/Iteratee.o )

src/Snap/Iteratee.hs:85:9:
    Warning: orphan instance:
      instance (Functor m, MonadCatchIO m) =>
               MonadCatchIO (IterateeG s el m)
[ 3 of 10] Compiling Snap.Internal.Iteratee.Debug ( 
src/Snap/Internal/Iteratee/Debug.hs, dist/build/Snap/Internal/Iteratee/Debug.o )

src/Snap/Internal/Iteratee/Debug.hs:21:0:
    Warning: The import of `Snap.Internal.Debug' is redundant
               except perhaps to import instances from `Snap.Internal.Debug'
             To import instances alone, use: import Snap.Internal.Debug()
[ 4 of 10] Compiling Data.CIByteString ( src/Data/CIByteString.hs, 
dist/build/Data/CIByteString.o )
[ 5 of 10] 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:579:4:
    Warning: This binding for `parse' shadows the existing binding
               imported from Data.Attoparsec at 
src/Snap/Internal/Http/Types.hs:22:0-57
[ 6 of 10] Compiling Snap.Internal.Types ( src/Snap/Internal/Types.hs, 
dist/build/Snap/Internal/Types.o )
[ 7 of 10] Compiling Snap.Internal.Routing ( src/Snap/Internal/Routing.hs, 
dist/build/Snap/Internal/Routing.o )
[ 8 of 10] Compiling Snap.Types       ( src/Snap/Types.hs, 
dist/build/Snap/Types.o )
[ 9 of 10] Compiling Snap.Util.FileServe ( src/Snap/Util/FileServe.hs, 
dist/build/Snap/Util/FileServe.o )
[10 of 10] Compiling Snap.Util.GZip   ( src/Snap/Util/GZip.hs, 
dist/build/Snap/Util/GZip.o )
Registering snap-core-0.2.12...
[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:18:2:
    Warning: Definition but no type signature for `tDirDefault'
             Inferred type: tDirDefault :: ([[Char]], [([Char], [Char])])

src/Snap/Starter.hs:19: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.1.0 ... linking ... done.
Loading package pretty-1.0.1.1 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package transformers-0.2.1.0 ... linking ... done.
Loading package monads-fd-0.1.0.1 ... 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 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 iteratee-0.3.5 ... linking ... done.
Loading package dlist-0.5 ... linking ... done.
Loading package directory-tree-0.1.1 ... linking ... done.
Loading package cereal-0.3.0.0 ... linking ... done.
Loading package bytestring-nums-0.3.1 ... linking ... done.
Loading package attoparsec-0.8.1.0 ... linking ... done.
Loading package MonadCatchIO-transformers-0.2.2.0 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Installing library in /home/hudson/.cabal/lib/snap-core-0.2.12/ghc-6.12.1
Installing executable(s) in /home/hudson/.cabal/bin
Registering snap-core-0.2.12...
[workspace] $ /bin/sh -xe /tmp/hudson7268212873197431429.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.12...
Preprocessing library snap-core-0.2.12...
Preprocessing executables for snap-core-0.2.12...
Running hscolour for snap-core-0.2.12...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: ListLike-1.0.1,
MonadCatchIO-transformers-0.2.2.0, attoparsec-0.8.1.0, base-3.0.3.2, ffi-1.0,
rts-1.0, bytestring-nums-0.3.1, cereal-0.3.0.0, deepseq-1.1.0.0,
directory-tree-0.1.1, dlist-0.5, iteratee-0.3.5, monads-fd-0.1.0.1,
mtl-1.1.0.2, text-0.7.1.0, transformers-0.2.1.0, unix-compat-0.1.2.1,
zlib-0.5.2.0
Warning: snap-core-0.2.12: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:
    Control.Monad.IO.Class.MonadIO Control.Monad.CatchIO.MonadCatchIO 
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/hudson9158187215382807851.sh
+ cd test
+ cabal install -f portable -ftestsuite
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...
[ 4 of 17] Compiling Snap.Iteratee    ( ../src/Snap/Iteratee.hs, 
dist/build/testsuite/testsuite-tmp/Snap/Iteratee.o )

../src/Snap/Iteratee.hs:85:9:
    Warning: orphan instance:
      instance (Functor m, MonadCatchIO m) =>
               MonadCatchIO (IterateeG s el m)
[ 5 of 17] Compiling Snap.Iteratee.Tests ( suite/Snap/Iteratee/Tests.hs, 
dist/build/testsuite/testsuite-tmp/Snap/Iteratee/Tests.o )

suite/Snap/Iteratee/Tests.hs:200:4:
    Couldn't match expected type `Iteratee IO a'
           against inferred type `(a1, b)'
    In the pattern: (i, _)
    In a stmt of a 'do' expression: (i, _) <- unsafeBufferIteratee ii
    In the expression:
        do { (i, _) <- unsafeBufferIteratee ii;
             iter <- enumLBS s i;
             run iter }

suite/Snap/Iteratee/Tests.hs:222:8:
    Couldn't match expected type `Iteratee
                                    IO (WrappedByteString Word8)'
           against inferred type `(a, b)'
    In the pattern: (i, _)
    In a stmt of a 'do' expression:
        (i, _) <- unsafeBufferIteratee $ drop 4 >> copyingStream2stream
    In the expression:
        do { (i, _) <- unsafeBufferIteratee
                     $   drop 4 >> copyingStream2stream;
             s <- enumLBS "abcdefgh" i >>= run >>= return . fromWrap;
             H.assertEqual "s == 'efgh'" "efgh" s }

suite/Snap/Iteratee/Tests.hs:247:8:
    Couldn't match expected type `Iteratee IO a'
           against inferred type `(a1, b)'
    In the pattern: (i, _)
    In a stmt of a 'do' expression:
        (i, _) <- liftQ
                $ unsafeBufferIteratee
                    (copyingStream2stream >> throwErr (Err "foo"))
    In the expression:
        do { (i, _) <- liftQ
                     $ unsafeBufferIteratee
                         (copyingStream2stream >> throwErr (Err "foo"));
             i' <- liftQ $ enumLBS s i;
               expectException $ run i';
             (j, _) <- liftQ
                     $ unsafeBufferIteratee
                         (throwErr (Err "foo") >> copyingStream2stream);
             .... }
cabal: Error: some packages failed to install:
snap-core-testsuite-0.1.1 failed during the building phase. The exception was:
ExitFailure 1
Publishing 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/data/jobs/snap-core-portable/builds/2010-08-31_18-26-55/htmlreports/HPC_Test_Coverage_Report

_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to