-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Workspace never starts and stays stuck in unknown state #9506
Comments
Seen a few users who might be facing the same issue with new custom dockerfiles on Discord and Front. |
Update: It seems to be working now. |
My bad, I spoke too soon 😓 |
One of the reasons why this can fail is that buildkitd is stuck in uninterruptible sleep. When inspecting the call stacks we see this:
So buildkitd is trying to do IO with fuse as the underlying filesystem. Fuse is used by the stargz snapshotter
https://github.com/containerd/stargz-snapshotter/blob/main/docs/INSTALL.md We see that the cpu instruction pointer points into non executable memory
We have deactivated stargz as a workaround and will observe if the error is still occuring. |
Hey @Furisto, it was working since last night 👍 |
@axonasif should this be closed now? |
Yes, thanks for the nudge 😄 |
Bug description
Was trying to open https://github.com/gitpod-io/template-flutter/tree/axon/refactor_dockerfile since yesterday, at that time
imagebuild
was happening. However, it would stay stuck in# exporting layers
stage (what I could see in the jumping G logs box) everytime I tried.Today, its just being stuck at
Preparing Workspace
, which showsUnkown
state in the dashboard, not landing on any cluster as per the URL.Steps to reproduce
Try to open https://github.com/gitpod-io/template-flutter/tree/axon/refactor_dockerfile on gitpod
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
I was able to open a workspace from a different git-context, however I'm not sure if my changes were there due to #9507
Internal slack discussion
The text was updated successfully, but these errors were encountered: