-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to reserve cache, another job may be creating this cache #45
Comments
I'm not sure if we can do anything about this. |
xhyrom
changed the title
Unable to reserve cache with key bun-1.0.20-linux-x64-true-false, another job may be creating this cache
Unable to reserve cache, another job may be creating this cache
Jan 11, 2024
@xhyrom Does this comment help you with further investigation → shivammathur/cache-extensions#22 (comment) ? That one also mentions this one from actions/cache: actions/cache#485 (comment) |
ManasJayanth
added a commit
to ManasJayanth/fullstack-reason-react-demo2
that referenced
this issue
May 11, 2024
We kept getting, ``` Error: Unable to reserve cache with key build-darwin-arm64-ed94a82639847ed06afe84af9fb368d5dae34dfd4556ef0c864fc11b0b9f3b58, another job may be creating this cache. ``` As suggested here: oven-sh/setup-bun#45 (comment) ``` @xhyrom Does this comment help you with further investigation → shivammathur/cache-extensions#22 (comment) ? That one also mentions this one from actions/cache: actions/cache#485 (comment) ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this warning (and I suspect it's also causing intermittent errors) when running 4 parallell Github Actions that all are running a bun install initially:
The entire job can be seen here (attempt 1 failed on a thing related to mongodb-memory-server which requires a postinstall action to succeed):
https://github.com/kingstinct/zemble/actions/runs/7323721703
The text was updated successfully, but these errors were encountered: