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.

Failure message: wrapping host binaries: pulling image: retry budget exhausted (10 attempts): running ["docker" "pull" "bash"]: exit status 1 (standard error: "Error response from daemon: Get https://registry-1.docker.io/v2/

See original GitHub issue

This is a new error message for me, and I checked the GCP status page in case it was transient but don’t see any active issues.

I am launching a bunch of tasks across a bunch of zones (within a single job) using the google-cls-v2 API with dsub 0.4.3. I am getting the following error, but only on some tasks within this job (while others within the same job are launching and succeeding):

Failure message: wrapping host binaries: pulling image: retry budget exhausted (10 attempts): running ["docker" "pull" "bash"]: exit status 1 (standard error: "Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)\n")

This strikes me as an odd message, because (1) I’m running these machines without a public IP, and so (2) I’m only using gcr.io Docker instances with them. I don’t know why they’d be pointing to registry-1.docker.io.

If this isn’t a dsub issue, I can point this to the mailing list. (And if there is a quick way for me to get a flavor for “dsub issue vs not dsub issue”, just let me know so I can self-triage.)

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
wnojopracommented, Apr 9, 2021

Latest message from the Pipelines team is that they’ve heard from a few people the very same issue, and are working to have it fixed as soon as possible.

1reaction
cblacknygccommented, Apr 12, 2021

We were hitting this issue thru cromwell in us-central1 and can confirm we haven’t seen it since Google told us there was a fix April 9th.

Read more comments on GitHub >

github_iconTop Results From Across the Web

14 - Stack Overflow
I'm running it at home and the only reverse proxy I use is running in a container and can't be the reason. Running...
Read more >
Kubernetes Error Codes: Failed to Pull Image | Datree.io
Successfully pulling an image and starting a new pod of containers requires several components to work in parallel. This means that errors ......
Read more >
How to Fix 'Terminated With Exit Code 1' Error - Komodor
Exit Code 1 indicates that a container shut down, either because of an application failure or because the image pointed to an invalid...
Read more >
Get a Shell to a Running Container - Kubernetes
This page shows how to use kubectl exec to get a shell to a running container. Before you begin You need to have...
Read more >
New installation of rancher fatal error exit with status 1
fresh ubuntu 20.04.2 LTS install only commands I have run: sudo apt update sudo apt upgrade sudo reboot sudo curl ...
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