-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error: getCacheEntry failed: Cache service responded with 500 in new workflow #378
Comments
seems to be related to actions/cache#698 |
I am also seeing similar behaviour in my workflows... https://github.com/gregnrobinson/kube-secrets/runs/4498019768?check_suite_focus=true |
Had a similar issue yesterday with the But it is not related. |
workaround is to simply disable cache parameters by commenting them. Will download more dependencies but no more errors) |
upstream issue discussion hints that this may be fixed now still setup-node may want to think about how to handle caching related errors. |
Can confirm that it's fixed now. |
Hello everyone. Thank you for your report. I'm going to close the issue, because the initial one was resolved. If you have any concerns feel free to ping us. |
Description:
setup-node fails with an error
Action version:
setup-node@v2
Platform:
Runner type:
Tools version:
node 14 + 16
pnpm 6.23
Repro steps:
Workflow here https://github.com/svitejs/vite-plugin-env-config/blob/main/.github/workflows/ci.yml
It uses setup-node twice:
first to get npm and run
npm i -g pnpm
(instead of using pnpms custom action)https://github.com/svitejs/vite-plugin-env-config/blob/9fc3bbddc0b93583a3f068e5f0b8a6ecc0275a0a/.github/workflows/ci.yml#L27
second with pnpm cache option set to use automatic caching
https://github.com/svitejs/vite-plugin-env-config/blob/9fc3bbddc0b93583a3f068e5f0b8a6ecc0275a0a/.github/workflows/ci.yml#L31
Expected behavior:
setup succeeds
Actual behavior:
setup fails
log shows a 500 error for cache service
https://github.com/svitejs/vite-plugin-env-config/runs/4494014103?check_suite_focus=true#step:5:12
Additional information
The text was updated successfully, but these errors were encountered: