Build description = HEAD on i386-unknown-linux (cam-02-unx)
Build location    = /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx

Nightly build started on cam-02-unx at Sun May 29 18:00:01 BST 2011.
**** checking out new source tree                 ... ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.1.20110529
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** uploading binary distribution                ... ok.
**** running nofib (-rtsopts -O)                  ... ok. (4 failures)
**** running nofib (-rtsopts -O -fvia-C)          ... ok. (4 failures)
**** running nofib (-rtsopts -O -prof -auto-all)  ... ok. (2 failures)
**** running nofib (-rtsopts -O -prof -auto-all -fasm)... ok. (2 failures)
**** running nofib (-rtsopts -fasm)               ... ok. (4 failures)
**** publishing logs                              ... ssh: connect to host 
haskell.org port 22: No route to host
lost connection
failed.
Logs  are at http://www.haskell.org/ghc/dist/current/logs
Dists are at http://www.haskell.org/ghc/dist/current/dist
Docs  are at http://www.haskell.org/ghc/dist/current/docs
-----------------------------------------------------------------------------
Respository hashes:
== running git log --pretty=oneline HEAD^..
94d7c806e2b0f1640372142a89cac2e974f5c26b Fix build on windows (hopefully)
== ghc-tarballs: running git log --pretty=oneline HEAD^..
e7b7b152083f7c3e3559e557a239757d41ac02a6 update gcc to 4.5.2 (I ran into a 
codegen bug in 4.5.0)
== utils/hsc2hs: running git log --pretty=oneline HEAD^..
c46eed44ce96f1719334ffb190eddf63695bc553 Unicode fix for getExecPath on Windows
== utils/haddock: running git log --pretty=oneline HEAD^..
6f92cdd12d1354dfbd80f8323ca333bea700896a Merge remote branch 'origin/master' 
into ghc-generics
28df3a119f770fdfe85c687dd73d5f6712b8e7d0 Unicode fix for getExecDir on Windows
89813e729be8bce26765b95419a171a7826f6d70 Merge branch 'ghc-new-co'
6df3a040da3dbddee67c6e30a892f87e6b164383 Follow changes in SDoc
797ab27bdccf39c73ccad374fea265f124cb52ea Merge remote branch 'origin/master' 
into ghc-new-co
1d8143659a81cf9611668348e33fd0775c7ab1d2 Wibbles for ghc-new-co branch
== libraries/array: running git log --pretty=oneline HEAD^..
e4b4e2e0a79f4138bdff4f10d263436b0155f449 Add a test from testsuite/tests/h98
== libraries/base: running git log --pretty=oneline HEAD^..
54fb2efb814fc5f65d3699e7a495b9c050729d58 Merge remote branch 'origin/master' 
into ghc-generics
8073392a94dc5ab198e4758d6738a0c7f5ed68cf Remove datatype contexts from base
8b894187c613f1a7bd87d3f5759b1025a012fbb0 add final newline
d8c8a1a857709334949d680d6afa274b7c6c7809 document the behaviour of throwTo to 
the current thread (#4888)
7c4da397332cbcf2ecfeb83fbffbc130ec828e01 document the memory model of IORef
8557ebbf1af0fa297db4bd3ee30d7c6e289fdca7 docs: note strict sequential ordering 
of MVar operations
245a3e3e650e1b110f620e39925bfb0cc9b93002 Add System.IO.char8, the encoding used 
by openBinaryFile, and correct the documentation for hSetBinaryMode which 
claimed that it was using the latin1 encoding when in fact it was using an 
unchecked modulo-256 version of it.
69f3ecdfa4e657aea1c012640e9ab1594bcfec78 Move tests from 
testsuite/tests/libraries
be2750a0a11b919fb03cc070074e430f88bdfa90 Add tests from testsuite/tests/h98
== libraries/binary: running git log --pretty=oneline HEAD^..
749ac0efbde3b14901417364a872796598747aaf Remove deprecated -fglasgow-exts.
== libraries/bytestring: running git log --pretty=oneline HEAD^..
cab9d8566fba8611598f14fb4f2ac7b8d4aae75b Use explicit import list for GHC.IO to 
avoid build failure
== libraries/Cabal: running git log --pretty=oneline HEAD^..
6f01f56a2702b50e2da909566c4a01622cb2ca7f Fix another -Werrorism
== libraries/containers: running git log --pretty=oneline HEAD^..
592f6d9da9090e8d53432f22a01bb117fea2246c For GHC, implement the Typeable.hs 
macros using standalone deriving
== libraries/directory: running git log --pretty=oneline HEAD^..
3a0f2e2cb94c3e4f346023acc7201409d2876ed8 Improved Unicode support for 
canonicalizePath with PEP383
== libraries/extensible-exceptions: running git log --pretty=oneline HEAD^..
a667b48d0cb6469b6611cb516d16836aa002e782 Update source-repository in the .cabal 
file to point to the git repo
== libraries/filepath: running git log --pretty=oneline HEAD^..
92d211a2752fe8827582ae0d97efd18722ad3d87 Update source repo location to be the 
git repo in .cabal file
== libraries/ghc-prim: running git log --pretty=oneline HEAD^..
7fcfc880853fa399c9468049aeb14e6eadb9eae5 Don't derive Generic for tuples for now
== libraries/haskeline: running git log --pretty=oneline HEAD^..
125ee5bba59fa9ac2fd77aa3922c30dffc11b7b5 Add NondecreasingIndentation extension 
for GHC >= 7.1
== libraries/haskell98: running git log --pretty=oneline HEAD^..
eb655b0317665acb9670025480b4af4465bc8f55 Update source repo location to be the 
git repo in .cabal file
== libraries/haskell2010: running git log --pretty=oneline HEAD^..
f90687bee55adfd693fe460f2ab4bc270a7f97e3 Update source repo location to be the 
git repo in .cabal file
== libraries/hoopl: running git log --pretty=oneline HEAD^..
0febb7f04ff4326bd120fc75549845e5e9678d72 Add mapGraph and related functions.
== libraries/hpc: running git log --pretty=oneline HEAD^..
fce8babbc3f60fb195d84545753dc342422ab8e1 Fix Trac #5069
== libraries/integer-gmp: running git log --pretty=oneline HEAD^..
2567c97aaa467cb676a6ecc2cf840c92ee1cb6ec Follow CC var changes in makefiles
== libraries/integer-simple: running git log --pretty=oneline HEAD^..
c3e9c0268b4d59895829e429d1ac767e6041b06a Part of #5122 "Faster conversion 
between Rational and Double/Float" fix
== libraries/mtl: running git log --pretty=oneline HEAD^..
a748dfa2770af1d348dfaa8ad6955b25b4935711 Replace uses of the old catch function 
with the new one
== libraries/old-locale: running git log --pretty=oneline HEAD^..
7f09f55ea3011c17c526805f099394a05ec9c3fe Update source repo location to be the 
git repo in .cabal file
== libraries/old-time: running git log --pretty=oneline HEAD^..
6aae8dc2f13cef6ab48c5436c6c0e7c1b5ae3f51 Update source repo location to be the 
git repo in .cabal file
== libraries/pretty: running git log --pretty=oneline HEAD^..
e00aa7e0f82fc6f13ad85f1b3a27f53efe473e60 Update source repo location to be the 
git repo in .cabal file
== libraries/process: running git log --pretty=oneline HEAD^..
d1c2999473ba0d4ceafdc6da309debca83f91abe Expanded .gitignore
== libraries/random: running git log --pretty=oneline HEAD^..
ba8cb1b9fdfddeb29fdfedd8612c8ce85a987af8 Update source repo location to be the 
git repo in .cabal file
== libraries/template-haskell: running git log --pretty=oneline HEAD^..
acd4c3292d0f7a222a1f4f426054e4732a809fc8 Update source-repository in the .cabal 
file to point to the git repo
== libraries/terminfo: running git log --pretty=oneline HEAD^..
f4476f1881085b74dbe65cf4a4561e8fb34017d4 Bump version to 0.3.1.3.
== libraries/unix: running git log --pretty=oneline HEAD^..
c9a0bf119ce343b291bef77828066339e94fb64d elaborate the deprecation messages, 
and add commented-out new versions, for setProcessGroupID and createProcessGroup
== libraries/utf8-string: running git log --pretty=oneline HEAD^..
d28cd1fbd4ebaaa0608c070bd02ed72dc9b70399 Bump version to 0.3.7 due to newly 
exported encodeChar
== libraries/Win32: running git log --pretty=oneline HEAD^..
0cf603103e9ad3fccd862171ba5e689b87930622 Expand .gitignore
== libraries/xhtml: running git log --pretty=oneline HEAD^..
9a4d7d64d0491a1844d5b5759275b029ccd1e2cd Fix warnings
== testsuite: running git log --pretty=oneline HEAD^..
6560613138d61afddd0d8d428254370f8dfdb4cd GShow fails for now (#5227)
== nofib: running git log --pretty=oneline HEAD^..
6d3ea16e56bd99d060e778fab3583aa67a6b50d4 update to cope with new RTS stats 
format for GCs
== libraries/deepseq repo not present; skipping
== libraries/parallel repo not present; skipping
== libraries/stm repo not present; skipping
== libraries/primitive: running git log --pretty=oneline HEAD^..
8057ba8cf108813eddc5f565b6ee6b6dde827c34 Add mutableByteArrayContents
== libraries/vector: running git log --pretty=oneline HEAD^..
3bfd7c785e62665776d186766f3465c2c7e5e359 TAG 0.7.0.1
== libraries/dph: running git log --pretty=oneline HEAD^..
c3cf1de9df5c2e7d078e9334938e508707b51de8 Fix the ghc.mk hacks to avoid build 
races (I think).
-----------------------------------------------------------------------------
All done!
Nightly build finished successfully at Mon May 30 05:47:24 BST 2011

------------- GHC Test summary ---------------------

OVERALL SUMMARY for test run started at Sun May 29 23:05:40 BST 2011
    2801 total tests, which gave rise to
   12862 test cases, of which
       0 caused framework failures
    2269 were skipped

   10226 expected passes
     314 expected failures
       2 unexpected passes
      51 unexpected failures

Unexpected passes:
   IndTypesPerf(normal)
   conc016(threaded2)

Unexpected failures:
   2410(normal)
   T3001-2(prof_hb)
   T3016(hpc,optasm)
   T4978(normal)
   
cgrun064(normal,hpc,optasm,profasm,ghci,threaded1,threaded2,dyn,profthreaded,g1)
   dph-diophantine-opt(normal,threaded1,threaded2)
   dph-words-opt(normal)
   ghcpkg05(normal)
   recomp007(normal)
   
tcrun006(normal,hpc,optasm,profasm,ghci,threaded1,threaded2,dyn,profthreaded,optllvm)
   
tcrun007(normal,hpc,optasm,profasm,ghci,threaded1,threaded2,dyn,profthreaded,optllvm)
   
tcrun029(normal,hpc,optasm,profasm,ghci,threaded1,threaded2,dyn,profthreaded,optllvm)

----------------------------------------------------
Nightly run ended at Mon May 30 05:47:24 BST 2011

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to