Friends On https://gitlab.haskell.org/ghc/ghc/-/merge_requests/16447 I'm getting a mysterious failure in the testsuite. The error, below, is not very informative. Can anyone help, please? Thanks Simon Build failed. hadrian/build-cabal --flavour=release -j4 --broken-test= --bignum=gmp test --summary-junit=./junit.xml --test-have-intree-files --test-compiler=/builds/ghc/ghc/_build/install/bin/ghc runtest.opts+= --force-colors runtest.opts+=--unexpected-output-dir=/builds/ghc/ghc/unexpected-test-output failed error: hadrian main testsuite test took 5339 seconds
Simon, I believe you will need to rebase over https://gitlab.haskell.org/ghc/ghc/-/commit/604eb43c2fec19ba605176744a6854be... to fix a bug I mistakenly introduced that caused Hadrian test output to be suppressed. Best, Sam
I'll try that, thanks On Tue, 8 Sept 2026 at 17:44, Sam Derbyshire <sam.derbyshire@gmail.com> wrote:
Simon,
I believe you will need to rebase over https://gitlab.haskell.org/ghc/ghc/-/commit/604eb43c2fec19ba605176744a6854be... to fix a bug I mistakenly introduced that caused Hadrian test output to be suppressed.
Best,
Sam
Hi Simon, I think you encountered https://gitlab.haskell.org/ghc/ghc/-/work_items/27780. It's already fixed in master, so if you rebase, you should get proper test output again. Cheers, Simon Am Di., 8. Sept. 2026 um 18:39 Uhr schrieb Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org>:
Friends
On https://gitlab.haskell.org/ghc/ghc/-/merge_requests/16447 I'm getting a mysterious failure in the testsuite. The error, below, is not very informative.
Can anyone help, please?
Thanks
Simon Build failed. hadrian/build-cabal --flavour=release -j4 --broken-test= --bignum=gmp test --summary-junit=./junit.xml --test-have-intree-files --test-compiler=/builds/ghc/ghc/_build/install/bin/ghc runtest.opts+= --force-colors runtest.opts+=--unexpected-output-dir=/builds/ghc/ghc/unexpected-test-output failed error: hadrian main testsuite test took 5339 seconds _______________________________________________ ghc-devs mailing list -- ghc-devs@haskell.org To unsubscribe send an email to ghc-devs-leave@haskell.org
participants (3)
-
Sam Derbyshire -
Simon Jakobi -
Simon Peyton Jones