-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Root cache could not be found. aborting." and "Error: The process '/usr/bin/docker' failed with exit code 1" #49
Comments
When trying
|
don't know that it helps, but 0.0.6 is outputting this for me
|
I have the same problem with https://github.com/beeracademy/web/runs/1236371022?check_suite_focus=true |
I am having a similar issue. action step
Post step:
|
Not sure if something changed on the |
debug logging output from my workflow:
|
Same problem on |
Using v.0.0.8 only encountering this the first run when nothing has been cached yet, second run it's working fine. |
I think the version needs to be |
Just tried again with v0.0.11 same result. https://github.com/DefectDojo/django-DefectDojo/runs/1584256485?check_suite_focus=true Slightly different error messages:
|
Tried again with specifying a cache to avoid the space in the default cache. Same result. I'm giving up.
|
Running this workflow with ACTIONS_STEP_DEBUG set to
This specific case is hitting the issue described in #17: currently this action doesn't support images specified by sha256 hash. It looks like @sherifnada's workflow is hitting that too. |
The error also happens for us, using v0.0.11, see for example this Actions run:
The Actions step looks like this:
|
Has there been any progress on this issue in the last 4 months since it was opened? |
In this case it looks like the cache really wasn't there. The previous run (teste2e#2) pulled images before the cache action ran, so no images were cached in the "post" step. The teste2e#3 run did save a cache, so subsequent runs on the same PR should be able to pick that up, as long as the keys still match. |
Has there been any progress on this issue in the last 5 months since it was opened? |
It looks like almost all of these cases turned out to be #17. That includes valentijnscholten, sherifnada, xenoterracide and possibly derekssmith too (though they reported it as fixed after an update). In andy-maier's case the "no root cache" message was correct; the previous run had no new images to cache, so there was no cache present on the next run. If anyone gets this message despite the previous run successfully saving a cache, please reply here with details. Include a link to your workflow run logs with ACTIONS_STEP_DEBUG enabled. |
same problem with v0.0.11 I think |
Describe the bug
creating the cache and filling it throwing errors
To Reproduce
Use example from README
Run action
Observe errors
Expected behavior
Working cache
Debug logs
https://github.com/valentijnscholten/django-DefectDojo/runs/1167379775?check_suite_focus=true
and
If applicable, add debug logs to help explain your problem.
Learn more about enabling the debug log at https://docs.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging
Runner Environment (please complete the following information):
Additional context
workflow file: https://github.com/valentijnscholten/django-DefectDojo/actions/runs/272961568/workflow
The text was updated successfully, but these errors were encountered: