earthly / lib

Mozilla Public License 2.0
7 stars 11 forks source link

[lib/rust] Blocking waiting for file lock on package cache #55

Closed nrdxp closed 5 months ago

nrdxp commented 5 months ago

Subsequent builds after the first run on my self-hosted satellite seem to consistently and infinitely block here:

Blocking waiting for file lock on package cache

I'm not sure if some lock file was left over after the previous build failure maybe? Since all the builds share a cargo home, perhaps we need to monitor that? I dunno enough about how cargo package locks work to say for sure though.

nrdxp commented 5 months ago

sorry, it was an unrelated issue to this library after all