You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /Users/runner/work/cabal/cabal/dist-newstyle-validate-ghc-9.0.2/build/x86_64-osx/ghc-9.0.2/cabal-install-3.7.0.0/x/cabal/build/cabal/cabal v2-run exe
Up to date
terminated
stderr:
*** Exception: expected: exiting
CallStack (from HasCallStack):
assertOutputContains, called at PackageTests/NewBuild/CmdRun/Terminate/cabal.test.hs:34:3 in main:Main
*** unexpected failure for PackageTests/NewBuild/CmdRun/Terminate/cabal.test.hs
The text was updated successfully, but these errors were encountered:
The "up and running" file was written before the signal handler
was installed, so it was possible for the test to kill the
subprocess before, leading to a missed "exiting" line in the
output.
I hope this fixes the sporadic failures we're seeing (haskell#8080).
I've checked the last couple CI runs, looks like this isn't failing anymore (though a bit hard to tell for sure with other failures). Closing, but do feel free to reopen if it starts failing again!
Describe the bug
I see two recent master CI failures with
PackageTests/NewBuild/CmdRun/Terminate/cabal.test.hs
:That test was added in #7921.
The text was updated successfully, but these errors were encountered: