-
Notifications
You must be signed in to change notification settings - Fork 701
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
Strange Travis failures #5120
Comments
2.0 does something weird? The quick'n'dirty solution is to not parellise builds, but that would hurt in time. |
oh, we had bad commits there otherwise too:
EDIT: not really proposing, but maybe we should squash more often. |
A second run, which basically ran:
yielded
log is
|
Something's fishy with that commit:
|
912f223 is
I don't yet see why that change would start producing multiple entries... |
So, with the constraint, we pick |
Found it!
I don't know why, but that line causes cabal
to start adding |
this rabbithole seems relevant? (and tangentially: #130) Note the release of a new |
The really confusing part is, why the solver starts to think it needs to build The bootstrapping cabal on travis however does seem to exhibit this bug. |
FWIW, My run of
|
|
Then you removed it, but seems that test-suite is still b0rked. |
FWIW, I see in
though |
Does reverting that commit help? |
yet |
|
So: This is failure in |
except we cannot do either: pretty-show
happyEDIT we have to use
|
which make complete sense! |
We could try to convince Iavor to make a |
Note:
|
/cc @yav |
What we can do is: in the travis build scripts:
while that is hacky:
|
If this is fixed in |
@23Skidoo do try out? |
See #5126. |
This seems to be resolved. |
Travis seems to fail with:
lately a lot.
So I've basically run
git bisect
withgit clean -xfd && cabal new-build cabal-install
on the tree.That ended up with:
log is
hope that's of any use...
The text was updated successfully, but these errors were encountered: