-
Notifications
You must be signed in to change notification settings - Fork 459
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
Spotless Gradle plugin 7.0.0: Eclipse / p2 download race condition #2331
Comments
This might be resolved in |
It's not resolved, we are on Gradle 8.12 upgraded to version 7.0.0 and started having this problem intermittently, so it seems that there is some race condition involved in reproducing the bug. We have upgraded to 7.0.1 and continue to face the issue quite frequently (causing failed builds). We use a private mirror of the Eclipse P2 repo (that we had to set up as we were impacted by some removals of old versions by them), if that helps at all in reproducing it. The full stack trace is:
|
I have filed a bug for the root cause of this issue here equodev/equo-ide#181 In the meantime, if you have caching on the |
Sorry for not stating this more clearly, these builds run on single-use Jenkins node, so each Gradle build invocation is done "for the first time" on that machine, no caching is present. We've downgraded for now, but we'll keep our eyes open for a fix on the race condition issue. Thanks for your help! |
I'm testing updating the elasticsearch build to use the Spotless Gradle plugin 7.0.0-BETA4.
In our CI we see multiple
spotlessJava
tasks in our build failing due to this error message:The further stacktrace
It runs on Ubuntu 20.04.6
My changes are public available https://github.com/breskeby/elasticsearch/tree/update-spotless-gradle-plugin-700beta4
We don't run this in configuration cache mode.
The text was updated successfully, but these errors were encountered: