(view as text)
=====> ghcpkg04(normal)
cd ./cabal && $MAKE --no-print-directory ghcpkg04 </dev/null >ghcpkg04.run.stdout 2>ghcpkg04.run.stderr
Actual stderr output differs from expected:
*** ./cabal/ghcpkg04.stderr Sun Sep 3 18:30:41 2006
--- ./cabal/ghcpkg04.run.stderr Mon Sep 4 00:43:04 2006
***************
*** 1,4 ****
!
! ghcpkg04.hs:1:0:
! Failed to load interface for `A':
! it was found in multiple packages: testpkg-1.2.3.4 newtestpkg-2.0
--- 1,4 ----
!
! ghcpkg04.hs:1:0:
! Failed to load interface for `A':
! Use -v to see a list of the files searched for.
*** unexpected failure for ghcpkg04(normal)
=====> cabal01(normal)
cd ./cabal/cabal01 && $MAKE cabal01 </dev/null >cabal01.run.stdout 2>cabal01.run.stderr
Wrong exit code (expected 0 , actual 2 )
*** unexpected failure for cabal01(normal)
=====> cabal02(normal)
cd ./cabal/cabal02 && $MAKE cabal02 </dev/null >cabal02.run.stdout 2>cabal02.run.stderr
Wrong exit code (expected 0 , actual 2 )
*** unexpected failure for cabal02(normal)
=====> pkg02_b(normal)
cd ./cabal/pkg02 && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o pkg02_b A -v0 >pkg02_b.comp.stderr 2>&1
Compile failed (status 256) errors were:
A.hs:3:7:
Could not find module `Network.Socket':
Use -v to see a list of the files searched for.
*** unexpected failure for pkg02_b(normal)
=====> pkg02_b(opt)
cd ./cabal/pkg02 && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o pkg02_b A -O -v0 >pkg02_b.comp.stderr 2>&1
Compile failed (status 256) errors were:
A.hs:3:7:
Could not find module `Network.Socket':
Use -v to see a list of the files searched for.
*** unexpected failure for pkg02_b(opt)
=====> pkg02_b(optasm)
cd ./cabal/pkg02 && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o pkg02_b A -O -fasm -v0 >pkg02_b.comp.stderr 2>&1
Compile failed (status 256) errors were:
A.hs:3:7:
Could not find module `Network.Socket':
Use -v to see a list of the files searched for.
*** unexpected failure for pkg02_b(optasm)
=====> pkg02_b(prof)
cd ./cabal/pkg02 && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o pkg02_b A -O -prof -auto-all -v0 >pkg02_b.comp.stderr 2>&1
Compile failed (status 256) errors were:
A.hs:3:7:
Could not find module `Network.Socket':
Use -v to see a list of the files searched for.
*** unexpected failure for pkg02_b(prof)
=====> pkg02_b(profasm)
cd ./cabal/pkg02 && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o pkg02_b A -O -prof -auto-all -fasm -v0 >pkg02_b.comp.stderr 2>&1
Compile failed (status 256) errors were:
A.hs:3:7:
Could not find module `Network.Socket':
Use -v to see a list of the files searched for.
*** unexpected failure for pkg02_b(profasm)
=====> ffi012(ghci)
cd ./ccall/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 ffi012.hs --interactive -v0 -fglasgow-exts <ffi012.genscript 1>ffi012.interp.stdout 2>ffi012.interp.stderr
Actual stdout output differs from expected:
*** ./ccall/should_run/ffi012.stdout Sun Sep 3 18:30:28 2006
--- ./ccall/should_run/ffi012.run.stdout Mon Sep 4 00:45:57 2006
***************
*** 1,4 ****
! 84
! 84
! 84.0
! 84.0
--- 1,11 ----
!
! During interactive linking, GHCi couldn't find the following symbol:
! Main_d1d4
! This may be due to you not asking GHCi to load extra object files,
! archives or DLLs needed by your current session. Restart GHCi, specifying
! the missing library using the -L/path/to/object/dir and -lmissinglibname
! flags, or simply by naming the relevant files on the GHCi command line.
! Alternatively, this link failure might indicate a bug in GHCi.
! If you suspect the latter, please send a bug report to:
! glasgow-haskell-bugs@haskell.org
!
*** unexpected failure for ffi012(ghci)
=====> conc023(ghci)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 conc023.hs --interactive -v0 -fglasgow-exts <conc023.genscript 1>conc023.interp.stdout 2>conc023.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for conc023(ghci)
=====> conc036(threaded2)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o conc036 conc036.hs -O -threaded -fglasgow-exts >conc036.comp.stderr 2>&1
cd ./concurrent/should_run && ./conc036 +RTS -N2 -RTS </dev/null >conc036.run.stdout 2>conc036.run.stderr
sh: line 1: 5552 Terminated ./conc036 +RTS -N2 -RTS </dev/null >conc036.run.stdout 2>conc036.run.stderr
Wrong exit code (expected 0 , actual 143 )
*** unexpected failure for conc036(threaded2)
=====> conc037(threaded2)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o conc037 conc037.hs -O -threaded -fglasgow-exts >conc037.comp.stderr 2>&1
cd ./concurrent/should_run && ./conc037 +RTS -N2 -RTS </dev/null >conc037.run.stdout 2>conc037.run.stderr
Actual stdout output differs from expected:
*** ./concurrent/should_run/conc037.stdout Sun Sep 3 18:30:29 2006
--- ./concurrent/should_run/conc037.run.stdout Mon Sep 4 01:25:21 2006
***************
*** 1,6 ****
! newThread started
! mainThread
! newThread back again
! 1 sec later
!
! shutting down
--- 1,6 ----
! mainThreadnewThread started
!
! newThread back again
! 1 sec later
!
! shutting down
*** unexpected failure for conc037(threaded2)
=====> conc052(threaded2)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o conc052 conc052.hs -O -threaded -package stm -fglasgow-exts >conc052.comp.stderr 2>&1
cd ./concurrent/should_run && ./conc052 +RTS -N2 -RTS </dev/null >conc052.run.stdout 2>conc052.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for conc052(threaded2)
=====> conc056(threaded1)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o conc056 conc056.hs -threaded -debug -package stm -package network -fglasgow-exts >conc056.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for conc056(threaded1)
=====> conc056(threaded2)
cd ./concurrent/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o conc056 conc056.hs -O -threaded -package stm -package network -fglasgow-exts >conc056.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for conc056(threaded2)
=====> drvfail006(normal)
cd ./deriving/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c drvfail006.hs >drvfail006.comp.stderr 2>&1
drvfail006.hs:7:0: Failed to load interface for `Control.Monad.State': Use -v to see a list of the files searched for.
drvfail006.hs:9:8: Can't make a derived instance of `MonadState T' (even with cunning newtype deriving: `MonadState' does not have arity 1) When deriving instances for `T'
Actual stderr output differs from expected:
*** ./deriving/should_fail/drvfail006.stderr Sun Sep 3 18:30:41 2006
--- ./deriving/should_fail/drvfail006.comp.stderr Mon Sep 4 01:29:15 2006
***************
*** 1,6 ****
!
! drvfail006.hs:9:8:
! Can't make a derived instance of `MonadState T'
! (even with cunning newtype deriving:
! `MonadState' does not have arity 1)
! When deriving instances for `T'
--- 1,4 ----
!
! drvfail006.hs:7:0:
! Failed to load interface for `Control.Monad.State':
! Use -v to see a list of the files searched for.
*** unexpected failure for drvfail006(normal)
=====> drvfail008(normal)
cd ./deriving/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c drvfail008.hs >drvfail008.comp.stderr 2>&1
drvfail008.hs:6:0: Failed to load interface for `Control.Monad.State': Use -v to see a list of the files searched for.
drvfail008.hs:10:8: Can't make a derived instance of `Monad M' (`Monad' is not a derivable class Try -fglasgow-exts for GHC's newtype-deriving extension) When deriving instances for `M'
Actual stderr output differs from expected:
*** ./deriving/should_fail/drvfail008.stderr Sun Sep 3 18:30:41 2006
--- ./deriving/should_fail/drvfail008.comp.stderr Mon Sep 4 01:29:15 2006
***************
*** 1,6 ****
!
! drvfail008.hs:10:8:
! Can't make a derived instance of `Monad M'
! (`Monad' is not a derivable class
! Try -fglasgow-exts for GHC's newtype-deriving extension)
! When deriving instances for `M'
--- 1,4 ----
!
! drvfail008.hs:6:0:
! Failed to load interface for `Control.Monad.State':
! Use -v to see a list of the files searched for.
*** unexpected failure for drvfail008(normal)
=====> gadt7(normal)
cd ./gadt && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c gadt7.hs >gadt7.comp.stderr 2>&1
gadt7.hs:12:40: Couldn't match expected type `Int' against inferred type `a' (a rigid variable) `a' is bound by the type signature for `i1' at gadt7.hs:11:8 Expected type: T Int Inferred type: T a In the first argument of `(\ t1 y1 -> case t1 of K -> y1)', namely `t' In the expression: (\ t1 y1 -> case t1 of K -> y1) t y
gadt7.hs:12:40: Couldn't match expected type `Int' against inferred type `a' (a rigid variable) `a' is bound by the type signature for `i1' at gadt7.hs:11:8 Expected type: T Int Inferred type: T a In the first argument of `(\ t1 y1 -> case t1 of K -> y1)', namely `t' In the call ((\ t1 y1 -> case t1 of K -> y1) t y)
Actual stderr output differs from expected:
*** ./gadt/gadt7.stderr Sun Sep 3 18:30:40 2006
--- ./gadt/gadt7.comp.stderr Mon Sep 4 01:37:07 2006
***************
*** 1,10 ****
!
! gadt7.hs:12:40:
! Couldn't match expected type `Int'
! against inferred type `a' (a rigid variable)
! `a' is bound by the type signature for `i1' at gadt7.hs:11:8
! Expected type: T Int
! Inferred type: T a
! In the first argument of `(\ t1 y1 -> case t1 of K -> y1)', namely
! `t'
! In the call ((\ t1 y1 -> case t1 of K -> y1) t y)
--- 1,10 ----
!
! gadt7.hs:12:40:
! Couldn't match expected type `Int'
! against inferred type `a' (a rigid variable)
! `a' is bound by the type signature for `i1' at gadt7.hs:11:8
! Expected type: T Int
! Inferred type: T a
! In the first argument of `(\ t1 y1 -> case t1 of K -> y1)', namely
! `t'
! In the expression: (\ t1 y1 -> case t1 of K -> y1) t y
*** unexpected failure for gadt7(normal)
=====> ghci014(ghci)
cd ./ghci/scripts && HC='C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' HC_OPTS='-dcore-lint -dcmm-lint -Di386_unknown_mingw32 ' 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' --interactive -v0 -dcore-lint -dcmm-lint -Di386_unknown_mingw32 <ghci014.script >ghci014.run.stdout 2>ghci014.run.stderr
Actual stdout output differs from expected:
*** ./ghci/scripts/ghci014.stdout Sun Sep 3 18:30:41 2006
--- ./ghci/scripts/ghci014.run.stdout Mon Sep 4 01:37:37 2006
***************
*** 1,982 ****
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
- test : * (0)
--- 0 ----
*** unexpected failure for ghci014(ghci)
=====> SampleVar001(normal)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(normal)
=====> SampleVar001(opt)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -O -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(opt)
=====> SampleVar001(optasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -O -fasm -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(optasm)
=====> SampleVar001(prof)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -O -prof -auto-all -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(prof)
=====> SampleVar001(profasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -O -prof -auto-all -fasm -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(profasm)
=====> SampleVar001(ghci)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 SampleVar001.hs --interactive -v0 -package QuickCheck <SampleVar001.genscript 1>SampleVar001.interp.stdout 2>SampleVar001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for SampleVar001(ghci)
=====> SampleVar001(threaded1)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -threaded -debug -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(threaded1)
=====> SampleVar001(threaded2)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o SampleVar001 SampleVar001.hs -O -threaded -package QuickCheck >SampleVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for SampleVar001(threaded2)
=====> Chan001(normal)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(normal)
=====> Chan001(opt)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -O -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(opt)
=====> Chan001(optasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -O -fasm -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(optasm)
=====> Chan001(prof)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -O -prof -auto-all -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(prof)
=====> Chan001(profasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -O -prof -auto-all -fasm -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(profasm)
=====> Chan001(ghci)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 Chan001.hs --interactive -v0 -package QuickCheck <Chan001.genscript 1>Chan001.interp.stdout 2>Chan001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for Chan001(ghci)
=====> Chan001(threaded1)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -threaded -debug -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(threaded1)
=====> Chan001(threaded2)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o Chan001 Chan001.hs -O -threaded -package QuickCheck >Chan001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for Chan001(threaded2)
=====> MVar001(normal)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(normal)
=====> MVar001(opt)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -O -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(opt)
=====> MVar001(optasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -O -fasm -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(optasm)
=====> MVar001(prof)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -O -prof -auto-all -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(prof)
=====> MVar001(profasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -O -prof -auto-all -fasm -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(profasm)
=====> MVar001(ghci)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 MVar001.hs --interactive -v0 -package QuickCheck <MVar001.genscript 1>MVar001.interp.stdout 2>MVar001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for MVar001(ghci)
=====> MVar001(threaded1)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -threaded -debug -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(threaded1)
=====> MVar001(threaded2)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o MVar001 MVar001.hs -O -threaded -package QuickCheck >MVar001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for MVar001(threaded2)
=====> QSemN001(normal)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(normal)
=====> QSemN001(opt)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -O -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(opt)
=====> QSemN001(optasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -O -fasm -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(optasm)
=====> QSemN001(prof)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -O -prof -auto-all -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(prof)
=====> QSemN001(profasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -O -prof -auto-all -fasm -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(profasm)
=====> QSemN001(ghci)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 QSemN001.hs --interactive -v0 -package QuickCheck <QSemN001.genscript 1>QSemN001.interp.stdout 2>QSemN001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for QSemN001(ghci)
=====> QSemN001(threaded1)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -threaded -debug -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(threaded1)
=====> QSemN001(threaded2)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSemN001 QSemN001.hs -O -threaded -package QuickCheck >QSemN001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSemN001(threaded2)
=====> QSem001(normal)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(normal)
=====> QSem001(opt)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -O -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(opt)
=====> QSem001(optasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -O -fasm -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(optasm)
=====> QSem001(prof)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -O -prof -auto-all -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(prof)
=====> QSem001(profasm)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -O -prof -auto-all -fasm -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(profasm)
=====> QSem001(ghci)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 QSem001.hs --interactive -v0 -package QuickCheck <QSem001.genscript 1>QSem001.interp.stdout 2>QSem001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for QSem001(ghci)
=====> QSem001(threaded1)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -threaded -debug -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(threaded1)
=====> QSem001(threaded2)
cd ./lib/Concurrent && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o QSem001 QSem001.hs -O -threaded -package QuickCheck >QSem001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for QSem001(threaded2)
=====> bytestring001(normal)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(normal)
=====> bytestring001(opt)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -O -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(opt)
=====> bytestring001(optasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -O -fasm -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(optasm)
=====> bytestring001(prof)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -O -prof -auto-all -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(prof)
=====> bytestring001(profasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -O -prof -auto-all -fasm -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(profasm)
=====> bytestring001(ghci)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 bytestring001.hs --interactive -v0 -package QuickCheck <bytestring001.genscript 1>bytestring001.interp.stdout 2>bytestring001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for bytestring001(ghci)
=====> bytestring001(threaded1)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -threaded -debug -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(threaded1)
=====> bytestring001(threaded2)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring001 bytestring001.hs -O -threaded -package QuickCheck >bytestring001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring001(threaded2)
=====> bytestring004(normal)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(normal)
=====> bytestring004(opt)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -O -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(opt)
=====> bytestring004(optasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -O -fasm -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(optasm)
=====> bytestring004(prof)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -O -prof -auto-all -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(prof)
=====> bytestring004(profasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -O -prof -auto-all -fasm -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(profasm)
=====> bytestring004(ghci)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 bytestring004.hs --interactive -v0 -package QuickCheck <bytestring004.genscript 1>bytestring004.interp.stdout 2>bytestring004.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for bytestring004(ghci)
=====> bytestring004(threaded1)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -threaded -debug -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(threaded1)
=====> bytestring004(threaded2)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring004 bytestring004.hs -O -threaded -package QuickCheck >bytestring004.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring004(threaded2)
=====> bytestring005(normal)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(normal)
=====> bytestring005(opt)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -O -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(opt)
=====> bytestring005(optasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -O -fasm -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(optasm)
=====> bytestring005(prof)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -O -prof -auto-all -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(prof)
=====> bytestring005(profasm)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -O -prof -auto-all -fasm -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(profasm)
=====> bytestring005(ghci)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 bytestring005.hs --interactive -v0 -package QuickCheck <bytestring005.genscript 1>bytestring005.interp.stdout 2>bytestring005.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for bytestring005(ghci)
=====> bytestring005(threaded1)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -threaded -debug -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(threaded1)
=====> bytestring005(threaded2)
cd ./lib/Data.ByteString && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o bytestring005 bytestring005.hs -O -threaded -package QuickCheck >bytestring005.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: QuickCheck
*** unexpected failure for bytestring005(threaded2)
=====> reify(normal)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(normal)
=====> reify(opt)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -O >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(opt)
=====> reify(optasm)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -O -fasm >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(optasm)
=====> reify(prof)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -O -prof -auto-all >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(prof)
=====> reify(profasm)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -O -prof -auto-all -fasm >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(profasm)
=====> reify(ghci)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 Main --interactive -v0 <reify.genscript 1>reify.interp.stdout 2>reify.interp.stderr
Actual stdout output differs from expected:
*** ./lib/Generics/reify/reify.stdout Sun Sep 3 18:30:30 2006
--- ./lib/Generics/reify/reify.run.stdout Mon Sep 4 01:50:05 2006
***************
*** 1 ****
- (True,(True,(False,(True,(True,(1,(2,(3,(P "foo" "foo",(E (P "foo" "foo") (S 1.23),D "foo" (E (P "foo" "foo") (S 1.23)) []))))))))))
--- 0 ----
*** unexpected failure for reify(ghci)
=====> reify(threaded1)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -threaded -debug >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(threaded1)
=====> reify(threaded2)
cd ./lib/Generics/reify && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o reify Main -O -threaded >reify.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:14:7:
Could not find module `Control.Monad.State':
Use -v to see a list of the files searched for.
*** unexpected failure for reify(threaded2)
=====> tree(normal)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(normal)
=====> tree(opt)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -O >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(opt)
=====> tree(optasm)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -O -fasm >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(optasm)
=====> tree(prof)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -O -prof -auto-all >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(prof)
=====> tree(profasm)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -O -prof -auto-all -fasm >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(profasm)
=====> tree(ghci)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 Main --interactive -v0 <tree.genscript 1>tree.interp.stdout 2>tree.interp.stderr
Actual stdout output differs from expected:
*** ./lib/Generics/tree/tree.stdout Sun Sep 3 18:30:30 2006
--- ./lib/Generics/tree/tree.run.stdout Mon Sep 4 01:50:42 2006
***************
*** 1 ****
- (C [D "Research" (E (P "Laemmel" "Amsterdam") (S 8000.0)) [PU (E (P "Joost" "Amsterdam") (S 1000.0)),PU (E (P "Marlow" "Cambridge") (S 2000.0))],D "Strategy" (E (P "Blair" "London") (S 100000.0)) []],(Node {rootLabel = "C", subForest = [Node {rootLabel = "(:)", subForest = [Node {rootLabel = "D", subForest = [Node {rootLabel = "Research", subForest = []},Node {rootLabel = "E", subForest = [Node {rootLabel = "P", subForest = [Node {rootLabel = "Laemmel", subForest = []},Node {rootLabel = "Amsterdam", subForest = []}]},Node {rootLabel = "S", subForest = [Node {rootLabel = "8000.0", subForest = []}]}]},Node {rootLabel = "(:)", subForest = [Node {rootLabel = "PU", subForest = [Node {rootLabel = "E", subForest = [Node {rootLabel = "P", subForest = [Node {rootLabel = "Joost", subForest = []},Node {rootLabel = "Amsterdam", subForest = []}]},Node {rootLabel = "S", subForest = [Node {rootLabel = "1000.0", subForest = []}]}]}]},Node {rootLabel = "(:)", subForest = [Node {rootLabel = "PU", subForest = [Node {rootLabel = "E", subForest = [Node {rootLabel = "P", subForest = [Node {rootLabel = "Marlow", subForest = []},Node {rootLabel = "Cambridge", subForest = []}]},Node {rootLabel = "S", subForest = [Node {rootLabel = "2000.0", subForest = []}]}]}]},Node {rootLabel = "[]", subForest = []}]}]}]},Node {rootLabel = "(:)", subForest = [Node {rootLabel = "D", subForest = [Node {rootLabel = "Strategy", subForest = []},Node {rootLabel = "E", subForest = [Node {rootLabel = "P", subForest = [Node {rootLabel = "Blair", subForest = []},Node {rootLabel = "London", subForest = []}]},Node {rootLabel = "S", subForest = [Node {rootLabel = "100000.0", subForest = []}]}]},Node {rootLabel = "[]", subForest = []}]},Node {rootLabel = "[]", subForest = []}]}]}]},(Just (C [D "Research" (E (P "Laemmel" "Amsterdam") (S 8000.0)) [PU (E (P "Joost" "Amsterdam") (S 1000.0)),PU (E (P "Marlow" "Cambridge") (S 2000.0))],D "Strategy" (E (P "Blair" "London") (S 100000.0)) []]),True)))
--- 0 ----
*** unexpected failure for tree(ghci)
=====> tree(threaded1)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -threaded -debug >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(threaded1)
=====> tree(threaded2)
cd ./lib/Generics/tree && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o tree Main -O -threaded >tree.comp.stderr 2>&1
Compile failed (status 256) errors were:
Main.hs:11:7:
Could not find module `Control.Monad.Reader':
Use -v to see a list of the files searched for.
*** unexpected failure for tree(threaded2)
=====> readwrite002(normal)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(normal)
=====> readwrite002(opt)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -O -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(opt)
=====> readwrite002(optasm)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -O -fasm -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(optasm)
=====> readwrite002(prof)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -O -prof -auto-all -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 +RTS -p -RTS <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(prof)
=====> readwrite002(profasm)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -O -prof -auto-all -fasm -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 +RTS -hc -RTS <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(profasm)
=====> readwrite002(threaded1)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -threaded -debug -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(threaded1)
=====> readwrite002(threaded2)
cd ./lib/IO && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o readwrite002 readwrite002.hs -O -threaded -cpp >readwrite002.comp.stderr 2>&1
cd ./lib/IO && ./readwrite002 +RTS -N2 -RTS <readwrite002.hs >readwrite002.run.stdout 2>readwrite002.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for readwrite002(threaded2)
=====> net001(normal)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(normal)
=====> net001(opt)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -O -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(opt)
=====> net001(optasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -O -fasm -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(optasm)
=====> net001(prof)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -O -prof -auto-all -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(prof)
=====> net001(profasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -O -prof -auto-all -fasm -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(profasm)
=====> net001(ghci)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 net001.hs --interactive -v0 -package network <net001.genscript 1>net001.interp.stdout 2>net001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for net001(ghci)
=====> net001(threaded1)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -threaded -debug -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(threaded1)
=====> net001(threaded2)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net001 net001.hs -O -threaded -package network >net001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net001(threaded2)
=====> net002(normal)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(normal)
=====> net002(opt)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -O -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(opt)
=====> net002(optasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -O -fasm -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(optasm)
=====> net002(prof)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -O -prof -auto-all -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(prof)
=====> net002(profasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -O -prof -auto-all -fasm -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(profasm)
=====> net002(ghci)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 net002.hs --interactive -v0 -package network <net002.genscript 1>net002.interp.stdout 2>net002.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for net002(ghci)
=====> net002(threaded1)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -threaded -debug -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(threaded1)
=====> net002(threaded2)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o net002 net002.hs -O -threaded -package network >net002.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for net002(threaded2)
=====> uri001(normal)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(normal)
=====> uri001(opt)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -O -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(opt)
=====> uri001(optasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -O -fasm -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(optasm)
=====> uri001(prof)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -O -prof -auto-all -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(prof)
=====> uri001(profasm)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -O -prof -auto-all -fasm -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(profasm)
=====> uri001(ghci)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 uri001.hs --interactive -v0 -package network -package HUnit <uri001.genscript 1>uri001.interp.stdout 2>uri001.interp.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for uri001(ghci)
=====> uri001(threaded1)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -threaded -debug -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(threaded1)
=====> uri001(threaded2)
cd ./lib/net && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o uri001 uri001.hs -O -threaded -package network -package HUnit >uri001.comp.stderr 2>&1
Compile failed (status 256) errors were:
ghc.exe: unknown package: network
*** unexpected failure for uri001(threaded2)
=====> stableptr001(opt)
cd ./lib/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o stableptr001 stableptr001.hs -O >stableptr001.comp.stderr 2>&1
cd ./lib/should_run && ./stableptr001 +RTS -K8m -RTS </dev/null >stableptr001.run.stdout 2>stableptr001.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for stableptr001(opt)
=====> stableptr001(optasm)
cd ./lib/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o stableptr001 stableptr001.hs -O -fasm >stableptr001.comp.stderr 2>&1
cd ./lib/should_run && ./stableptr001 +RTS -K8m -RTS </dev/null >stableptr001.run.stdout 2>stableptr001.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for stableptr001(optasm)
=====> stableptr001(threaded2)
cd ./lib/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o stableptr001 stableptr001.hs -O -threaded >stableptr001.comp.stderr 2>&1
cd ./lib/should_run && ./stableptr001 +RTS -K8m -RTS +RTS -N2 -RTS </dev/null >stableptr001.run.stdout 2>stableptr001.run.stderr
Wrong exit code (expected 0 , actual 1 )
*** unexpected failure for stableptr001(threaded2)
=====> mod133(normal)
cd ./module && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c mod133.hs >mod133.comp.stderr 2>&1
Compile failed (status 256) errors were:
mod133.hs:8:0:
Failed to load interface for `Control.Monad.Error':
Use -v to see a list of the files searched for.
*** unexpected failure for mod133(normal)
=====> utf8_002(normal)
cd ./parser/unicode && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c utf8_002.hs >utf8_002.comp.stderr 2>&1
utf8_002.hs:2:0: lexical error at end of input
utf8_002.hs:2:0: lexical error (UTF-8 decoding error)
Actual stderr output differs from expected:
*** ./parser/unicode/utf8_002.stderr Sun Sep 3 18:30:41 2006
--- ./parser/unicode/utf8_002.comp.stderr Mon Sep 4 02:23:14 2006
***************
*** 1,2 ****
!
! utf8_002.hs:2:0: lexical error (UTF-8 decoding error)
--- 1,2 ----
!
! utf8_002.hs:2:0: lexical error at end of input
*** unexpected failure for utf8_002(normal)
=====> utf8_003(normal)
cd ./parser/unicode && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c utf8_003.hs >utf8_003.comp.stderr 2>&1
utf8_003.hs:2:0: lexical error at end of input
utf8_003.hs:2:0: lexical error (UTF-8 decoding error)
Actual stderr output differs from expected:
*** ./parser/unicode/utf8_003.stderr Sun Sep 3 18:30:41 2006
--- ./parser/unicode/utf8_003.comp.stderr Mon Sep 4 02:23:14 2006
***************
*** 1,2 ****
!
! utf8_003.hs:2:0: lexical error (UTF-8 decoding error)
--- 1,2 ----
!
! utf8_003.hs:2:0: lexical error at end of input
*** unexpected failure for utf8_003(normal)
=====> utf8_004(normal)
cd ./parser/unicode && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c utf8_004.hs >utf8_004.comp.stderr 2>&1
utf8_004.hs:2:0: lexical error at end of input
utf8_004.hs:2:0: lexical error (UTF-8 decoding error)
Actual stderr output differs from expected:
*** ./parser/unicode/utf8_004.stderr Sun Sep 3 18:30:41 2006
--- ./parser/unicode/utf8_004.comp.stderr Mon Sep 4 02:23:14 2006
***************
*** 1,2 ****
!
! utf8_004.hs:2:0: lexical error (UTF-8 decoding error)
--- 1,2 ----
!
! utf8_004.hs:2:0: lexical error at end of input
*** unexpected failure for utf8_004(normal)
=====> utf8_005(normal)
cd ./parser/unicode && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c utf8_005.hs >utf8_005.comp.stderr 2>&1
utf8_005.hs:2:0: lexical error at end of input
utf8_005.hs:2:0: lexical error (UTF-8 decoding error)
Actual stderr output differs from expected:
*** ./parser/unicode/utf8_005.stderr Sun Sep 3 18:30:41 2006
--- ./parser/unicode/utf8_005.comp.stderr Mon Sep 4 02:23:15 2006
***************
*** 1,2 ****
!
! utf8_005.hs:2:0: lexical error (UTF-8 decoding error)
--- 1,2 ----
!
! utf8_005.hs:2:0: lexical error at end of input
*** unexpected failure for utf8_005(normal)
=====> andy_cherry(ghci)
cd ./programs/andy_cherry && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 Main --interactive -v0 -cpp <andy_cherry.genscript 1>andy_cherry.interp.stdout 2>andy_cherry.interp.stderr
Wrong exit code (expected 0 , actual 3 )
*** unexpected failure for andy_cherry(ghci)
=====> barton-mangler-bug(profasm)
cd ./programs/barton-mangler-bug && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o barton-mangler-bug Main -O -prof -auto-all -fasm >barton-mangler-bug.comp.stderr 2>&1
Compile failed (status 256) errors were:
[1 of 6] Compiling Plot ( Plot.lhs, Plot.o )
[2 of 6] Compiling TypesettingTricks ( TypesettingTricks.hs, TypesettingTricks.o )
[3 of 6] Compiling Physical ( Physical.hs, Physical.o )
[4 of 6] Compiling Basic ( Basic.hs, Basic.o )
Basic.hs:207:6:
Warning: Fields of `Foo' not initialised: x, y
In the expression: Foo {}
In the definition of `foo': foo = Foo {}
[5 of 6] Compiling PlotExample ( PlotExample.lhs, PlotExample.o )
[6 of 6] Compiling Main ( Main.hs, Main.o )
Main.hs:17:9:
Warning: Fields of `Overshoot' not initialised: start_delay
In the `over' field of a record
In the first argument of `toSig', namely
`Pulse_dc
{start_delay = (Sec 1.0),
rise_time = (Sec 0.2),
pulse_width = (Sec 3.0),
fall_time = (Sec 0.3),
dc_offset = (V (- 1.0)),
period = (Sec 10.0),
amplitude = (V 5.0),
over = Overshoot
{ringing = (V 0.2),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.0),
damp_fac = 1.0},
under = Overshoot
{ringing = (V (- 0.25)),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.1),
damp_fac = 1.1}}'
In the expression:
toSig (Pulse_dc
{start_delay = (Sec 1.0),
rise_time = (Sec 0.2),
pulse_width = (Sec 3.0),
fall_time = (Sec 0.3),
dc_offset = (V (- 1.0)),
period = (Sec 10.0),
amplitude = (V 5.0),
over = Overshoot
{ringing = (V 0.2),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.0),
damp_fac = 1.0},
under = Overshoot
{ringing = (V (- 0.25)),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.1),
damp_fac = 1.1}})
Main.hs:21:10:
Warning: Fields of `Overshoot' not initialised: start_delay
In the `under' field of a record
In the first argument of `toSig', namely
`Pulse_dc
{start_delay = (Sec 1.0),
rise_time = (Sec 0.2),
pulse_width = (Sec 3.0),
fall_time = (Sec 0.3),
dc_offset = (V (- 1.0)),
period = (Sec 10.0),
amplitude = (V 5.0),
over = Overshoot
{ringing = (V 0.2),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.0),
damp_fac = 1.0},
under = Overshoot
{ringing = (V (- 0.25)),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.1),
damp_fac = 1.1}}'
In the expression:
toSig (Pulse_dc
{start_delay = (Sec 1.0),
rise_time = (Sec 0.2),
pulse_width = (Sec 3.0),
fall_time = (Sec 0.3),
dc_offset = (V (- 1.0)),
period = (Sec 10.0),
amplitude = (V 5.0),
over = Overshoot
{ringing = (V 0.2),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.0),
damp_fac = 1.0},
under = Overshoot
{ringing = (V (- 0.25)),
pulse_width = (Sec 3.0),
oscillation = (Hz 2.1),
damp_fac = 1.1}})
Linking barton-mangler-bug.exe ...
Basic.o(.text+0xcdde):fake: undefined reference to `imp(...)(long long, float *)'
collect2: ld returned 1 exit status
*** unexpected failure for barton-mangler-bug(profasm)
=====> maessen_hashtab(normal)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(normal)
=====> maessen_hashtab(opt)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -O -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(opt)
=====> maessen_hashtab(optasm)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -O -fasm -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(optasm)
=====> maessen_hashtab(prof)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -O -prof -auto-all -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(prof)
=====> maessen_hashtab(profasm)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -O -prof -auto-all -fasm -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(profasm)
=====> maessen_hashtab(ghci)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 HashTest --interactive -v0 -cpp <maessen_hashtab.genscript 1>maessen_hashtab.interp.stdout 2>maessen_hashtab.interp.stderr
Actual stdout output differs from expected:
*** ./programs/maessen-hashtab/maessen_hashtab.stdout Sun Sep 3 18:30:34 2006
--- ./programs/maessen-hashtab/maessen_hashtab.run.stdout Mon Sep 4 02:44:57 2006
***************
*** 1,15 ****
- emptyLookup:OK, passed 500 tests.
- emptyToList:OK, passed 500 tests.
- emptyFromList:OK, passed 500 tests.
- insert:OK, passed 500 tests.
- insertu:OK, passed 500 tests.
- delete:OK, passed 500 tests (60% trivial).
- deleteu:OK, passed 500 tests.
- update:OK, passed 500 tests.
- updatec:OK, passed 500 tests.
- updateLookup:OK, passed 500 tests (63% trivial).
- fromList:OK, passed 500 tests (2% trivial).
- fromListInsert:OK, passed 500 tests (2% trivial).
- toList:OK, passed 500 tests (1% trivial).
- simulation:OK, passed 500 tests (1% trivial).
- OK
--- 0 ----
*** unexpected failure for maessen_hashtab(ghci)
=====> maessen_hashtab(threaded1)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -threaded -debug -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(threaded1)
=====> maessen_hashtab(threaded2)
cd ./programs/maessen-hashtab && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 --make -o maessen_hashtab HashTest -O -threaded -cpp >maessen_hashtab.comp.stderr 2>&1
Compile failed (status 256) errors were:
HashTest.hs:9:7:
Could not find module `Test.QuickCheck':
Use -v to see a list of the files searched for.
*** unexpected failure for maessen_hashtab(threaded2)
=====> rn.prog006(normal)
cd ./rename/prog006 && $MAKE -s --no-print-directory rn.prog006 </dev/null >rn.prog006.run.stdout 2>rn.prog006.run.stderr
Wrong exit code (expected 0 , actual 2 )
*** unexpected failure for rn.prog006(normal)
=====> rnfail026(normal)
cd ./rename/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c rnfail026.hs >rnfail026.comp.stderr 2>&1
rnfail026.hs:16:15: Kind mis-match Expected kind `* -> *', but `Set a' has kind `*' In the instance declaration for `Monad (forall a. (Eq a) => Set a)' rnfail026.hs:19:0: Illegal polymorphic or qualified type: forall a. [a] In the instance declaration for `Eq (forall a. [a])'
rnfail026.hs:16:15: Kind mis-match Expected kind `* -> *', but `forall a. (Eq a) => Set a' has kind `*' In the instance declaration for `Monad (forall a. (Eq a) => Set a)' rnfail026.hs:19:0: Illegal polymorphic or qualified type: forall a. [a] In the instance declaration for `Eq (forall a. [a])'
Actual stderr output differs from expected:
*** ./rename/should_fail/rnfail026.stderr Sun Sep 3 18:30:40 2006
--- ./rename/should_fail/rnfail026.comp.stderr Mon Sep 4 02:51:01 2006
***************
*** 1,10 ****
!
! rnfail026.hs:16:15:
! Kind mis-match
! Expected kind `* -> *',
! but `forall a. (Eq a) => Set a' has kind `*'
! In the instance declaration for `Monad (forall a. (Eq a) => Set a)'
!
! rnfail026.hs:19:0:
! Illegal polymorphic or qualified type: forall a. [a]
! In the instance declaration for `Eq (forall a. [a])'
--- 1,9 ----
!
! rnfail026.hs:16:15:
! Kind mis-match
! Expected kind `* -> *', but `Set a' has kind `*'
! In the instance declaration for `Monad (forall a. (Eq a) => Set a)'
!
! rnfail026.hs:19:0:
! Illegal polymorphic or qualified type: forall a. [a]
! In the instance declaration for `Eq (forall a. [a])'
*** unexpected failure for rnfail026(normal)
=====> TH_repPrim(normal)
cd ./th && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c TH_repPrim.hs -fth -package template-haskell >TH_repPrim.comp.stderr 2>&1
AppE (ConE GHC.Base.I#) (LitE (IntPrimL 20)) GHC.Base.I# 20# AppE (ConE GHC.Float.F#) (LitE (FloatPrimL (123%10))) GHC.Float.F# 12.3# AppE (ConE GHC.Float.D#) (LitE (DoublePrimL (123%5))) GHC.Float.D# 24.6## Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
AppE (ConE base:GHC.Base.I#) (LitE (IntPrimL 20)) base:GHC.Base.I# 20# AppE (ConE base:GHC.Float.F#) (LitE (FloatPrimL (123%10))) base:GHC.Float.F# 12.3# AppE (ConE base:GHC.Float.D#) (LitE (DoublePrimL (123%5))) base:GHC.Float.D# 24.6## Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
Actual stderr output differs from expected:
*** ./th/TH_repPrim.stderr Sun Sep 3 18:30:41 2006
--- ./th/TH_repPrim.comp.stderr Mon Sep 4 02:52:34 2006
***************
*** 1,8 ****
! AppE (ConE base:GHC.Base.I#) (LitE (IntPrimL 20))
! base:GHC.Base.I# 20#
! AppE (ConE base:GHC.Float.F#) (LitE (FloatPrimL (123%10)))
! base:GHC.Float.F# 12.3#
! AppE (ConE base:GHC.Float.D#) (LitE (DoublePrimL (123%5)))
! base:GHC.Float.D# 24.6##
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
--- 1,8 ----
! AppE (ConE GHC.Base.I#) (LitE (IntPrimL 20))
! GHC.Base.I# 20#
! AppE (ConE GHC.Float.F#) (LitE (FloatPrimL (123%10)))
! GHC.Float.F# 12.3#
! AppE (ConE GHC.Float.D#) (LitE (DoublePrimL (123%5)))
! GHC.Float.D# 24.6##
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
*** unexpected failure for TH_repPrim(normal)
=====> TH_repGuard(normal)
cd ./th && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c TH_repGuard.hs -fth -package template-haskell >TH_repGuard.comp.stderr 2>&1
foo :: GHC.Base.Int -> GHC.Base.Int foo x_0 | x_0 GHC.Base.== 5 = 6 foo x_1 = 7 bar :: Data.Maybe.Maybe GHC.Base.Int -> GHC.Base.Int bar x_0 | Data.Maybe.Just y_1 <- x_0 = y_1 bar _ = 9 Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
foo :: base:GHC.Base.Int -> base:GHC.Base.Int foo x_0 | x_0 base:GHC.Base.== 5 = 6 foo x_1 = 7 bar :: base:Data.Maybe.Maybe base:GHC.Base.Int -> base:GHC.Base.Int bar x_0 | base:Data.Maybe.Just y_1 <- x_0 = y_1 bar _ = 9 Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
Actual stderr output differs from expected:
*** ./th/TH_repGuard.stderr Sun Sep 3 18:30:41 2006
--- ./th/TH_repGuard.comp.stderr Mon Sep 4 02:52:37 2006
***************
*** 1,9 ****
! foo :: base:GHC.Base.Int -> base:GHC.Base.Int
! foo x_0 | x_0 base:GHC.Base.== 5 = 6
! foo x_1 = 7
! bar :: base:Data.Maybe.Maybe base:GHC.Base.Int -> base:GHC.Base.Int
! bar x_0 | base:Data.Maybe.Just y_1 <- x_0
! = y_1
! bar _ = 9
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
--- 1,9 ----
! foo :: GHC.Base.Int -> GHC.Base.Int
! foo x_0 | x_0 GHC.Base.== 5 = 6
! foo x_1 = 7
! bar :: Data.Maybe.Maybe GHC.Base.Int -> GHC.Base.Int
! bar x_0 | Data.Maybe.Just y_1 <- x_0
! = y_1
! bar _ = 9
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
*** unexpected failure for TH_repGuard(normal)
=====> TH_repPatSig(normal)
cd ./th && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c TH_repPatSig.hs -fth -package template-haskell >TH_repPatSig.comp.stderr 2>&1
Compile failed (status 256) errors were:
TH_repPatSig.hs:10:2:
Type signatures in patterns not (yet) handled by Template Haskell
x :: Int
*** unexpected failure for TH_repPatSig(normal)
=====> TH_reifyDecl1(normal)
cd ./th && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c TH_reifyDecl1.hs -fth -package template-haskell >TH_reifyDecl1.comp.stderr 2>&1
TH_reifyDecl1.hs:33:9: data TH_reifyDecl1.T = TH_reifyDecl1.A | TH_reifyDecl1.B TH_reifyDecl1.hs:33:9: data TH_reifyDecl1.R a_0 = TH_reifyDecl1.C a_0 | TH_reifyDecl1.D TH_reifyDecl1.hs:33:9: data TH_reifyDecl1.List a_0 = TH_reifyDecl1.Nil | TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0) TH_reifyDecl1.hs:33:9: data TH_reifyDecl1.Tree a_0 = TH_reifyDecl1.Leaf | (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.hs:33:9: type TH_reifyDecl1.IntList = GHC.Base.[] GHC.Base.Int TH_reifyDecl1.hs:33:9: newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Base.Int TH_reifyDecl1.hs:33:9: Constructor from TH_reifyDecl1.Tree: TH_reifyDecl1.Leaf :: forall a_0 . TH_reifyDecl1.Tree a_0 TH_reifyDecl1.hs:33:9: Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 => a_0 -> GHC.Base.Int infixl 3 TH_reifyDecl1.m Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
TH_reifyDecl1.hs:33:9: data main:TH_reifyDecl1.T = main:TH_reifyDecl1.A | main:TH_reifyDecl1.B TH_reifyDecl1.hs:33:9: data main:TH_reifyDecl1.R a_0 = main:TH_reifyDecl1.C a_0 | main:TH_reifyDecl1.D TH_reifyDecl1.hs:33:9: data main:TH_reifyDecl1.List a_0 = main:TH_reifyDecl1.Nil | main:TH_reifyDecl1.Cons a_0 (main:TH_reifyDecl1.List a_0) TH_reifyDecl1.hs:33:9: data main:TH_reifyDecl1.Tree a_0 = main:TH_reifyDecl1.Leaf | (main:TH_reifyDecl1.Tree a_0) main:TH_reifyDecl1.:+: (main:TH_reifyDecl1.Tree a_0) TH_reifyDecl1.hs:33:9: type main:TH_reifyDecl1.IntList = base:GHC.Base.[] base:GHC.Base.Int TH_reifyDecl1.hs:33:9: newtype main:TH_reifyDecl1.Length = main:TH_reifyDecl1.Length base:GHC.Base.Int TH_reifyDecl1.hs:33:9: Constructor from main:TH_reifyDecl1.Tree: main:TH_reifyDecl1.Leaf :: forall a_0 . main:TH_reifyDecl1.Tree a_0 TH_reifyDecl1.hs:33:9: Class op from main:TH_reifyDecl1.C: main:TH_reifyDecl1.m :: forall a_0 . main:TH_reifyDecl1.C a_0 => a_0 -> base:GHC.Base.Int infixl 3 main:TH_reifyDecl1.m Loading package base ... linking ... done. Loading package template-haskell ... linking ... done.
Actual stderr output differs from expected:
*** ./th/TH_reifyDecl1.stderr Sun Sep 3 18:30:41 2006
--- ./th/TH_reifyDecl1.comp.stderr Mon Sep 4 02:52:43 2006
***************
*** 1,32 ****
!
! TH_reifyDecl1.hs:33:9:
! data main:TH_reifyDecl1.T = main:TH_reifyDecl1.A
! | main:TH_reifyDecl1.B
!
! TH_reifyDecl1.hs:33:9:
! data main:TH_reifyDecl1.R a_0 = main:TH_reifyDecl1.C a_0
! | main:TH_reifyDecl1.D
!
! TH_reifyDecl1.hs:33:9:
! data main:TH_reifyDecl1.List a_0 = main:TH_reifyDecl1.Nil
! | main:TH_reifyDecl1.Cons a_0 (main:TH_reifyDecl1.List a_0)
!
! TH_reifyDecl1.hs:33:9:
! data main:TH_reifyDecl1.Tree a_0 = main:TH_reifyDecl1.Leaf
! | (main:TH_reifyDecl1.Tree a_0) main:TH_reifyDecl1.:+: (main:TH_reifyDecl1.Tree a_0)
!
! TH_reifyDecl1.hs:33:9:
! type main:TH_reifyDecl1.IntList = base:GHC.Base.[] base:GHC.Base.Int
!
! TH_reifyDecl1.hs:33:9:
! newtype main:TH_reifyDecl1.Length = main:TH_reifyDecl1.Length base:GHC.Base.Int
!
! TH_reifyDecl1.hs:33:9:
! Constructor from main:TH_reifyDecl1.Tree: main:TH_reifyDecl1.Leaf :: forall a_0 . main:TH_reifyDecl1.Tree a_0
!
! TH_reifyDecl1.hs:33:9:
! Class op from main:TH_reifyDecl1.C: main:TH_reifyDecl1.m :: forall a_0 . main:TH_reifyDecl1.C a_0 => a_0 ->
! base:GHC.Base.Int
! infixl 3 main:TH_reifyDecl1.m
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
--- 1,30 ----
!
! TH_reifyDecl1.hs:33:9:
! data TH_reifyDecl1.T = TH_reifyDecl1.A | TH_reifyDecl1.B
!
! TH_reifyDecl1.hs:33:9:
! data TH_reifyDecl1.R a_0 = TH_reifyDecl1.C a_0 | TH_reifyDecl1.D
!
! TH_reifyDecl1.hs:33:9:
! data TH_reifyDecl1.List a_0 = TH_reifyDecl1.Nil
! | TH_reifyDecl1.Cons a_0 (TH_reifyDecl1.List a_0)
!
! TH_reifyDecl1.hs:33:9:
! data TH_reifyDecl1.Tree a_0 = TH_reifyDecl1.Leaf
! | (TH_reifyDecl1.Tree a_0) TH_reifyDecl1.:+: (TH_reifyDecl1.Tree a_0)
!
! TH_reifyDecl1.hs:33:9:
! type TH_reifyDecl1.IntList = GHC.Base.[] GHC.Base.Int
!
! TH_reifyDecl1.hs:33:9:
! newtype TH_reifyDecl1.Length = TH_reifyDecl1.Length GHC.Base.Int
!
! TH_reifyDecl1.hs:33:9:
! Constructor from TH_reifyDecl1.Tree: TH_reifyDecl1.Leaf :: forall a_0 . TH_reifyDecl1.Tree a_0
!
! TH_reifyDecl1.hs:33:9:
! Class op from TH_reifyDecl1.C: TH_reifyDecl1.m :: forall a_0 . TH_reifyDecl1.C a_0 => a_0 ->
! GHC.Base.Int
! infixl 3 TH_reifyDecl1.m
! Loading package base ... linking ... done.
! Loading package template-haskell ... linking ... done.
*** unexpected failure for TH_reifyDecl1(normal)
=====> tc183(normal)
cd ./typecheck/should_compile && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tc183.hs -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1
Compile failed (status 256) errors were:
tc183.hs:11:0:
Failed to load interface for `Control.Monad.Trans':
Use -v to see a list of the files searched for.
*** unexpected failure for tc183(normal)
=====> tc183(opt)
cd ./typecheck/should_compile && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tc183.hs -O -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1
Compile failed (status 256) errors were:
tc183.hs:11:0:
Failed to load interface for `Control.Monad.Trans':
Use -v to see a list of the files searched for.
*** unexpected failure for tc183(opt)
=====> tc183(optasm)
cd ./typecheck/should_compile && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tc183.hs -O -fasm -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1
Compile failed (status 256) errors were:
tc183.hs:11:0:
Failed to load interface for `Control.Monad.Trans':
Use -v to see a list of the files searched for.
*** unexpected failure for tc183(optasm)
=====> tc183(prof)
cd ./typecheck/should_compile && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tc183.hs -O -prof -auto-all -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1
Compile failed (status 256) errors were:
tc183.hs:11:0:
Failed to load interface for `Control.Monad.Trans':
Use -v to see a list of the files searched for.
*** unexpected failure for tc183(prof)
=====> tc183(profasm)
cd ./typecheck/should_compile && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tc183.hs -O -prof -auto-all -fasm -fno-warn-incomplete-patterns >tc183.comp.stderr 2>&1
Compile failed (status 256) errors were:
tc183.hs:11:0:
Failed to load interface for `Control.Monad.Trans':
Use -v to see a list of the files searched for.
*** unexpected failure for tc183(profasm)
=====> tcfail068(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail068.hs -fglasgow-exts >tcfail068.comp.stderr 2>&1
tcfail068.hs:13:1: Inferred type is less polymorphic than expected Quantified type variable `s' escapes In the first argument of `runST', namely `(newSTArray ((1, 1), n) x)' In the expression: runST (newSTArray ((1, 1), n) x) In the definition of `itgen': itgen n x = runST (newSTArray ((1, 1), n) x) tcfail068.hs:19:13: Couldn't match expected type `s' (a rigid variable) against inferred type `s1' (a rigid variable) `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:(18,1)-(21,11) `s1' is bound by the type signature for `itiap' at tcfail068.hs:16:57 Expected type: STArray s i a1 Inferred type: IndTree s1 a2 In the first argument of `readSTArray', namely `arr' In the first argument of `(>>=)', namely `readSTArray arr i' tcfail068.hs:24:34: Couldn't match expected type `s' (a rigid variable) against inferred type `s1' (a rigid variable) `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:24:28-44 `s1' is bound by the type signature for `itrap' at tcfail068.hs:23:69 Expected type: GHC.ST.ST s a Inferred type: GHC.ST.ST s1 (IndTree s1 a1) In the first argument of `runST', namely `(itrap' i k)' In the expression: runST (itrap' i k) tcfail068.hs:36:45: Couldn't match expected type `s' (a rigid variable) against inferred type `s1' (a rigid variable) `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:36:39-62 `s1' is bound by the type signature for `itrapstate' at tcfail068.hs:35:25 Expected type: GHC.ST.ST s a Inferred type: GHC.ST.ST s1 (c, IndTree s1 b) In the first argument of `runST', namely `(itrapstate' i k s)' In the expression: runST (itrapstate' i k s)
tcfail068.hs:14:1: Couldn't match the rigid variable `s' against the rigid variable `s1' `s' is bound by the type signature for `itgen' `s1' is bound by the polymorphic type `forall s1. GHC.ST.ST s1 a' at tcfail068.hs:(13,1)-(14,23) Expected type: GHC.ST.ST s1 (IndTree s a1) Inferred type: GHC.ST.ST s1 (STArray s1 i e) In the application `newSTArray ((1, 1), n) x' In the first argument of `runST', namely `(newSTArray ((1, 1), n) x)' tcfail068.hs:19:1: Couldn't match the rigid variable `s' against the rigid variable `s1' `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:(18,1)-(21,11) `s1' is bound by the type signature for `itiap' Expected type: GHC.ST.ST s (IndTree s1 a1) Inferred type: GHC.ST.ST s1 (IndTree s1 a1) In the expression: (readSTArray arr i) >>= (\ val -> (writeSTArray arr i (f val)) >> (return arr)) In the first argument of `runST', namely `((readSTArray arr i) >>= (\ val -> (writeSTArray arr i (f val)) >> (return arr)))' tcfail068.hs:24:34: Couldn't match the rigid variable `s' against the rigid variable `s1' `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:24:28-44 `s1' is bound by the type signature for `itrap' Expected type: GHC.ST.ST s (IndTree s1 a1) Inferred type: GHC.ST.ST s1 (IndTree s1 a1) In the application `itrap' i k' In the first argument of `runST', namely `(itrap' i k)' tcfail068.hs:36:45: Couldn't match the rigid variable `s' against the rigid variable `s1' `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a' at tcfail068.hs:36:39-62 `s1' is bound by the type signature for `itrapstate' Expected type: GHC.ST.ST s (c, IndTree s1 b) Inferred type: GHC.ST.ST s1 (c, IndTree s1 b) In the application `itrapstate' i k s' In the first argument of `runST', namely `(itrapstate' i k s)'
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail068.stderr Sun Sep 3 18:30:37 2006
--- ./typecheck/should_fail/tcfail068.comp.stderr Mon Sep 4 02:59:34 2006
***************
*** 1,49 ****
!
! tcfail068.hs:14:1:
! Couldn't match the rigid variable `s'
! against the rigid variable `s1'
! `s' is bound by the type signature for `itgen'
! `s1' is bound by the polymorphic type `forall s1. GHC.ST.ST s1 a'
! at tcfail068.hs:(13,1)-(14,23)
! Expected type: GHC.ST.ST s1 (IndTree s a1)
! Inferred type: GHC.ST.ST s1 (STArray s1 i e)
! In the application `newSTArray ((1, 1), n) x'
! In the first argument of `runST', namely
! `(newSTArray ((1, 1), n) x)'
!
! tcfail068.hs:19:1:
! Couldn't match the rigid variable `s'
! against the rigid variable `s1'
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:(18,1)-(21,11)
! `s1' is bound by the type signature for `itiap'
! Expected type: GHC.ST.ST s (IndTree s1 a1)
! Inferred type: GHC.ST.ST s1 (IndTree s1 a1)
! In the expression:
! (readSTArray arr i)
! >>= (\ val -> (writeSTArray arr i (f val)) >> (return arr))
! In the first argument of `runST', namely
! `((readSTArray arr i)
! >>= (\ val -> (writeSTArray arr i (f val)) >> (return arr)))'
!
! tcfail068.hs:24:34:
! Couldn't match the rigid variable `s'
! against the rigid variable `s1'
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:24:28-44
! `s1' is bound by the type signature for `itrap'
! Expected type: GHC.ST.ST s (IndTree s1 a1)
! Inferred type: GHC.ST.ST s1 (IndTree s1 a1)
! In the application `itrap' i k'
! In the first argument of `runST', namely `(itrap' i k)'
!
! tcfail068.hs:36:45:
! Couldn't match the rigid variable `s'
! against the rigid variable `s1'
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:36:39-62
! `s1' is bound by the type signature for `itrapstate'
! Expected type: GHC.ST.ST s (c, IndTree s1 b)
! Inferred type: GHC.ST.ST s1 (c, IndTree s1 b)
! In the application `itrapstate' i k s'
! In the first argument of `runST', namely `(itrapstate' i k s)'
--- 1,45 ----
!
! tcfail068.hs:13:1:
! Inferred type is less polymorphic than expected
! Quantified type variable `s' escapes
! In the first argument of `runST', namely
! `(newSTArray ((1, 1), n) x)'
! In the expression: runST (newSTArray ((1, 1), n) x)
! In the definition of `itgen':
! itgen n x = runST (newSTArray ((1, 1), n) x)
!
! tcfail068.hs:19:13:
! Couldn't match expected type `s' (a rigid variable)
! against inferred type `s1' (a rigid variable)
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:(18,1)-(21,11)
! `s1' is bound by the type signature for `itiap'
! at tcfail068.hs:16:57
! Expected type: STArray s i a1
! Inferred type: IndTree s1 a2
! In the first argument of `readSTArray', namely `arr'
! In the first argument of `(>>=)', namely `readSTArray arr i'
!
! tcfail068.hs:24:34:
! Couldn't match expected type `s' (a rigid variable)
! against inferred type `s1' (a rigid variable)
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:24:28-44
! `s1' is bound by the type signature for `itrap'
! at tcfail068.hs:23:69
! Expected type: GHC.ST.ST s a
! Inferred type: GHC.ST.ST s1 (IndTree s1 a1)
! In the first argument of `runST', namely `(itrap' i k)'
! In the expression: runST (itrap' i k)
!
! tcfail068.hs:36:45:
! Couldn't match expected type `s' (a rigid variable)
! against inferred type `s1' (a rigid variable)
! `s' is bound by the polymorphic type `forall s. GHC.ST.ST s a'
! at tcfail068.hs:36:39-62
! `s1' is bound by the type signature for `itrapstate'
! at tcfail068.hs:35:25
! Expected type: GHC.ST.ST s a
! Inferred type: GHC.ST.ST s1 (c, IndTree s1 b)
! In the first argument of `runST', namely `(itrapstate' i k s)'
! In the expression: runST (itrapstate' i k s)
*** unexpected failure for tcfail068(normal)
=====> tcfail071(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail071.hs >tcfail071.comp.stderr 2>&1
tcfail071.hs:9:0: Contexts differ in length When matching the contexts of the signatures for f :: forall d. (Ord d) => d -> d g :: forall e. e -> e The signature contexts in a mutually recursive group should all be identical When generalising the type(s) for f, g tcfail071.hs:10:19: Couldn't match expected type `a -> b -> b' against inferred type `e' In the first argument of `foldr', namely `(f c)' In the expression: foldr (f c) [] [] In the definition of `p': p = foldr (f c) [] []
tcfail071.hs:8:0: Contexts differ in length When matching the contexts of the signatures for f :: forall d. (Ord d) => d -> d g :: forall e. e -> e The signature contexts in a mutually recursive group should all be identical When generalising the type(s) for f, g tcfail071.hs:10:21: Couldn't match the rigid variable `e' against `a -> b -> b' `e' is bound by the type signature for `g' Expected type: a -> b -> b Inferred type: e In the first argument of `f', namely `c' In the first argument of `foldr', namely `(f c)'
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail071.stderr Sun Sep 3 18:30:37 2006
--- ./typecheck/should_fail/tcfail071.comp.stderr Mon Sep 4 02:59:35 2006
***************
*** 1,16 ****
!
! tcfail071.hs:8:0:
! Contexts differ in length
! When matching the contexts of the signatures for
! f :: forall d. (Ord d) => d -> d
! g :: forall e. e -> e
! The signature contexts in a mutually recursive group should all be identical
! When generalising the type(s) for f, g
!
! tcfail071.hs:10:21:
! Couldn't match the rigid variable `e' against `a -> b -> b'
! `e' is bound by the type signature for `g'
! Expected type: a -> b -> b
! Inferred type: e
! In the first argument of `f', namely `c'
! In the first argument of `foldr', namely `(f c)'
--- 1,15 ----
!
! tcfail071.hs:9:0:
! Contexts differ in length
! When matching the contexts of the signatures for
! f :: forall d. (Ord d) => d -> d
! g :: forall e. e -> e
! The signature contexts in a mutually recursive group should all be identical
! When generalising the type(s) for f, g
!
! tcfail071.hs:10:19:
! Couldn't match expected type `a -> b -> b'
! against inferred type `e'
! In the first argument of `foldr', namely `(f c)'
! In the expression: foldr (f c) [] []
! In the definition of `p': p = foldr (f c) [] []
*** unexpected failure for tcfail071(normal)
=====> tcfail090(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail090.hs >tcfail090.comp.stderr 2>&1
tcfail090.hs:8:8: Couldn't match kind `*' against `!' When matching the kinds of `a :: *' and `ByteArray# :: !' Expected type: ByteArray# Inferred type: a In the expression: undefined
tcfail090.hs:8:8: Couldn't match kind `*' against `#' When matching the kinds of `a :: *' and `ByteArray# :: #' Expected type: ByteArray# Inferred type: a In the expression: undefined
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail090.stderr Sun Sep 3 18:30:40 2006
--- ./typecheck/should_fail/tcfail090.comp.stderr Mon Sep 4 02:59:37 2006
***************
*** 1,7 ****
!
! tcfail090.hs:8:8:
! Couldn't match kind `*' against `#'
! When matching the kinds of `a :: *' and `ByteArray# :: #'
! Expected type: ByteArray#
! Inferred type: a
! In the expression: undefined
--- 1,7 ----
!
! tcfail090.hs:8:8:
! Couldn't match kind `*' against `!'
! When matching the kinds of `a :: *' and `ByteArray# :: !'
! Expected type: ByteArray#
! Inferred type: a
! In the expression: undefined
*** unexpected failure for tcfail090(normal)
=====> tcfail099(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail099.hs >tcfail099.comp.stderr 2>&1
tcfail099.hs:9:0: Inferred type is less polymorphic than expected Quantified type variable `a' escapes When checking an existential match that binds f :: a -> Int The pattern(s) have type(s): a The body has type: DS In the definition of `call': call (C f) arg = f arg
tcfail099.hs:9:0: Inferred type is less polymorphic than expected Quantified type variable `a' escapes When checking an existential match that binds f :: a -> Int The pattern(s) have type(s): DS a The body has type: Int In the definition of `call': call (C f) arg = f arg
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail099.stderr Sun Sep 3 18:30:37 2006
--- ./typecheck/should_fail/tcfail099.comp.stderr Mon Sep 4 02:59:39 2006
***************
*** 1,10 ****
!
! tcfail099.hs:9:0:
! Inferred type is less polymorphic than expected
! Quantified type variable `a' escapes
! When checking an existential match that binds
! f :: a -> Int
! The pattern(s) have type(s): DS
! a
! The body has type: Int
! In the definition of `call': call (C f) arg = f arg
--- 1,9 ----
!
! tcfail099.hs:9:0:
! Inferred type is less polymorphic than expected
! Quantified type variable `a' escapes
! When checking an existential match that binds
! f :: a -> Int
! The pattern(s) have type(s): a
! The body has type: DS
! In the definition of `call': call (C f) arg = f arg
*** unexpected failure for tcfail099(normal)
=====> tcfail103(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail103.hs >tcfail103.comp.stderr 2>&1
*** unexpected failure for tcfail103(normal)
=====> tcfail115(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail115.hs >tcfail115.comp.stderr 2>&1
tcfail115.hs:24:23: Couldn't match kind `??' against `(#)' When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)' Expected type: (# Int, Int #) Inferred type: t In the expression: r
tcfail115.hs:18:24: Couldn't match kind `??' against `(#)' When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)' Expected type: t Inferred type: (# Int, Int #) In a case alternative: r -> r tcfail115.hs:21:25: Couldn't match kind `??' against `(#)' When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)' Expected type: t Inferred type: (# Int, Int #) When checking the pattern: _ tcfail115.hs:24:23: Couldn't match kind `(#)' against `??' When matching the kinds of `(# Int, Int #) :: (#)' and `t :: ??' Expected type: (# Int, Int #) Inferred type: t In the expression: r :: (# Int, Int #)
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail115.stderr Sun Sep 3 18:30:37 2006
--- ./typecheck/should_fail/tcfail115.comp.stderr Mon Sep 4 02:59:41 2006
***************
*** 1,21 ****
!
! tcfail115.hs:18:24:
! Couldn't match kind `??' against `(#)'
! When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)'
! Expected type: t
! Inferred type: (# Int, Int #)
! In a case alternative: r -> r
!
! tcfail115.hs:21:25:
! Couldn't match kind `??' against `(#)'
! When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)'
! Expected type: t
! Inferred type: (# Int, Int #)
! When checking the pattern: _
!
! tcfail115.hs:24:23:
! Couldn't match kind `(#)' against `??'
! When matching the kinds of `(# Int, Int #) :: (#)' and `t :: ??'
! Expected type: (# Int, Int #)
! Inferred type: t
! In the expression: r :: (# Int, Int #)
--- 1,7 ----
!
! tcfail115.hs:24:23:
! Couldn't match kind `??' against `(#)'
! When matching the kinds of `t :: ??' and `(# Int, Int #) :: (#)'
! Expected type: (# Int, Int #)
! Inferred type: t
! In the expression: r
*** unexpected failure for tcfail115(normal)
=====> tcfail126(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail126.hs >tcfail126.comp.stderr 2>&1
tcfail126.hs:11:0: Failed to load interface for `Control.Monad.Trans': Use -v to see a list of the files searched for.
tcfail126.hs:20:14: Couldn't match expected type `forall (m :: * -> *). (Monad m) => Bar m' against inferred type `Bar m' In the pattern: Bar run op In the pattern: Foo (Bar run op) In the definition of `runProg': runProg (Foo (Bar run op)) = run (prog op)
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail126.stderr Sun Sep 3 18:30:40 2006
--- ./typecheck/should_fail/tcfail126.comp.stderr Mon Sep 4 02:59:42 2006
***************
*** 1,10 ****
!
! tcfail126.hs:20:14:
! Couldn't match expected type `forall (m :: * -> *).
! (Monad m) =>
! Bar m'
! against inferred type `Bar m'
! In the pattern: Bar run op
! In the pattern: Foo (Bar run op)
! In the definition of `runProg':
! runProg (Foo (Bar run op)) = run (prog op)
--- 1,4 ----
!
! tcfail126.hs:11:0:
! Failed to load interface for `Control.Monad.Trans':
! Use -v to see a list of the files searched for.
*** unexpected failure for tcfail126(normal)
=====> tcfail140(normal)
cd ./typecheck/should_fail && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -c tcfail140.hs >tcfail140.comp.stderr 2>&1
tcfail140.hs:10:6: Couldn't match expected type `t1 -> t' against inferred type `Int' In the expression: f 3 9 In the definition of `bar': bar = f 3 9 tcfail140.hs:12:9: Couldn't match expected type `t1 -> t' against inferred type `Int' In the expression: 3 `f` 4 In the definition of `rot': rot xs = 3 `f` 4 tcfail140.hs:14:13: Couldn't match expected type `a -> b' against inferred type `Int' In the first argument of `map', namely `(3 `f`)' In the expression: map ((3 `f`)) xs In the definition of `bot': bot xs = map ((3 `f`)) xs tcfail140.hs:16:6: The lambda expression `\ Just x -> ...' has two arguments, but its type `Maybe a -> a' has only one In the expression: (\ Just x -> x) In the expression: ((\ Just x -> x) :: Maybe a -> a) (Just 1) In the definition of `t': t = ((\ Just x -> x) :: Maybe a -> a) (Just 1) tcfail140.hs:19:0: The equation(s) for `g' have two arguments, but its type `Int -> Int' has only one
tcfail140.hs:10:6: The function `f' is applied to two arguments, but its type `Int -> Int' has only one In the definition of `bar': bar = f 3 9 tcfail140.hs:12:9: The infix expression `3 `f` 4' requires `f' to take two arguments, but its type `Int -> Int' has only one In the definition of `rot': rot xs = 3 `f` 4 tcfail140.hs:14:13: The operator section `(3 `f`)' requires `f' to take two arguments, but its type `Int -> Int' has only one In the first argument of `map', namely `(3 `f`)' In the definition of `bot': bot xs = map ((3 `f`)) xs tcfail140.hs:16:6: The lambda expression `\ Just x -> ...' has two argumentss, but its type `Maybe a -> a' has only one In the expression: (\ Just x -> x) :: Maybe a -> a In the definition of `t': t = ((\ Just x -> x) :: Maybe a -> a) (Just 1) tcfail140.hs:19:0: The equation(s) for `g' have two arguments, but its type `Int -> Int' has only one
Actual stderr output differs from expected:
*** ./typecheck/should_fail/tcfail140.stderr Sun Sep 3 18:30:38 2006
--- ./typecheck/should_fail/tcfail140.comp.stderr Mon Sep 4 02:59:45 2006
***************
*** 1,26 ****
!
! tcfail140.hs:10:6:
! The function `f' is applied to two arguments,
! but its type `Int -> Int' has only one
! In the definition of `bar': bar = f 3 9
!
! tcfail140.hs:12:9:
! The infix expression `3 `f` 4' requires `f' to take two arguments,
! but its type `Int -> Int' has only one
! In the definition of `rot': rot xs = 3 `f` 4
!
! tcfail140.hs:14:13:
! The operator section `(3 `f`)' requires `f' to take two arguments,
! but its type `Int -> Int' has only one
! In the first argument of `map', namely `(3 `f`)'
! In the definition of `bot': bot xs = map ((3 `f`)) xs
!
! tcfail140.hs:16:6:
! The lambda expression `\ Just x -> ...' has two argumentss,
! but its type `Maybe a -> a' has only one
! In the expression: (\ Just x -> x) :: Maybe a -> a
! In the definition of `t': t = ((\ Just x -> x) :: Maybe a -> a) (Just 1)
!
! tcfail140.hs:19:0:
! The equation(s) for `g' have two arguments,
! but its type `Int -> Int' has only one
--- 1,28 ----
!
! tcfail140.hs:10:6:
! Couldn't match expected type `t1 -> t' against inferred type `Int'
! In the expression: f 3 9
! In the definition of `bar': bar = f 3 9
!
! tcfail140.hs:12:9:
! Couldn't match expected type `t1 -> t' against inferred type `Int'
! In the expression: 3 `f` 4
! In the definition of `rot': rot xs = 3 `f` 4
!
! tcfail140.hs:14:13:
! Couldn't match expected type `a -> b' against inferred type `Int'
! In the first argument of `map', namely `(3 `f`)'
! In the expression: map ((3 `f`)) xs
! In the definition of `bot': bot xs = map ((3 `f`)) xs
!
! tcfail140.hs:16:6:
! The lambda expression `\ Just x -> ...' has two arguments,
! but its type `Maybe a -> a' has only one
! In the expression: (\ Just x -> x)
! In the expression: ((\ Just x -> x) :: Maybe a -> a) (Just 1)
! In the definition of `t':
! t = ((\ Just x -> x) :: Maybe a -> a) (Just 1)
!
! tcfail140.hs:19:0:
! The equation(s) for `g' have two arguments,
! but its type `Int -> Int' has only one
*** unexpected failure for tcfail140(normal)
=====> tcrun021(normal)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(normal)
=====> tcrun021(opt)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -O >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(opt)
=====> tcrun021(optasm)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -O -fasm >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(optasm)
=====> tcrun021(prof)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -O -prof -auto-all >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(prof)
=====> tcrun021(profasm)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -O -prof -auto-all -fasm >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(profasm)
=====> tcrun021(ghci)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 tcrun021.hs --interactive -v0 <tcrun021.genscript 1>tcrun021.interp.stdout 2>tcrun021.interp.stderr
Actual stdout output differs from expected:
*** ./typecheck/should_run/tcrun021.stdout Sun Sep 3 18:30:38 2006
--- ./typecheck/should_run/tcrun021.run.stdout Mon Sep 4 03:03:29 2006
***************
*** 1 ****
- [(Left [],File []),(Left ["home"],File ["home"])]
--- 0 ----
*** unexpected failure for tcrun021(ghci)
=====> tcrun021(threaded1)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -threaded -debug >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(threaded1)
=====> tcrun021(threaded2)
cd ./typecheck/should_run && 'C:/cygwin/home/ian/slave/testslavename/build/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -o tcrun021 tcrun021.hs -O -threaded >tcrun021.comp.stderr 2>&1
Compile failed (status 256) errors were:
tcrun021.hs:10:0:
Failed to load interface for `Data.FiniteMap':
Use -v to see a list of the files searched for.
*** unexpected failure for tcrun021(threaded2)