#9389: Full Test Suite Failures -------------------------------------+------------------------------------- Reporter: jrp | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.8.3 Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: Other | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: #9286,#8756,#7876,#7877 | Differential Revisions: -------------------------------------+------------------------------------- Comment (by jrp): And here are some more detailed diagnostics from the {{{perf}}} BuildFlavour {{{ =====> sigcabal01(normal) 95 of 4394 [0, 0, 0] cd ./cabal/sigcabal01 && $MAKE -s --no-print-directory sigcabal01 CLEANUP=1 </dev/null >sigcabal01.run.stdout 2>sigcabal01.run.stderr Actual stderr output differs from expected: --- ./cabal/sigcabal01/sigcabal01.stderr 2014-12-03 23:14:05.000000000 +0000 +++ ./cabal/sigcabal01/sigcabal01.run.stderr 2015-01-14 20:45:55.000000000 +0000 @@ -1,2 +1,4 @@ Setup: Missing signature implementations for these modules: Map +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: dist/build/libHSp_LUw0YzhH9mm7VMqZOQq5o8.a-51161/libHSp_LUw0YzhH9mm7VMqZOQq5o8.a(Map.o) has no symbols +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: dist/build/libHSp_HXXcYbYUHJg90CX6clNHdD.a-51218/libHSp_HXXcYbYUHJg90CX6clNHdD.a(Map.o) has no symbols Main: Prelude.undefined *** unexpected failure for sigcabal01(normal) }}} (retc001 and print021 pass today) {{{ =====> topHandler01(ghci) 4165 of 4394 [0, 0, 0] cd ../../libraries/base/tests && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history topHandler01.hs --interactive -v0 -ignore-dot-ghci +RTS -I0.1 -RTS <topHandler01.genscript 1>topHandler01.interp.stdout 2>topHandler01.interp.stderr Actual stderr output differs from expected: --- /dev/null 2015-01-14 20:55:02.000000000 +0000 +++ ../../libraries/base/tests/topHandler01.run.stderr 2015-01-14 20:55:07.000000000 +0000 @@ -0,0 +1 @@ +Interrupted. *** unexpected failure for topHandler01(ghci) =====> topHandler01(threaded1) 4165 of 4394 [0, 1, 0] cd ../../libraries/base/tests && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -o topHandler01 topHandler01.hs -threaded -debug >topHandler01.comp.stderr 2>&1 cd ../../libraries/base/tests && ./topHandler01 </dev/null
topHandler01.run.stdout 2>topHandler01.run.stderr Wrong exit code (expected 0 , actual 130 ) Stdout: Success: caught UserInterrupt
Stderr: *** unexpected failure for topHandler01(threaded1) =====> topHandler01(threaded2) 4165 of 4394 [0, 2, 0] cd ../../libraries/base/tests && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -o topHandler01 topHandler01.hs -O -threaded -eventlog >topHandler01.comp.stderr 2>&1 cd ../../libraries/base/tests && ./topHandler01 +RTS -N2 -ls -RTS </dev/null >topHandler01.run.stdout 2>topHandler01.run.stderr Wrong exit code (expected 0 , actual 130 ) Stdout: Success: caught UserInterrupt Stderr: *** unexpected failure for topHandler01(threaded2) }}} {{{ =====> T7126(normal) 4061 of 4394 [0, 0, 0] cd ./typecheck/should_run && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -o T7126 T7126.hs
T7126.comp.stderr 2>&1 Compile failed (status 256) errors were: [1 of 1] Compiling Main ( T7126.hs, T7126.o )
T7126.hs:27:10: Could not deduce (Class1 a) arising from the superclasses of an instance declaration from the context: Class3 a bound by the instance declaration at T7126.hs:27:10-29 Possible fix: add (Class1 a) to the context of the instance declaration In the instance declaration for ‘Class2 a’ *** unexpected failure for T7126(normal) }}} {{{ =====> T5751(normal) 4063 of 4394 [0, 0, 0] cd ./typecheck/should_run && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -o T5751 T5751.hs
T5751.comp.stderr 2>&1 Compile failed (status 256) errors were:
T5751.hs:1:79: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [1 of 1] Compiling Main ( T5751.hs, T5751.o ) T5751.hs:28:10: Could not deduce (XMLGenerator m) arising from the superclasses of an instance declaration from the context: MonadRender m bound by the instance declaration at T5751.hs:28:10-35 Possible fix: add (XMLGenerator m) to the context of the instance declaration In the instance declaration for ‘Widgets m’ *** unexpected failure for T5751(normal) }}} {{{ =====> T3500a(normal) 4052 of 4394 [0, 0, 0] cd ./typecheck/should_run && '/Volumes/LaCie/Users/jrp/Projects/haskell/ghc/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -o T3500a T3500a.hs
T3500a.comp.stderr 2>&1 Compile failed (status 256) errors were: [1 of 1] Compiling Main ( T3500a.hs, T3500a.o )
T3500a.hs:11:10: Constraint is no smaller than the instance head in the constraint: C (F a) (Use UndecidableInstances to permit this) In the instance declaration for ‘C (a, b)’ *** unexpected failure for T3500a(normal) }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9389#comment:20> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler