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.

cached file cannot be found in the next hit

See original GitHub issue

My workflow will cache llvm/lib and llvm/bin , and it succeeded at the first time: https://github.com/hellodword/MyApplication/actions/runs/119157969

But the cached files cannot be found at the next time (but the cache key can be hitted): https://github.com/hellodword/MyApplication/actions/runs/119660612

I tried a lot to find out the reason:

  • I deleted the llvm/bin folder so the whole size of llvm is 290MB, it failed;
  • With another workflow I cached a same folder structure, and use dd to create files so that the folder size can reach the same size (290MB), it succeeded;

Is it a bug or my usage problem? Any idea about this? Thanks.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
etnet-raymondlincommented, Jun 2, 2020

just overlooked at step Releasing using Hub, there are branch switching action Switched to a new branch 'master' and your ollvm folder was likely be stashed and hence, the later step Post Cache multiple paths could not find any patterns matched. btw, the path ollvm is correct in your case.

1reaction
dhadkacommented, Jun 2, 2020

@hellodword @etnet-raymondlin Thanks! I appreciate both of you taking the time to diagnose this issue and report back.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the 'Cached Preview' Error in After Effects
Try cleaning the database and cache by navigating to After Effects > Preferences > Media and Disk Cache. Once you're there, hit 'Clean...
Read more >
When cache is hit, app can't find the package #426 - GitHub
If the cache is hit, it should still create the built files ... The only way this is possible is if the package...
Read more >
How Do I Fix My Caching Problems Or Clear Web Browser's ...
Close your browser and re-open it (make sure you are NOT on the cached page) and delete your temporary Internet files (clear your...
Read more >
Cached reports are executed against the warehouse instead ...
Reports that normally hit cache are executed against the warehouse instead of hitting the cache directly during periods of a high user load ......
Read more >
Set up content caching on Mac - Apple Support
Click the Info button next to Content Caching. Click Options. Click the Edit button next to Cache Location. Select a storage volume, then...
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