-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal Process exited with status 1 #1333
Comments
@rugginic looking at the logs, I can see
It seems that your environment may be experiencing network issues connecting to the docker registry. Can you SSH into the VM? Can you pull the image using |
I'm able to pull the image from the EC2 instance. This problem happens randomly. Are you implying the FATAL error is related to the pull error? This correlation is not obvious for me. Can you elaborate? |
@rugginic the error I posted was a build error, it was at the top of the stacktrace in your logs where the issue seems to start. I cannot resolved the DNS |
Hi, just to add more context to this, I don't get any error when I define the workspace. It deploys successfully. |
[08:53:45] info #2 resolve image config for docker-image://docker.io/docker/dockerfile:1.4 We don't have access to registry-1.docker.io. How can I configure a different registry so that I don't hit this error? |
@rugginic registry-1 is a public docker registry and used in most images, here it is getting the dockerfile spec for version 1.4. You don't need a mirror for this. Did you try without the feature? Or check how long it takes to download? Hmmm that is odd the issue is only during rebuilds. So when you run |
@bkneis I can't remove the feature otherwise ssl communication will fail. And, as I said before, we don't have access to the docker public registry. There are company policies.
I narrowed down the issue. When I create the provider it works 100% of the times. If I stop / reset/ rebuild, it fails 100% of the times with the same error. |
I believe this is the docker image you are looking for https://hub.docker.com/r/docker/dockerfile/tags/ |
What happened?
Creating AWS Workspace very often (like 50% of the times) fails with the following FATAL error:
[13:26:36] fatal Process exited with status 1 run agent command github.com/loft-sh/devpod/pkg/devcontainer/sshtunnel.ExecuteCommand.func2 D:/a/devpod/devpod/pkg/devcontainer/sshtunnel/sshtunnel.go:129 runtime.goexit C:/Users/runneradmin/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.5.windows-amd64/src/runtime/asm_amd64.s:1695
What did you expect to happen instead?
To be able to run the same workspace successfully every time.
How can we reproduce the bug? (as minimally and precisely as possible)
I have no idea.
My
devcontainer.json
:Local Environment:
DevPod Provider:
Anything else we need to know?
This happens randomly, but almost 50% of the times.
The text was updated successfully, but these errors were encountered: