question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: getCacheEntry failed: Cache service responded with 500 in new workflow

See original GitHub issue

Description: setup-node fails with an error

Run actions/setup-node@v2
  with:
    node-version: 16
    cache: pnpm
    cache-dependency-path: **/pnpm-lock.yaml
    always-auth: false
    check-latest: false
    token: ***
Found in cache @ /opt/hostedtoolcache/node/16.13.0/x64
/opt/hostedtoolcache/node/16.13.0/x64/bin/pnpm store path
/home/runner/.pnpm-store/v3
Error: getCacheEntry failed: Cache service responded with 500

Action version: setup-node@v2

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

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:

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 repo is very new and cloned from a template. other repos with a similar setup don’t show this behavior
  • These are the initial workflow runs, there hasn’t been a success. Maybe some initializaion failed?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:25
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
dmitry-shibanovcommented, Dec 16, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

getCacheEntry failed: Cache service responded with 503 ...
I have seen this error pop up several times in the past few days The error seems to originate from this code, which...
Read more >
getCacheEntry failed: Cache service responded with 503
Seems like the issue is coming from github cache actions. ... cache server not responding that includes internal server error or any other....
Read more >
Joshua's Docs - GitHub Actions - Notes, Tips, and Resources
Workflows are at the highest level of Github Actions - a workflow can ... the cache fails, usually with getCacheEntry failed: Cache Service...
Read more >
nextcloud-20.0.14-34.1 - SUSE Package Hub -
User Interface - new way of selecting files - easy way to quickly copy or move ... tree (server#12060) - Double check for...
Read more >
Changelog - Nextcloud
We recommend you follow our Release Channels to always have the latest and most secure ... Fix unsuccessful token login logged as error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found