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'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:
Failed to save: Unable to reserve cache with key bun-1.0.20-linux-x64-true-false, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/main, Key: bun-1.0.20-linux-x64-true-false, Version: 4793076103aa823b0a4c97942d7385d4346f77a3c30a0bad6e0f1d748becbab5
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
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)
```
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: