buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

docker: context canceled #165

Closed joscha closed 4 years ago

joscha commented 4 years ago

I have been seeing this lately a few times:

--
  | Status: Downloaded newer image for xxx.dkr.ecr.us-east-1.amazonaws.com/xxx
  | docker: Error response from daemon: read unix @->@/containerd-shim/moby/d721e6f8e219ff658794631a57c7612144095d7cd4d4ece099053c7ceecb8316/shim.sock: read: connection reset by peer: unknown.
  | ERRO[0061] error waiting for container: context canceled

is anyone seeing the same thing? I am unsure yet whether it is related to the plugin or not. Is there a chance the plugin could help recover from this? A retry of the step passes every time.

jayco commented 4 years ago

@joscha hmmm, weird!

We have not had any other reports of users experiencing the same issue, how often are you seeing this?

joscha commented 4 years ago

it recurs fairly regularly but not regular enough to cause massive fallout - do you have any idea what this could be?

jayco commented 4 years ago

Not really, sorry.

I checked internally and this is the first time I have seen it raised. I did a quick google and found other similar issues users were having, but nothing matching this exactly. I don't think this issue is related to the plugin itself 🤔

joscha commented 4 years ago

Okay, will close for the time being. Thanks for looking into it.