Hello, I've attempted to update my builder client to the today's source code and compiled it by GHC 7.0.1 (I've hacked cabal files' versions in order to do so). When running against GHC builder server with --do-build option I've got following failure: Running "testing" builder-client-v2: fd:11: hGetLine: invalid argument (Illegal byte sequence) [2010-12-17 12:14:05] [kgardas-opensolaris-x86-head] Sending: "UPLOAD 79 1" builder-client-v2: SSLIOError I guess due to it, my testing fails with: =====> print021(ghci) 286 of 2675 [0, 1, 0] cd ./ghci.debugger/scripts && HC='/buildbot/ghc-head-builder/builder/tempbuild/build/bindisttest/install dir/bin/ghc' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts ' '/buildbot/ghc-head-builder/builder/tempbuild/build/bindisttest/install dir/bin/ghc' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -ignore-dot-ghci <print021.script >print021.run.stdout 2>print021.run.stderr Actual stdout output differs from expected: --- ./ghci.debugger/scripts/print021.stdout.normalised Fri Dec 17 14:14:05 2010 +++ ./ghci.debugger/scripts/print021.run.stdout.normalised Fri Dec 17 14:14:05 2010 @@ -1,2 +1,2 @@ test = (_t1::[T]) Traceback (most recent call last): File "../../driver/runtests.py", line 238, in ? oneTest() File "/buildbot/ghc-head-builder/builder/tempbuild/build/testsuite/driver/testlib.py", line 479, in <lambda> allTests += [lambda : runTest(myTestOpts, name, setup, func, args)] File "/buildbot/ghc-head-builder/builder/tempbuild/build/testsuite/driver/testlib.py", line 469, in runTest test_common_work (name, opts, func, args) File "/buildbot/ghc-head-builder/builder/tempbuild/build/testsuite/driver/testlib.py", line 545, in test_common_work do_test (name, way, func, args) File "/buildbot/ghc-head-builder/builder/tempbuild/build/testsuite/driver/testlib.py", line 666, in do_test framework_fail(name, way, 'do_test exception') File "/buildbot/ghc-head-builder/builder/tempbuild/build/testsuite/driver/testlib.py", line 679, in framework_fail print '*** framework failure for', full_name, reason, ':' IOError: [Errno 32] Broken pipe gmake[2]: *** [test] Error 1 gmake[1]: *** [fast] Broken Pipe gmake: *** [test] Broken Pipe Or is it vice versa? See http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/79... is this a known issue or shall I do something about it? Thanks, Karel
participants (1)
-
Karel Gardas