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.

Post action failed with Error: No such container

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
gmilecommented, Nov 11, 2019
0reactions
joshmgrosscommented, Nov 12, 2019

Duplicate of #12

We’ve rolled out an updated hosted runner that fixes for post actions in container jobs.

Read more comments on GitHub >

github_iconTop 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 >

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