Build results:
x86 Windows stable: fail (failed stage3 failed slave lost) fail (failed
stage1) fail (failed darcs) fail (failed stage1) fail (failed stage1)
x86 Windows stable fast: fail (failed stage1) fail (failed stage2 failed slave
lost) fail (failed stage2) fail (failed stage2)
Dropping unexpected test passes reports from builders not seen in 7 days:
tnaur PPC OSX 6.6
Old unexpected test passes:
arith008 1 x86 Windows stable
hReady001 2 x86 Windows stable
Dropping unexpected test failures reports from builders not seen in 7 days:
tnaur PPC OSX 6.6
Old unexpected test failures:
GMapAssoc 3 mnemosyne x86-64 Gentoo stable
GMapTop 3 mnemosyne x86-64 Gentoo stable
SampleVar001 1 x86 Windows 6.6
Simple14 3 mnemosyne x86-64 Gentoo stable
Simple15 3 mnemosyne x86-64 Gentoo stable
Simple9 3 mnemosyne x86-64 Gentoo stable
arith005 2 tnaur PPC OSX stable
barton-mangler-bug 2 x86 Windows 6.6
break011 1 x86 Windows stable
break017 1 x86 Windows stable
break020 1 x86 Windows stable
break021 1 x86 Windows stable
bug1010 1 x86 Windows stable
bytestring001 1 x86 Windows stable
bytestring004 1 x86 Windows stable
bytestring005 1 x86 Windows stable
cabal01 2 x86 Windows stable
cabal01prof 1 x86 Windows stable
cholewo-eval 3 mnemosyne x86-64 Gentoo stable
conc023 2 x86 Windows 6.6
conc047 1 mnemosyne x86-64 Gentoo 6.6
conc057 1 x86 Windows stable
conc064 2 mnemosyne x86-64 Gentoo 6.6
concprog001 1 mnemosyne x86-64 Gentoo stable
derefnull 1 x86 Windows stable
divbyzero 2 tnaur PPC OSX stable
drv015 1 x86 Windows stable
drvfail001 1 x86 Windows stable
drvfail006 1 x86 Windows stable
ffi002 1 tnaur PPC OSX stable
ffi009 1 tnaur PPC OSX stable
forkprocess01 1 tnaur PPC OSX stable
galois_raytrace 2 x86 Windows 6.6
getDirContents001 1 x86 Windows stable
hist001 1 x86 Windows stable
hpc001 1 tnaur PPC OSX stable
hpc_markup_multi_001 2 tnaur PPC OSX stable
hpc_markup_multi_002 2 tnaur PPC OSX stable
hpc_markup_multi_003 2 tnaur PPC OSX stable
hpc_raytrace 3 mnemosyne x86-64 Gentoo stable
hpc_report_multi_001 2 tnaur PPC OSX stable
hpc_report_multi_002 2 tnaur PPC OSX stable
hpc_report_multi_003 2 tnaur PPC OSX stable
hpc_show_multi_001 2 tnaur PPC OSX stable
hpc_show_multi_002 2 tnaur PPC OSX stable
ind2 1 x86 Windows stable
joao-circular 1 tnaur PPC OSX stable
misc001 1 x86 Windows 6.6
num012 2 tnaur PPC OSX stable
outofmem 2 mnemosyne x86-64 Gentoo stable
process004 1 x86 Windows stable
rn025 1 x86 Windows stable fast
seward-space-leak 1 tnaur PPC OSX stable
signals002 1 tnaur PPC OSX stable
tcfail127 3 mnemosyne x86-64 Gentoo stable
tcfail149 3 mnemosyne x86-64 Gentoo stable
tcfail150 3 mnemosyne x86-64 Gentoo stable
tcrun022 1 x86 Windows stable
typecheck.testeq1 1 x86 Windows stable
Last 30 lines:
(do str <- readFile (dir ++ ("/" ++ filename))
return str)
(\ _ -> readTheFile dirs)
In the definition of `readTheFile':
readTheFile (dir : dirs)
= catch
(do str <- readFile (dir ++ ("/" ++ filename))
return str)
(\ _ -> readTheFile dirs)
In the definition of `readFileFromPath':
readFileFromPath filename path0
= readTheFile path0
where
readTheFile :: [String] -> IO String
readTheFile []
= error
$ ("could not find "
++
((show filename) ++ (" in path
" ++ (show path0))))
readTheFile (dir : dirs)
= catch
(do str <- readFile (dir ++
("/" ++ filename))
return str)
(\ _ -> readTheFile dirs)
make[3]: *** [HpcDraft.o] Error 1
Failed making all in hpc: 1
make[2]: *** [all] Error 1
make[1]: *** [stage1] Error 1
make[1]: Leaving directory `/buildbot/x86-win-stable/build'
Last 30 lines:
<<ghc: 91483316 bytes, 17 GCs, 5139716/9477980 avg/max bytes residency (3
samples), 21M in use, 0.02 INIT (0.00 elapsed), 0.59 MUT (1.16 elapsed), 0.27
GC (0.30 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/Match.lhs -o stage2/deSugar/Match.o
-ohi stage2/deSugar/Match.hi
<<ghc: 267120956 bytes, 288 GCs, 8954368/17904816 avg/max bytes residency (4
samples), 36M in use, 0.00 INIT (0.00 elapsed), 2.47 MUT (2.77 elapsed), 0.59
GC (0.66 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/DsArrows.lhs -o
stage2/deSugar/DsArrows.o -ohi stage2/deSugar/DsArrows.hi
<<ghc: 378763620 bytes, 330 GCs, 8489768/14474152 avg/max bytes residency (5
samples), 39M in use, 0.02 INIT (0.00 elapsed), 3.25 MUT (3.61 elapsed), 1.00
GC (1.06 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/DsListComp.lhs -o
stage2/deSugar/DsListComp.o -ohi stage2/deSugar/DsListComp.hi
<<ghc: 240939608 bytes, 223 GCs, 8088171/16735804 avg/max bytes residency (4
samples), 30M in use, 0.00 INIT (0.00 elapsed), 2.05 MUT (2.31 elapsed), 0.66
GC (0.70 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/DsExpr.lhs -o
stage2/deSugar/DsExpr.o -ohi stage2/deSugar/DsExpr.hi
<<ghc: 305356124 bytes, 291 GCs, 9675844/18406624 avg/max bytes residency (5
samples), 43M in use, 0.00 INIT (0.00 elapsed), 2.61 MUT (2.98 elapsed), 0.84
GC (0.91 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/DsCCall.lhs -o
stage2/deSugar/DsCCall.o -ohi stage2/deSugar/DsCCall.hi
<<ghc: 211612356 bytes, 100 GCs, 7550322/14616984 avg/max bytes residency (4
samples), 31M in use, 0.00 INIT (0.00 elapsed), 1.89 MUT (2.16 elapsed), 0.50
GC (0.56 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/DsForeign.lhs -o
stage2/deSugar/DsForeign.o -ohi stage2/deSugar/DsForeign.hi
<<ghc: 281663536 bytes, 337 GCs, 10680691/20599436 avg/max bytes residency (5
samples), 49M in use, 0.02 INIT (0.00 elapsed), 2.39 MUT (2.73 elapsed), 0.88
GC (0.94 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c iface/MkIface.lhs -o stage2/iface/MkIface.o
-ohi stage2/iface/MkIface.hi
<<ghc: 652525184 bytes, 1041 GCs, 14961434/26534448 avg/max bytes residency (7
samples), 69M in use, 0.00 INIT (0.00 elapsed), 5.66 MUT (6.27 elapsed), 2.08
GC (2.13 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c deSugar/Desugar.lhs -o
stage2/deSugar/Desugar.o -ohi stage2/deSugar/Desugar.hi
<<ghc: 160119312 bytes, 94 GCs, 9428261/19666696 avg/max bytes residency (4
samples), 37M in use, 0.02 INIT (0.00 elapsed), 1.27 MUT (1.72 elapsed), 0.61
GC (0.67 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c ghci/ObjLink.lhs -o stage2/ghci/ObjLink.o
-ohi stage2/ghci/ObjLink.hi
<<ghc: 42019140 bytes, 8 GCs, 2964360/5813724 avg/max bytes residency (2
samples), 19M in use, 0.00 INIT (0.00 elapsed), 0.28 MUT (0.47 elapsed), 0.06
GC (0.11 elapsed) :ghc>>
../compiler/stage1/ghc-inplace -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/nativeGen -istage2/ghci -Wall -fno-warn-name-shadowing
-Istage2 -package hpc -package bytestring -DGHCI -package template-haskell
-DGHCI_TABLES_NEXT_TO_CODE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I.
-Iparser -package Win32 -package Cabal -ignore-package lang -recomp
-Rghc-timing -O -fasm -H16M '-#include "cutils.h"' -package-name
ghc-6.8.20070908 -fgenerics -c ghci/ByteCodeLink.lhs -o
stage2/ghci/ByteCodeLink.o -ohi stage2/ghci/ByteCodeLink.hi
ghci/ByteCodeLink.lhs:222:57: Not in scope: `pprPanic'
ghci/ByteCodeLink.lhs:222:78: Not in scope: `ppr'
<<ghc: 46218772 bytes, 8 GCs, 3156822/6198480 avg/max bytes residency (2
samples), 17M in use, 0.00 INIT (0.00 elapsed), 0.20 MUT (0.61 elapsed), 0.16
GC (0.20 elapsed) :ghc>>
make[2]: *** [stage2/ghci/ByteCodeLink.o] Error 1
make[2]: Leaving directory `/buildbot/x86-win-fast-stable/build/compiler'
make[1]: *** [stage2] Error 2
make[1]: Leaving directory `/buildbot/x86-win-fast-stable/build'
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc