[nightly] 31-Mar-2006 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
ghcbuild at microsoft.com
Fri Mar 31 19:59:11 EST 2006
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 Fri Mar 31 19:30:00 BST 2006.
**** checking out new source tree ... tar: Cowardly refusing to create an empty archive
Try `tar --help' for more information.
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: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `-- Motivation for event-processing function type' from cvs server
cvs checkout: warning: unrecognized response `-- (alternative would be function of type a->b plus ensuring that it' from cvs server
cvs checkout: warning: unrecognized response `-- only ever gets invoked on events):' from cvs server
cvs checkout: warning: unrecognized response `-- * Now we need to be consistent with other kinds of arrows.' from cvs server
cvs checkout: warning: unrecognized response `-- * We still want to be able to get hold of the original function.' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `data FunDesc a b where' from cvs server
cvs checkout: warning: unrecognized response ` FDI :: FunDesc a a -- Identity function' from cvs server
cvs checkout: warning: unrecognized response ` FDC :: b -> FunDesc a b -- Constant function' from cvs server
cvs checkout: warning: unrecognized response ` FDE :: (Event a -> b) -> b -> FunDesc (Event a) b -- Event-processing fun' from cvs server
cvs checkout: warning: unrecognized response ` FDG :: (a -> b) -> FunDesc a b -- General function' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `fdFun :: FunDesc a b -> (a -> b)' from cvs server
cvs checkout: warning: unrecognized response `fdFun FDI = id' from cvs server
cvs checkout: warning: unrecognized response `fdFun (FDC b) = const b' from cvs server
cvs checkout: warning: unrecognized response `fdFun (FDE f _) = f' from cvs server
cvs checkout: warning: unrecognized response `fdFun (FDG f) = f' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `fdComp :: FunDesc a b -> FunDesc b c -> FunDesc a c' from cvs server
cvs checkout: warning: unrecognized response `fdComp FDI fd2 = fd2' from cvs server
cvs checkout: warning: unrecognized response `fdComp fd1 FDI = fd1' from cvs server
cvs checkout: warning: unrecognized response `fdComp (FDC b) fd2 = FDC ((fdFun fd2) b)' from cvs server
cvs checkout: warning: unrecognized response `fdComp _ (FDC c) = FDC c' from cvs server
cvs checkout: warning: unrecognized response `fdComp (FDE f1 f1ne) fd2 = FDE (f2 . f1) (f2 f1ne)' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` f2 = fdFun fd2' from cvs server
cvs checkout: warning: unrecognized response `fdComp (FDG f1) (FDE f2 f2ne) = FDG f' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` f a = case f1 a of' from cvs server
cvs checkout: warning: unrecognized response ` NoEvent -> f2ne' from cvs server
cvs checkout: warning: unrecognized response ` f1a -> f2 f1a' from cvs server
cvs checkout: warning: unrecognized response `fdComp (FDG f1) fd2 = FDG (fdFun fd2 . f1)' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `-- Verifies that the first argument is NoEvent. Returns the value of the' from cvs server
cvs checkout: warning: unrecognized response `-- second argument that is the case. Raises an error otherwise.' from cvs server
cvs checkout: warning: unrecognized response `-- Used to check that functions on events do not map NoEvent to Event' from cvs server
cvs checkout: warning: unrecognized response `-- wherever that assumption is exploited.' from cvs server
cvs checkout: warning: unrecognized response `vfyNoEv :: Event a -> b -> b' from cvs server
cvs checkout: warning: unrecognized response `vfyNoEv NoEvent b = b' from cvs server
cvs checkout: warning: unrecognized response `vfyNoEv _ _ = usrErr "AFRP" "vfyNoEv"' from cvs server
cvs checkout: warning: unrecognized response ` "Assertion failed: Functions on events must not \' from cvs server
cvs checkout: warning: unrecognized response ` \map NoEvent to Event."' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `compPrim :: SF a b -> SF b c -> SF a c' from cvs server
cvs checkout: warning: unrecognized response `compPrim (SF {sfTF = tf10}) (SF {sfTF = tf20}) = SF {sfTF = tf0}' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` tf0 a0 = (cpXX sf1 sf2, c0)' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` (sf1, b0) = tf10 a0' from cvs server
cvs checkout: warning: unrecognized response ` (sf2, c0) = tf20 b0' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` -- Naming convention: cp<X><Y> where <X> and <Y> is one of:' from cvs server
cvs checkout: warning: unrecognized response ` -- X - arbitrary signal function' from cvs server
cvs checkout: warning: unrecognized response ` -- A - arbitrary pure arrow' from cvs server
cvs checkout: warning: unrecognized response ` -- C - constant arrow' from cvs server
cvs checkout: warning: unrecognized response ` -- E - event-processing arrow' from cvs server
cvs checkout: warning: unrecognized response ` -- G - arrow known not to be identity, constant (C) or' from cvs server
cvs checkout: warning: unrecognized response ` -- event-processing (E).' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` cpXX :: SF' a b -> SF' b c -> SF' a c' from cvs server
cvs checkout: warning: unrecognized response ` cpXX (SFArr _ fd1) sf2 = cpAX fd1 sf2' from cvs server
cvs checkout: warning: unrecognized response ` cpXX sf1 (SFArr _ fd2) = cpXA sf1 fd2' from cvs server
cvs checkout: warning: unrecognized response ` cpXX (SFAcc _ f1 s1 bne) (SFAcc _ f2 s2 cne) =' from cvs server
cvs checkout: warning: unrecognized response ` sfAcc f (s1, s2) (vfyNoEv bne cne)' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` f (s1, s2) a =' from cvs server
cvs checkout: warning: unrecognized response ` case f1 s1 a of' from cvs server
cvs checkout: warning: unrecognized response ` (s1', NoEvent) -> ((s1', s2), cne)' from cvs server
cvs checkout: warning: unrecognized response ` (s1', Event b) ->' from cvs server
cvs checkout: warning: unrecognized response ` let (s2', c) = f2 s2 b in ((s1', s2'), c)' from cvs server
cvs checkout: warning: unrecognized response ` cpXX (SFCpAXA _ fd11 sf12 fd13) (SFCpAXA _ fd21 sf22 fd23) =' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA fd11 (cpXX (cpXA sf12 (fdComp fd13 fd21)) sf22) fd23' from cvs server
cvs checkout: warning: unrecognized response ` cpXX sf1 sf2 = SF' tf' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` tf dt a = (cpXX sf1' sf2', c)' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` (sf1', b) = (sfTF' sf1) dt a' from cvs server
cvs checkout: warning: unrecognized response ` (sf2', c) = (sfTF' sf2) dt b' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA :: FunDesc a b -> SF' b c -> FunDesc c d -> SF' a d' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA FDI sf2 fd3 = cpXA sf2 fd3' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA fd1 sf2 FDI = cpAX fd1 sf2' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA (FDC b) sf2 fd3 = cpCXA b sf2 fd3' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA fd1 sf2 (FDC d) = sfConst d ' from cvs server
cvs checkout: warning: unrecognized response ` cpAXA fd1 (SFArr _ fd2) fd3 = sfArr (fdComp (fdComp fd1 fd2) fd3)' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` cpAX :: FunDesc a b -> SF' b c -> SF' a c' from cvs server
cvs checkout: warning: unrecognized response ` cpAX FDI sf2 = sf2' from cvs server
cvs checkout: warning: unrecognized response ` cpAX (FDC b) sf2 = cpCX b sf2' from cvs server
cvs checkout: warning: unrecognized response ` cpAX (FDE f1 f1ne) sf2 = cpEX f1 f1ne sf2' from cvs server
cvs checkout: warning: unrecognized response ` cpAX (FDG f1) sf2 = cpGX f1 sf2' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` cpXA :: SF' a b -> FunDesc b c -> SF' a c' from cvs server
cvs checkout: warning: unrecognized response ` cpXA sf1 FDI = sf1' from cvs server
cvs checkout: warning: unrecognized response ` cpXA sf1 (FDC c) = sfConst c' from cvs server
cvs checkout: warning: unrecognized response ` cpXA sf1 (FDE f2 f2ne) = cpXE sf1 f2 f2ne' from cvs server
cvs checkout: warning: unrecognized response ` cpXA sf1 (FDG f2) = cpXG sf1 f2' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` cpCX :: b -> SF' b c -> SF' a c' from cvs server
cvs checkout: warning: unrecognized response ` cpCX b (SFArr _ fd2) = sfConst ((fdFun fd2) b)' from cvs server
cvs checkout: warning: unrecognized response ` cpCX b (SFAcc _ _ _ cne) = sfConst (vfyNoEv b cne)' from cvs server
cvs checkout: warning: unrecognized response ` cpCX b (SFCpAXA _ fd21 sf22 fd23) =' from cvs server
cvs checkout: warning: unrecognized response ` cpCXA ((fdFun fd21) b) sf22 fd23' from cvs server
cvs checkout: warning: unrecognized response ` cpCX b sf2 = SFCpAXA tf (FDC b) sf2 FDI' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` tf dt _ = (cpCX b sf2', c)' from cvs server
cvs checkout: warning: unrecognized response ` where' from cvs server
cvs checkout: warning: unrecognized response ` (sf2', c) = (sfTF' sf2) dt b' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `-- For SPJ: The following version did not work. ' from cvs server
cvs checkout: warning: unrecognized response `-- The commented out one bghc-6-4-branch' from cvs server
cvs checkout: warning: unrecognized response `u=rw,g=rw,o=rw' from cvs server
cvs checkout: warning: unrecognized response `72' from cvs server
cvs checkout: warning: unrecognized response `TOP=../../..' from cvs server
cvs checkout: warning: unrecognized response `include $(TOP)/mk/boilerplate.mk' from cvs server
cvs checkout: warning: unrecognized response `include $(TOP)/mk/test.mk' from cvs server
cvs checkout: warning: unrecognized response `ow-exts #-}' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `module ShouldFail2 where ' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `data T a where ' from cvs server
cvs checkout: warning: unrecognized response ` C :: Int -> T Int ' from cvs server
cvs checkout: warning: unrecognized response ` D :: Bool -> T Bool ' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `-- should fail because variable is wobbly ' from cvs server
cvs checkout: warning: unrecognized response `foo (C x) = x ' from cvs server
cvs checkout: warning: unrecognized response `foo (D b) = b ' from cvs server
ok. (GHC Version 6.4.2.20060331)
**** Building stage 1 compiler ... ok.
**** Building stage 2 compiler ... ok.
**** Building stage 3 compiler ... ok.
**** 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 Sat Apr 1 02:03:15 BST 2006
------------- GHC Test summary ---------------------
OVERALL SUMMARY for test run started at Fri Mar 31 22:23:51 BST 2006
1340 total tests, which gave rise to
5946 test cases, of which
0 caused framework failures
948 were skipped
4933 expected passes
63 expected failures
0 unexpected passes
2 unexpected failures
Unexpected failures:
galois_raytrace(optasm,profasm)
----------------------------------------------------
Nightly run ended at Sat Apr 1 02:03:15 BST 2006
More information about the Cvs-ghc
mailing list