-
Notifications
You must be signed in to change notification settings - Fork 3
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
building using --from-cache is not working: "Persistent cache missing file" error #52
Comments
You use to mark it as "ready", did you look at this? I just tried again and I get the same error. Here is the detailed logs:
The
Something is definitely messy with the cache implementation: It has kept all the file in the cache since last November even if it do not changes AND it puts it on the exported cache. Even so, it do not work... We should take some time to reimplement this part. Maybe after the g5k school. |
Ok I just retried with a clean cache (not polluted with previous run) and it works. The
|
I haven't started developping yet, the "Ready" status displays because I work with https://waffle.io/ to organize my tasks. For your Python files, the DATA folder only contains the files copied via ''pipe''. There are 60 files because several builds are behind this archive. It's an issue we're having since the beginning. We have two solutions here : either we make sure to have one cache folder by recipe It's not easy to make a decision on this, but for now a good workaround can be used as an alternative that's what I always do) and once my recipe is over, I make a new build from scratch to create my cache archive.
+1 |
When I try to build my recipe from a previously generated cache (using
--from-cache
option) I get the following error message: Persistent cache missing fileIn the code it says:
# This error can be due to the improper format of the file cache_cmd_index
And in fact,
cache_cmd_index
only contains:The text was updated successfully, but these errors were encountered: