Post action failed with Error: No such container
See original GitHub issueWhen trying to save a new cache I get an error, but seeing as there was no cache hit at the start of the job it is a bit weird.
Post job cleanup.
/usr/bin/docker exec b41de5d1c382827f57c505ea59d0741bb205fddc841d2aae747e845b338f36ea sh -c "cat /etc/*release | grep ^ID"
Running JavaScript Action with default external tool: node12
Error: No such container: b41de5d1c382827f57c505ea59d0741bb205fddc841d2aae747e845b338f36ea
##[error]Node run failed with exit code 1
I created an open version here https://github.com/samhamilton/phoenix_hello/commit/eb71e941b763caa4df121f28b7085c14fb17f585/checks?check_suite_id=303196383
Thanks Sam
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Docker Error: No such container: friendlyhello - Stack Overflow
There is no container available with the name friendlyhello as you are simply running the container using docker run -p 4000:80 ...
Read more >`docker run` occasionally fails with `Error: No such container`
I think it only happens when I call many docker run in parallel. $ for i in `seq 2`; do docker -D run...
Read more >DOCKER Error response from daemon: No such container
Error is pretty self explanatory. Whatever command you ran, you specified a container that doesn't exist, or isn't running.
Read more >[docker] Error response from daemon: No such container
Just run docker ps -a command and see what the name of the container is that you are trying to start. % docker...
Read more >Job failed (system failure): Error: No such container ... - GitLab
I am having the same issue with GitLab CE 10.3.3. The job continues after a retry and the errors seem to manifest randomly....
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
Looks like a duplicate of https://github.com/actions/cache/issues/12
Duplicate of #12
We’ve rolled out an updated hosted runner that fixes for post actions in container jobs.