pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 168, Success

2011-03-01 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 168 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/168.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

[nightly] 01-Mar-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-03-01 Thread GHC Build Reports
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 Tue Mar 1 18:00:01 GMT 2011. checking out new source tree

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 151, Success

2011-03-01 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 151 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/151.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | S

[nightly] 01-Mar-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-03-01 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue Mar 1 18:10:01 GMT 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 286, Success

2011-03-01 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 286 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/286.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Succ

simonmar-win32-head (x86 Windows HEAD), build 246, Success

2011-03-01 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 246 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/246.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success set

simonmar-win32-stable (x86 Windows STABLE), build 181, Success

2011-03-01 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 181 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/181.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Succe

sparky (Sparc Solaris HEAD), build 149, Failure

2011-03-01 Thread Builder
sparky (Sparc Solaris HEAD), build 149 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/149.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Suc

pgj (x86 FreeBSD HEAD), build 288, Success

2011-03-01 Thread Builder
pgj (x86 FreeBSD HEAD), build 288 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/288.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success

tn23 (x86 OSX HEAD), build 272, Failure

2011-03-01 Thread Builder
tn23 (x86 OSX HEAD), build 272 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/272.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success

[nightly] 01-Mar-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-03-01 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Tue Mar 1 18:00:01 GMT 2011. checking out new source t

[nightly] 01-Mar-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-03-01 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Tue Mar 1 18:10:01 GMT 2011. checking out new so

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 146, Success

2011-03-01 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 146 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/146.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

sparky-unreg (Sparc Solaris unreg HEAD), build 46, Failure

2011-03-01 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 46 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/46.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success boot

patch applied (ghc): Restore SPECIALISE INSTANCE pragmas

2011-03-01 Thread Simon Peyton Jones
Tue Feb 22 09:31:12 PST 2011 simo...@microsoft.com * Restore SPECIALISE INSTANCE pragmas For some reason I'd commented out this code, which meant that we weren't getting the the goodness of the SPECIALISE INSTANCE pragamas in GHC.Real. And that in turn killed performance in nofib 'po

Re: validate failure: dph-diophantine-fast

2011-03-01 Thread Manuel M T Chakravarty
This is due to me incrementally removing the contents of a DPH module (GHC.PArr) from base into the dph package, where it belongs. I will fix it again; once, everything is in place. Manuel Simon Marlow: > I get the following failure in a validate on x86-64/Linux today. Any ideas, > DPH folk

Re: validate failure: dph-diophantine-fast

2011-03-01 Thread Ben Lippmeier
That looks like Manuel's potato. He's been hacking on the vectoriser, as well as how names from the Prelude are handled. It started appearing after: Sun Feb 20 02:50:32 PST 2011 Manuel M T Chakravarty * Added a VECTORISE pragma Ben. On 01/03/2011, at 23:04 , Simon Marlow wrote: > I get t

patch applied (ghc): GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKED

2011-03-01 Thread Simon Marlow
Tue Mar 1 02:10:25 PST 2011 Simon Marlow * GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKED M ./compiler/prelude/primops.txt.pp -1 +1 M ./includes/mkDerivedConstants.c +1 M ./rts/PrimOps.cmm -2 +11 View patch online: http://darcs.haskell.org/cgi-bin

validate failure: dph-diophantine-fast

2011-03-01 Thread Simon Marlow
I get the following failure in a validate on x86-64/Linux today. Any ideas, DPH folks? => dph-diophantine-fast(normal) 1102 of 2731 [0, 0, 0] => cd ./dph/diophantine && '/64playpen/simonmar/validate/bindisttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-outp