-
Notifications
You must be signed in to change notification settings - Fork 72
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
Timeout waiting to lock Java compile cache #184
Comments
I've never seen that before. Does it still happen without the |
Thx for your interest. Still happen without -u.
Le sam. 1 mai 2021 à 22:03, Keegan Witt ***@***.***> a écrit :
… I've never seen that before. Does it still happen without the -u gradle?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#184 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2PTBRHJ463J266NU26V2TTLRNCNANCNFSM434OCEPA>
.
|
The issue was being discussed in gradle/gradle#11861, but I didn't see any comments that appeared useful (so far). |
The previous issue about the same topic was unfortunately closed due to inactivity. We experience these errors almost daily on our CI environment (no Dockers) |
You're saying this is happening even while running Gradle outside of Docker? Either way, I don't think there's anything I can change in the Docker image to fix this (unless there's some workaround I haven't seen yet). |
I'm under Windows and build a big composite build.
It works outside of docker, but failed when I run with the following command :
(
--no-daemon
is not the problem)The
find ~/.gradle -type f -name "*.lock"
gives me a lot of locks but I start my build from a new cloned project (no.gradle
folder).Any idea ?
The text was updated successfully, but these errors were encountered: