-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Checksum failure on Github CI while fetching dependencies #1910
Comments
Here are some probably related coursier issues: |
Latest event:
https://github.com/com-lihaoyi/mill/runs/7177350316?check_suite_focus=true |
I have just come across a similar problem. I'd see stuff like:
It was resolved when I removed the |
@ajrnz Those concurrency issues are already fixed (via workarounds) in Mill 0.10.4+ This issue is only about those checksum issues, which don't seem to be caused by parallel builds, as they occur on GitHub CI even in builds with |
Sometimes, Mill can't fetch some dependencies. I'm not able to reproduce locally, but it can be seen occasionally on Github CI, e.g. in this run: https://github.com/com-lihaoyi/mill/runs/6181553905?check_suite_focus=true
The error message looks like this:
An retry typically fixes the issue.
Although the issue can be seen now and then on Github CI, the dependency on which it actually fails is pretty random.
Expand for a more complete log...
This is probably an issue in courier, but there is no further analysis yet.
Linking @ollyw here, as we talked about that issue in
The text was updated successfully, but these errors were encountered: