Build results:
x86-64 Linux head:            lost
x86 Windows head:             fail (failed bindisttest)
x86 Windows head fast:        pass pass lost pass pass pass
gabor head:                   pass
kahl G5 Gentoo Linux head:    pass
mnemosyne x86-64 Gentoo head: pass
tnaur PPC OSX head:           fail (failed stage2 failed slave lost)
tnaur PPC OSX head 2:         fail (failed stage2)
tnaur x86 Linux head:         pass
x86-64 Linux head unreg:      fail (failed stage2 failed slave lost)

Old unexpected test passes:

    conc052  1  x86-64 Linux head

Fixed unexpected test failures:

    rebindable5
    rebindable6

Old unexpected test failures:

    1679                  2  kahl G5 Gentoo Linux head
    DoParamM              1  kahl G5 Gentoo Linux head
    TH_spliceE5_prof      2  x86-64 Linux head
    barton-mangler-bug    1  x86-64 Linux head unreg
    cg015                 1  x86-64 Linux head unreg
    cg035                 1  x86-64 Linux head unreg
    conc003               1  x86-64 Linux head unreg
    conc022               1  x86-64 Linux head unreg
    conc040               1  kahl G5 Gentoo Linux head
    conc055               1  x86-64 Linux head
    conc056               1  x86-64 Linux head
    conc064               2  gabor head
    concio001             1  tnaur PPC OSX head
    concio001.thr         3  kahl G5 Gentoo Linux head
    concprog001           1  tnaur x86 Linux head
    concprog002           2  x86-64 Linux head
    countReaders001       1  tnaur x86 Linux head
    derefnull             1  gabor head
    divbyzero             3  gabor head
    dynamic001            7  x86-64 Linux head
    dynamic002            7  x86-64 Linux head
    fed001                2  kahl G5 Gentoo Linux head
    ffi002                1  tnaur PPC OSX head
    ffi003                1  x86-64 Linux head unreg
    ffi004                1  x86-64 Linux head unreg
    ffi006                2  kahl G5 Gentoo Linux head
    ffi007                1  kahl G5 Gentoo Linux head
    ffi008                1  kahl G5 Gentoo Linux head
    ffi009                3  kahl G5 Gentoo Linux head
    ffi010                1  x86-64 Linux head unreg
    ffi011                2  kahl G5 Gentoo Linux head
    ffi013                2  kahl G5 Gentoo Linux head
    ffi018                1  x86-64 Linux head unreg
    ffi019                2  kahl G5 Gentoo Linux head
    ghc-e001              1  kahl G5 Gentoo Linux head
    ghc-e002              1  kahl G5 Gentoo Linux head
    ghc-e003              1  kahl G5 Gentoo Linux head
    ghc-e004              1  kahl G5 Gentoo Linux head
    ghc-e005              1  kahl G5 Gentoo Linux head
    ghci024               1  tnaur PPC OSX head
    ghcpkg01              3  x86-64 Linux head
    hGetBuf001            1  x86-64 Linux head
    haddockSimplUtilsBug  1  x86-64 Linux head
    hpc001                1  tnaur PPC OSX head
    hpc_fork              1  tnaur PPC OSX head
    hpc_raytrace          6  gabor head
    joao-circular         1  tnaur PPC OSX head
    maessen_hashtab       1  x86-64 Linux head
    num012                2  kahl G5 Gentoo Linux head
    openFile005           1  tnaur x86 Linux head
    openFile007           1  tnaur x86 Linux head
    openFile008           1  tnaur PPC OSX head
    qq001                 1  kahl G5 Gentoo Linux head
    qq002                 1  kahl G5 Gentoo Linux head
    qq003                 1  kahl G5 Gentoo Linux head
    qq004                 1  kahl G5 Gentoo Linux head
    qq005                 7  x86-64 Linux head
    qq006                 6  gabor head
    readFile001           1  tnaur x86 Linux head
    seward-space-leak     2  mnemosyne x86-64 Gentoo head
    signals002            3  gabor head
    simpl019              3  x86-64 Linux head
    tough                 1  tnaur PPC OSX head
Last 30 lines:

make[1]: Entering directory `/buildbot/x86-win-head/build/bindisttest'
rm -f -rf "install dir"
rm -f -rf ghc*
rm -f HelloWorld HelloWorld.o HelloWorld.hi output
/usr/bin/tar -jxf 
c:/builds/slave/x86-win-head/build/ghc-6.9.20080207-i386-unknown-mingw32.tar.bz2
tar (child): Cannot execute remote shell: No such file or directory
tar (child): 
c\:/builds/slave/x86-win-head/build/ghc-6.9.20080207-i386-unknown-mingw32.tar.bz2:
 Cannot open: Input/Output error
tar (child): Error is not recoverable: exiting now

bzip2: Compressed file ends unexpectedly;
        perhaps it is corrupted?  *Possible* reason follows.
bzip2: No error
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

/usr/bin/tar: Child returned status 2
/usr/bin/tar: Error exit delayed from previous errors
make[1]: *** [all] Error 2
make[1]: Leaving directory `/buildbot/x86-win-head/build/bindisttest'
Last 30 lines:

               : pass_parameters args (nextFPR + 1) offsetW'
            DoubleArg
              | nextFPR < 14
              -> (3357474816 .|. (fromIntegral haskellArgOffset .&. 65535)
              .|.
                (fromIntegral nextFPR `shiftL` 21))
               : pass_parameters args (nextFPR + 1) offsetW'
            _ -> concatMap pass_word ([0 .. primRepSizeW a_rep - 1])
               ++
                 pass_parameters args nextFPR offsetW'

ghci/ByteCodeFFI.lhs:705:12:
    Couldn't match expected type `PrimRep'
           against inferred type `CgRep'
    In the pattern: VoidArg
    In a case alternative: VoidArg -> []
    In the expression:
        case r_rep of
          VoidArg -> []
          FloatArg -> [3493789696 .|. (fromIntegral result_off .&. 65535)]
          DoubleArg -> [3628007424 .|. (fromIntegral result_off .&. 65535)]
          _ | primRepSizeW r_rep == 2
            -> [2424242176 .|. (fromIntegral result_off .&. 65535),
                2426339328 .|. (fromIntegral (result_off + 4) .&. 65535)]
          _ | primRepSizeW r_rep == 1
            -> [2424242176 .|. (fromIntegral result_off .&. 65535)]
<<ghc: 54789128 bytes, 13 GCs, 4741456/9320212 avg/max bytes residency (3 
samples), 18M in use, 0.01 INIT (0.00 elapsed), 1.04 MUT (2.72 elapsed), 1.13 
GC (1.43 elapsed) :ghc>>
make[1]: *** [stage2/ghci/ByteCodeFFI.o] Error 1
make: *** [stage2] Error 2
Last 30 lines:

cd ./ccall/should_run && ./ffi008    </dev/null >ffi008.run.stdout 
2>ffi008.run.stderr
=====> ffi008(optasm)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi008 ffi008.hs 
-O -fasm  -fglasgow-exts >ffi008.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi008    </dev/null >ffi008.run.stdout 
2>ffi008.run.stderr
=====> ffi008(threaded1)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi008 ffi008.hs 
-threaded -debug  -fglasgow-exts >ffi008.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi008    </dev/null >ffi008.run.stdout 
2>ffi008.run.stderr
=====> ffi008(threaded2)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi008 ffi008.hs 
-O -threaded  -fglasgow-exts >ffi008.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi008  +RTS -N2 -RTS  </dev/null >ffi008.run.stdout 
2>ffi008.run.stderr
=====> ffi009(normal)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi009 ffi009.hs  
 -fglasgow-exts >ffi009.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi009    </dev/null >ffi009.run.stdout 
2>ffi009.run.stderr
=====> ffi009(optc)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi009 ffi009.hs 
-O -fvia-C  -fglasgow-exts >ffi009.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi009    </dev/null >ffi009.run.stdout 
2>ffi009.run.stderr
=====> ffi009(optasm)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi009 ffi009.hs 
-O -fasm  -fglasgow-exts >ffi009.comp.stderr 2>&1
cd ./ccall/should_run && ./ffi009    </dev/null >ffi009.run.stdout 
2>ffi009.run.stderr
=====> ffi009(ghci)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  ffi009.hs 
--interactive -v0 -ignore-dot-ghci  -fglasgow-exts <ffi009.genscript 
1>ffi009.interp.stdout 2>ffi009.interp.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:

Stderr:

*** unexpected failure for ffi009(ghci)
=====> ffi009(threaded1)
cd ./ccall/should_run && 
'/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/compiler/stage1/ghc-inplace'
 -no-recomp -dcore-lint -dcmm-lint -Dpowerpc_apple_darwin  -o ffi009 ffi009.hs 
-threaded -debug  -fglasgow-exts >ffi009.comp.stderr 2>&1
Last 30 lines:

               : pass_parameters args (nextFPR + 1) offsetW'
            DoubleArg
              | nextFPR < 14
              -> (3357474816 .|. (fromIntegral haskellArgOffset .&. 65535)
              .|.
                (fromIntegral nextFPR `shiftL` 21))
               : pass_parameters args (nextFPR + 1) offsetW'
            _ -> concatMap pass_word ([0 .. primRepSizeW a_rep - 1])
               ++
                 pass_parameters args nextFPR offsetW'

ghci/ByteCodeFFI.lhs:705:12:
    Couldn't match expected type `PrimRep'
           against inferred type `CgRep'
    In the pattern: VoidArg
    In a case alternative: VoidArg -> []
    In the expression:
        case r_rep of
          VoidArg -> []
          FloatArg -> [3493789696 .|. (fromIntegral result_off .&. 65535)]
          DoubleArg -> [3628007424 .|. (fromIntegral result_off .&. 65535)]
          _ | primRepSizeW r_rep == 2
            -> [2424242176 .|. (fromIntegral result_off .&. 65535),
                2426339328 .|. (fromIntegral (result_off + 4) .&. 65535)]
          _ | primRepSizeW r_rep == 1
            -> [2424242176 .|. (fromIntegral result_off .&. 65535)]
<<ghc: 55909644 bytes, 13 GCs, 4749285/9334900 avg/max bytes residency (3 
samples), 18M in use, 0.00 INIT (0.00 elapsed), 0.49 MUT (0.68 elapsed), 0.46 
GC (0.49 elapsed) :ghc>>
make[1]: *** [stage2/ghci/ByteCodeFFI.o] Error 1
make: *** [stage2] Error 2
Last 30 lines:

<<ghc: 1095813760 bytes, 1857 GCs, 23648483/48140288 avg/max bytes residency (9 
samples), 126M in use, 0.00 INIT (0.00 elapsed), 2.21 MUT (10.90 elapsed), 2.02 
GC (2.67 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
typecheck/TcForeign.lhs -o stage2/typecheck/TcForeign.o  -ohi 
stage2/typecheck/TcForeign.hi
<<ghc: 478511008 bytes, 698 GCs, 17305600/37113856 avg/max bytes residency (6 
samples), 94M in use, 0.00 INIT (0.00 elapsed), 0.95 MUT (3.75 elapsed), 1.05 
GC (1.29 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
typecheck/TcRules.lhs -o stage2/typecheck/TcRules.o  -ohi 
stage2/typecheck/TcRules.hi
<<ghc: 221861280 bytes, 214 GCs, 9518284/24014848 avg/max bytes residency (5 
samples), 43M in use, 0.00 INIT (0.00 elapsed), 0.42 MUT (1.35 elapsed), 0.39 
GC (0.52 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
typecheck/TcDefaults.lhs -o stage2/typecheck/TcDefaults.o  -ohi 
stage2/typecheck/TcDefaults.hi
<<ghc: 241133128 bytes, 258 GCs, 11826790/30109696 avg/max bytes residency (5 
samples), 55M in use, 0.00 INIT (0.00 elapsed), 0.44 MUT (1.34 elapsed), 0.62 
GC (0.76 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
typecheck/TcRnDriver.lhs -o stage2/typecheck/TcRnDriver.o  -ohi 
stage2/typecheck/TcRnDriver.hi
<<ghc: 1698909792 bytes, 2976 GCs, 30764236/56197120 avg/max bytes residency 
(10 samples), 154M in use, 0.00 INIT (0.00 elapsed), 3.16 MUT (17.18 elapsed), 
2.92 GC (3.65 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
ndpFlatten/NDPCoreUtils.hs -o stage2/ndpFlatten/NDPCoreUtils.o  -ohi 
stage2/ndpFlatten/NDPCoreUtils.hi
<<ghc: 133490184 bytes, 25 GCs, 5673984/12013568 avg/max bytes residency (4 
samples), 23M in use, 0.00 INIT (0.00 elapsed), 0.22 MUT (0.88 elapsed), 0.20 
GC (0.22 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
ndpFlatten/FlattenMonad.hs -o stage2/ndpFlatten/FlattenMonad.o  -ohi 
stage2/ndpFlatten/FlattenMonad.hi
<<ghc: 303859648 bytes, 360 GCs, 11855462/28475392 avg/max bytes residency (5 
samples), 56M in use, 0.00 INIT (0.00 elapsed), 0.55 MUT (2.14 elapsed), 0.54 
GC (0.66 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
ndpFlatten/Flattening.hs -o stage2/ndpFlatten/Flattening.o  -ohi 
stage2/ndpFlatten/Flattening.hi
<<ghc: 529001248 bytes, 772 GCs, 14178596/31432704 avg/max bytes residency (7 
samples), 83M in use, 0.00 INIT (0.00 elapsed), 1.10 MUT (5.68 elapsed), 1.14 
GC (1.25 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c main/HscMain.lhs 
-o stage2/main/HscMain.o  -ohi stage2/main/HscMain.hi
<<ghc: 1047085616 bytes, 1737 GCs, 22265344/51920896 avg/max bytes residency (8 
samples), 138M in use, 0.00 INIT (0.00 elapsed), 2.21 MUT (10.68 elapsed), 2.20 
GC (2.54 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
main/HeaderInfo.hs -o stage2/main/HeaderInfo.o  -ohi stage2/main/HeaderInfo.hi
<<ghc: 281359344 bytes, 327 GCs, 10996940/26320896 avg/max bytes residency (5 
samples), 51M in use, 0.00 INIT (0.00 elapsed), 0.50 MUT (1.97 elapsed), 0.58 
GC (0.85 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics  -fno-cse  -c 
main/DriverPipeline.hs -o stage2/main/DriverPipeline.o  -ohi 
stage2/main/DriverPipeline.hi
<<ghc: 1339208800 bytes, 2295 GCs, 25969868/49668096 avg/max bytes residency 
(10 samples), 133M in use, 0.00 INIT (0.00 elapsed), 2.58 MUT (11.71 elapsed), 
2.65 GC (3.75 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -no-user-package-conf -H16m -O  -istage2/utils  
-istage2/basicTypes  -istage2/types  -istage2/hsSyn  -istage2/prelude  
-istage2/rename  -istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  
-istage2/vectorise  -istage2/specialise  -istage2/simplCore  -istage2/stranal  
-istage2/stgSyn  -istage2/simplStg  -istage2/codeGen  -istage2/main  
-istage2/profiling  -istage2/parser  -istage2/cprAnalysis  -istage2/ndpFlatten  
-istage2/iface  -istage2/cmm  -istage2/ghci -Wall -fno-warn-name-shadowing 
-fno-warn-orphans -Istage2 -DOMIT_NATIVE_CODEGEN -package hpc -package 
bytestring -DGHCI -package template-haskell -package readline -DUSE_READLINE 
-cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix 
-package Cabal -ignore-package lang -recomp -Rghc-timing  -H16M '-#include 
"cutils.h"' -package-name  ghc-6.9.20080208   -fgenerics    -c 
ghci/RtClosureInspect.hs -o stage2/ghci/RtClosureInspect.o  -ohi 
stage2/ghci/RtClosureInspect.hi

ghci/RtClosureInspect.hs:183:51: Not in scope: `wORD_SIZE'
<<ghc: 151319728 bytes, 50 GCs, 5128192/11132928 avg/max bytes residency (4 
samples), 22M in use, 0.00 INIT (0.00 elapsed), 0.28 MUT (0.44 elapsed), 0.25 
GC (0.30 elapsed) :ghc>>
make[2]: *** [stage2/ghci/RtClosureInspect.o] Error 1
make[2]: Leaving directory 
`/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler'
make[1]: *** [stage2] Error 2
make[1]: Leaving directory `/64playpen/buildbot/x86_64-linux-head-unreg/build'
Last 30 lines:

cd ./deSugar/should_run && ./dsrun010    </dev/null >dsrun010.run.stdout 
2>dsrun010.run.stderr
=====> dsrun010(optc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun010 
dsrun010.hs -O -fvia-C   >dsrun010.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun010    </dev/null >dsrun010.run.stdout 
2>dsrun010.run.stderr
=====> dsrun010(hpc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun010 
dsrun010.hs -O -fhpc   >dsrun010.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun010    </dev/null >dsrun010.run.stdout 
2>dsrun010.run.stderr
=====> dsrun010(profc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun010 
dsrun010.hs -O -prof -auto-all -fvia-C   >dsrun010.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun010  +RTS -p -RTS  </dev/null 
>dsrun010.run.stdout 2>dsrun010.run.stderr
=====> dsrun010(ghci)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  dsrun010.hs 
--interactive -v0 -ignore-dot-ghci   <dsrun010.genscript 
1>dsrun010.interp.stdout 2>dsrun010.interp.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:

Stderr:

*** unexpected failure for dsrun010(ghci)
=====> dsrun011(normal)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun011 
dsrun011.hs    >dsrun011.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun011    </dev/null >dsrun011.run.stdout 
2>dsrun011.run.stderr
=====> dsrun011(optc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun011 
dsrun011.hs -O -fvia-C   >dsrun011.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun011    </dev/null >dsrun011.run.stdout 
2>dsrun011.run.stderr
=====> dsrun011(hpc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun011 
dsrun011.hs -O -fhpc   >dsrun011.comp.stderr 2>&1
cd ./deSugar/should_run && ./dsrun011    </dev/null >dsrun011.run.stdout 
2>dsrun011.run.stderr
=====> dsrun011(profc)
cd ./deSugar/should_run && 
'/64playpen/buildbot/x86_64-linux-head-unreg/build/compiler/stage1/ghc-inplace' 
-no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux  -o dsrun011 
dsrun011.hs -O -prof -auto-all -fvia-C   >dsrun011.comp.stderr 2>&1
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to