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.

Cache creation failed

See original GitHub issue

I used the following code in the actions of my project:

      # Cache node_modules
      - name: Cache dependencies
        uses: actions/cache@v2
        id: yarn-cache
        with:
          path: |
            **/node_modules
          key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
          restore-keys: |
            ${{ runner.os }}-yarn-

However, the following error occurred during execution, This makes me very confused:

    Warning: getCacheEntry failed: Cache service responded with 500

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:84
  • Comments:69 (5 by maintainers)

github_iconTop GitHub Comments

47reactions
taehwannocommented, Jun 13, 2022

@dhadka This happens again right now. can you look at this?

33reactions
dhadkacommented, Dec 13, 2021

Also, just so we get visibility, please react with a 👍 if it’s resolved for you or 👎 if not.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot use ReadyBoost, for Flashdrive,(caches cannot be
When i hit apply it started commencing then stop and displayed this message: Cache Creation Failed Unable to create the cache.
Read more >
Cannot create cache due to issues in the refresh schedule - IBM
When you create a cache and set up a refresh schedule by selecting Sunday as the day of the week to refresh the...
Read more >
Shader Cache Creation failed · Issue #4261 - GitHub
This problem occurs if the cache is occupied by a previously launched instance of chrome.
Read more >
Failed to create cache (#1929) · Issues - gitlab-runner
The cache failed to create. Steps to reproduce. Trigger a build job with configured cache. Actual behavior. The build succeeds but the cache...
Read more >
Cache creation fails with yum traceback "Could not retrieve ...
Symptoms Cache creation fails with a similar error output that includes traceback from yum: # vzpkg create cache redhat-el6-x86_64Creation OS template cache ...
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