[nightly] 06-Dec-2005 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

GHC Build Reports ghcbuild at microsoft.com
Tue Dec 6 21:20:58 EST 2005


Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)
Build location    = /playpen/ghc/nightly/STABLE-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx

Nightly build started on cam-02-unx at Tue Dec 6 19:30:01 GMT 2005.
**** checking out new source tree                 ... cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: cannot open directory /cvs/fptools/nofib/PRIVATE: Permission denied
cvs checkout: skipping directory nofib/PRIVATE
cvs checkout: warning: unrecognized response `at 1))' from cvs server
cvs checkout: warning: unrecognized response `   b  <- createVector (take size2 (repeat (0.1)))' from cvs server
cvs checkout: warning: unrecognized response `   x  <- cg a x0 b' from cvs server
cvs checkout: warning: unrecognized response `   readDoubleArray x 0' from cvs server
cvs checkout: warning: unrecognized response `   )) ' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `cg :: Matrix -> Vector s -> Vector s -> ST s (Vector s)' from cvs server
cvs checkout: warning: unrecognized response `cg a x b = do' from cvs server
cvs checkout: warning: unrecognized response `   d      <- newVector x' from cvs server
cvs checkout: warning: unrecognized response `   h      <- newVector x' from cvs server
cvs checkout: warning: unrecognized response `   g      <- newVector x' from cvs server
cvs checkout: warning: unrecognized response `   g      <- amx g a x' from cvs server
cvs checkout: warning: unrecognized response `   g      <- xnegx' 0 n x u' from cvs server
cvs checkout: warning: unrecognized response `      where' from cvs server
cvs checkout: warning: unrecognized response `         n = div (sizeofMutableByteArray x) 8' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `         negx' :: Int -> Int -> Vector s -> Vector s -> ST s (Vector s)' from cvs server
cvs checkout: warning: unrecognized response `         negx' i n x u' from cvs server
cvs checkout: warning: unrecognized response `            | i >= n    = return u' from cvs server
cvs checkout: warning: unrecognized response `            | otherwise = do' from cvs server
cvs checkout: warning: unrecognized response `               xe <- readDoubleArray x i' from cvs server
cvs checkout: warning: unrecognized response `               writeDoubleArray u i (negate xe)' from cvs server
cvs checkout: warning: unrecognized response `               negx' (i + 1) n x u' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `innerProd :: Vector s -> Vector s -> ST s Double' from cvs server
cvs checkout: warning: unrecognized response `innerProd x y =' from cvs server
cvs checkout: warning: unrecognized response `   innerProd' 0 0 n x y' from cvs server
cvs checkout: warning: unrecognized response `      where' from cvs server
cvs checkout: warning: unrecognized response `         n = div (sizeofMutableByteArray x) 8' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `         innerProd' :: Double -> Int -> Int -> Vector s -> Vector s -> ST s Double' from cvs server
cvs checkout: warning: unrecognized response `         innerProd' r i n x y' from cvs server
cvs checkout: warning: unrecognized response `            | i >= n    = return r' from cvs server
cvs checkout: warning: unrecognized response `            | otherwise = do' from cvs server
cvs checkout: warning: unrecognized response `                xe <- readDoubleArray x i' from cvs server
cvs checkout: warning: unrecognized response `                ye <- readDoubleArray y i' from cvs server
cvs checkout: warning: unrecognized response `                innerProd' (r + xe * ye) (i + 1) n x y' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `amx :: Vector s -> Matrix -> Vector s -> ST s (Vector s)' from cvs server
cvs checkout: warning: unrecognized response `amx u (offset, d0, d1, d2) v = do' from cvs server
cvs checkout: warning: unrecognized response `   u <- mul0 0 n d0 v u' from cvs server
cvs checkout: warning: unrecognized response `   u <- mul1 0 1 n d1 v u' from cvs server
cvs checkout: warning: unrecognized response `   u <- mul1 0 offset n d2 v u' from cvs server
cvs checkout: warning: unrecognized response `   return u' from cvs server
cvs checkout: warning: unrecognized response `      where' from cvs server
cvs checkout: warning: unrecognized response `         n = div (sizeofMutableByteArray v) 8' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `--         mul0 :: Int -> Int -> Diagonal -> Vector s -> Vector s -> ST s (Vector s)' from cvs server
cvs checkout: warning: unrecognized response `         mul0 i (n :: Int) d0 v u ' from cvs server
cvs checkout: warning: unrecognized response `            | (i :: Int) >= n    = return u' from cvs server
cvs checkout: warning: unrecognized response `            | otherwise = do' from cvs server
cvs checkout: warning: unrecognized response `               ve    <- readDoubleArray v i' from cvs server
cvs checkout: warning: unrecognized response `               let de = indexDoubleArray d0 i' from cvs server
cvs checkout: warning: unrecognized response `               writeDoubleArray u i (de * ve)' from cvs server
cvs checkout: warning: unrecognized response `               mul0 (i + 1) n d0 v u' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `--         mul1 :: Int -> Int -> Int -> Diagonal -> Vector s -> Vector s -> ST s (Vector s)' from cvs server
cvs checkout: warning: unrecognized response `         mul1 i1 i2 (n :: Int) d v u' from cvs server
cvs checkout: warning: unrecognized response `            | (i2 :: Int) >= n   = return u' from cvs server
cvs checkout: warning: unrecognized response `            | otherwise = do' from cvs server
cvs checkout: warning: unrecognized response `               let de = indexDoubleArray d i1' from cvs server
cvs checkout: warning: unrecognized response `               e1    <- readDoubleArray u i1' from cvs server
cvs checkout: warning: unrecognized response `               e2    <- readDoubleArray u i2' from cvs server
cvs checkout: warning: unrecognized response `               ve1   <- readDoubleArray v i1' from cvs server
cvs checkout: warning: unrecognized response `               ve2   <- readDoubleArray v i2' from cvs server
cvs checkout: warning: unrecognized response `               writeDoubleArray u i1 (e1 + de * ve2)' from cvs server
cvs checkout: warning: unrecognized response `               writeDoubleArray u i2 (e2 + de * ve1)' from cvs server
cvs checkout: warning: unrecognized response `               mul1 (i1 + 1) (i2 + 1) n d v u' from cvs server
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: cannot open directory /cvs/fptools/testsuite/tests/ghc-regress/module: No such file or directory
cvs checkout: skipping directory testsuite/tests/ghc-regress/module
ok. (GHC Version 6.4.2.20051206)
**** Building stage 1 compiler                    ... ok.
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... failed; relevant barfage is below.
**** building source distribution                 ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** running nofib (-O)                           ... ok.
**** running nofib (-O -prof -auto-all)           ... ok.
**** running nofib (-O -fasm-x86)                 ... ok. (5 failures)
**** running nofib (-fasm-x86)                    ... ok. (5 failures)
**** publishing distfiles                         ... ok.
**** publishing logs                              ... ok.
**** publishing docs                              ... ok.
Logs  are at http://www.haskell.org/ghc/dist/stable/logs
Dists are at http://www.haskell.org/ghc/dist/stable/dist
Docs  are at http://www.haskell.org/ghc/dist/stable/docs
All done!
Nightly build finished successfully at Wed Dec 7 02:19:10 GMT 2005

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

OVERALL SUMMARY for test run started at Tue Dec  6 22:15:28 GMT 2005
    1072 total tests, which gave rise to
    5164 test cases, of which
       0 caused framework failures
     686 were skipped

    4411 expected passes
      39 expected failures
       0 unexpected passes
      28 unexpected failures

Unexpected failures:
   cg034(opt)
   cg034(optasm)
   cg045(prof)
   cg045(profasm)
   encode(prof)
   encode(profasm)
   ext(prof)
   ext(profasm)
   local-quantors(prof)
   local-quantors(profasm)
   timing001(prof)
   timing001(profasm)
   timing002(prof)
   timing002(profasm)
   timing003(prof)
   timing003(profasm)
   simplCore.prog002(opt)
   simplCore.prog002(optasm)
   simpl007(opt)
   simpl007(optasm)
   simpl007(prof)
   simpl007(profasm)
   tc095(normal)
   tc095(opt)
   tc095(optasm)
   tc155(normal)
   tc155(opt)
   tc155(optasm)

----------------------------------------------------

------------------------------------------------------------------------
------------------------------------------------------------------------
The last 30 lines of /playpen/ghc/nightly/STABLE-cam-02-unx/logs/i386-unknown-linux-stage3 are
------------------------------------------------------------------------
------------------------------------------------------------------------

NOTE: Simplifier still going after 4 iterations; bailing out.
<<ghc: 393900816 bytes, 1058 GCs, 10701345/21358796 avg/max bytes residency (7 samples), 41M in use, 0.01 INIT (0.00 elapsed), 2.42 MUT (6.11 elapsed), 2.47 GC (2.62 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcTyDecls.lhs -o stage3/typecheck/TcTyDecls.o  -ohi stage3/typecheck/TcTyDecls.hi
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 3 iterations; bailing out.
WARNING: file simplCore/CSE.lhs line 280 t_a3pY{tv}
Interesting!  A join var that isn't let-no-escaped [zdj{v s5lK}]
<<ghc: 199573944 bytes, 44 GCs, 5523480/12323112 avg/max bytes residency (5 samples), 22M in use, 0.00 INIT (0.00 elapsed), 1.07 MUT (3.28 elapsed), 0.79 GC (0.85 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcTyClsDecls.lhs -o stage3/typecheck/TcTyClsDecls.o  -ohi stage3/typecheck/TcTyClsDecls.hi
NOTE: Simplifier still going after 4 iterations; bailing out.
<<ghc: 487134624 bytes, 1360 GCs, 10340288/20643456 avg/max bytes residency (7 samples), 39M in use, 0.00 INIT (0.00 elapsed), 2.79 MUT (8.02 elapsed), 2.45 GC (2.78 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcGenDeriv.lhs -o stage3/typecheck/TcGenDeriv.o  -ohi stage3/typecheck/TcGenDeriv.hi
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 3 iterations; bailing out.
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 4 iterations; bailing out.
<<ghc: 909097380 bytes, 2327 GCs, 11020035/18958404 avg/max bytes residency (9 samples), 36M in use, 0.00 INIT (0.00 elapsed), 4.84 MUT (11.41 elapsed), 3.97 GC (3.99 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcDeriv.lhs -o stage3/typecheck/TcDeriv.o  -ohi stage3/typecheck/TcDeriv.hi
<<ghc: 352526396 bytes, 862 GCs, 8690322/18620692 avg/max bytes residency (6 samples), 36M in use, 0.00 INIT (0.01 elapsed), 1.97 MUT (5.38 elapsed), 1.96 GC (1.95 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcInstDcls.lhs -o stage3/typecheck/TcInstDcls.o  -ohi stage3/typecheck/TcInstDcls.hi
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 4 iterations; bailing out.
<<ghc: 224548600 bytes, 273 GCs, 7158880/16583680 avg/max bytes residency (5 samples), 26M in use, 0.00 INIT (0.00 elapsed), 1.32 MUT (3.17 elapsed), 1.23 GC (1.37 elapsed) :ghc>>
../../ghc/compiler/stage2/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/compMan  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -package Cabal -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "hschooks.h"'    -c typecheck/TcForeign.lhs -o stage3/typecheck/TcForeign.o  -ohi stage3/typecheck/TcForeign.hi
gmake: *** [stage3/typecheck/TcForeign.o] Segmentation fault

real	14m0.606s
user	13m8.490s
sys	0m38.100s

Nightly run ended at Wed Dec 7 02:19:10 GMT 2005


More information about the Cvs-ghc mailing list