-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cabal-1.24 testsuite timing-out in lts7 #2133
Comments
But stackage-curator doesn't even like Cabal-1.24.1.0 any more: base-4.9.0.0 is out of bounds for:
So I am reluctantly letting the testsuite fail for now. |
@hvr blacklisted the 1.24.1.0 release by adding a |
Thanks, but 1.24.2.0 is the one whose testsuite was timing-out... |
I'm btw quite surprised that the LTS snapshot uses a different |
@hvr, but |
@phadej I see, I wasn't aware the Stackage policy changed. PS: What are the current guarantees/invariants that hold between two consecutive snapshots, i.e. LTS m.x and LTS m.(x+1) ? |
There was only one new test case added in 1.24.2.0 ( |
As with nightly we stick with boot versions if it's required in order to depend on that library + ghc. Usually, a LTS major sticks with the same major version of all libraries throughout its lifetime. We have made exceptions for executables and for serious bugs where fixes require breaking changes. |
Thanks @23Skidoo: I heard later from @snoyberg that this Cabal testsuite timeout happened before in Stackage LTS builds - it seems to be intermittent and random so hard to reproduce (but was happening several times in a row for me the other day). If you haven't had any other reports then perhaps it might be triggered somehow by the Stackage Buildsystem? |
@juhp CI (Travis) works fine for us on Linux, though we've been having some problems with timeouts on macOS lately. |
We can re-open this if it pops up again. |
I don't think this happened in Nightly but the Cabal-1.24.2.0 testsuite is timing out randomly in the LTS 7.13 build.
For now (for lts-7.13) I kept Cabal at 1.24.1.0 and cabal-install at 1.24.0.1, though it would be good to move to Cabal-1.24.2.0 since 1.24.1.0 contained an API change.
The text was updated successfully, but these errors were encountered: