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

Old unexpected test failures:

    1679               1  kahl G5 Gentoo Linux head
    conc040            1  kahl G5 Gentoo Linux head
    conc064            2  gabor head
    concio001.thr      1  kahl G5 Gentoo Linux head
    concprog001        1  tnaur x86 Linux head
    countReaders001    1  tnaur x86 Linux head
    derefnull          1  gabor head
    divbyzero          2  gabor head
    fed001             1  kahl G5 Gentoo Linux head
    ffi006             1  kahl G5 Gentoo Linux head
    ffi007             1  kahl G5 Gentoo Linux head
    ffi008             1  kahl G5 Gentoo Linux head
    ffi009             1  kahl G5 Gentoo Linux head
    ffi011             1  kahl G5 Gentoo Linux head
    ffi013             1  kahl G5 Gentoo Linux head
    ffi019             1  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
    hpc_raytrace       4  gabor head
    num012             1  kahl G5 Gentoo Linux head
    openFile005        1  tnaur x86 Linux head
    openFile007        1  tnaur x86 Linux 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              4  gabor head
    qq006              4  gabor head
    readFile001        1  tnaur x86 Linux head
    seward-space-leak  1  mnemosyne x86-64 Gentoo head
    signals002         2  gabor head
    simpl019           1  gabor 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.20080216-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.20080216-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:

rm -f -rf process/setup
mkdir process/setup
cp process/Setup.*hs process/setup
cd process/setup && /cygdrive/c/ghc/ghc-6.6/bin/ghc -Wall -cpp --make Setup.*hs 
-o Setup \
                              -DCABAL_VERSION=1,3 -i../../bootstrapping.Cabal 
-i../../bootstrapping.filepath
[44 of 44] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup.exe ...
rm -f -rf pretty/setup
mkdir pretty/setup
cp pretty/Setup.*hs pretty/setup
cd pretty/setup && /cygdrive/c/ghc/ghc-6.6/bin/ghc -Wall -cpp --make Setup.*hs 
-o Setup \
                              -DCABAL_VERSION=1,3 -i../../bootstrapping.Cabal 
-i../../bootstrapping.filepath
[44 of 44] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup.exe ...
rm -f -rf hpc/setup
mkdir hpc/setup
cp hpc/Setup.*hs hpc/setup
cd hpc/setup && /cygdrive/c/ghc/ghc-6.6/bin/ghc -Wall -cpp --make Setup.*hs -o 
Setup \
                              -DCABAL_VERSION=1,3 -i../../bootstrapping.Cabal 
-i../../bootstrapping.filepath
[44 of 44] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup.exe ...
rm -f -rf template-haskell/setup
mkdir template-haskell/setup
cp template-haskell/Setup.*hs template-haskell/setup
cp: cannot stat `template-haskell/Setup.*hs': No such file or directory
make[2]: *** [template-haskell/setup/Setup] Error 1
make[2]: Leaving directory `/buildbot/x86-win-fast-head/build/libraries'
make[1]: *** [stage1] Error 2
make[1]: Leaving directory `/buildbot/x86-win-fast-head/build'
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: 55909168 bytes, 13 GCs, 4750642/9335008 avg/max bytes residency (3 
samples), 18M in use, 0.00 INIT (0.00 elapsed), 0.49 MUT (0.74 elapsed), 0.46 
GC (0.49 elapsed) :ghc>>
make[1]: *** [stage2/ghci/ByteCodeFFI.o] Error 1
make: *** [stage2] Error 2
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to