You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a new error on CI, which seems related to gradle acquiring locks on the cache shared across containers. I have not seen this before and it does not seem as disruptive as some of the other flakes we have seen.
Capturing for completeness.
W0910 18:16:46.368] * What went wrong:
W0910 18:16:46.368] Could not resolve all dependencies for configuration ':buildSrc:runtimeClasspath'.
W0910 18:16:46.369] > Timeout waiting to lock artifact cache (/gradle/caches/modules-2). It is currently in use by another Gradle instance.
W0910 18:16:46.372] Owner PID: 524
W0910 18:16:46.372] Our PID: 677
W0910 18:16:46.372] Owner Operation:
W0910 18:16:46.372] Our operation:
W0910 18:16:46.372] Lock file: /gradle/caches/modules-2/modules-2.lock
The text was updated successfully, but these errors were encountered:
I encountered a new error on CI, which seems related to gradle acquiring locks on the cache shared across containers. I have not seen this before and it does not seem as disruptive as some of the other flakes we have seen.
Capturing for completeness.
The text was updated successfully, but these errors were encountered: