Skip to content
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

pom.sha1 file sometimes contains sha1 hash twice in a row #2828

Open
sheldonneuberger-sc opened this issue Aug 30, 2023 · 1 comment
Open

Comments

@sheldonneuberger-sc
Copy link

We sometimes see a pom.sha1 file contain an invalid hash that is just duplicated twice, i.e. 80 bytes total (the same 40 bytes repeated twice). It happens rarely, we're not sure of the root cause, and then once it does happen that particular builder will continue to fail due to the presence of the invalid pom.sha1.

Using courseir 2.1.4.

checksum format error: /home/me/.cache/coursier/gcs/mybucket/releases/com/foo/bar/1.0.603740/bar-1.0.603740.pom.sha1
@lefou
Copy link
Collaborator

lefou commented Aug 31, 2023

To my understanding, coursier can still produce concurrency situations when writing files. (In Mill, where we use coursier internally, we work around by re-trying) Although I never saw what you describe, it could be another symptom of the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants