Cache creation failed
See original GitHub issueI 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:
- Created 2 years ago
- Reactions:84
- Comments:69 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dhadka This happens again right now. can you look at this?
Also, just so we get visibility, please react with a 👍 if it’s resolved for you or 👎 if not.