-
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
Unexpected error loading prebuild #11852
Comments
We log it already
We haven't run git clone; the error reports on I thought the error happens at this line
However, I did not find the span
|
I'm blocked for this issue now. I can't reproduce it locally to make the |
👋 @jenting were you able to find anything meaningful via Google searches, or recreate similar misbehavior in https://go.dev/play/? I ask so that we can have that context when sharing this issue with a teammate next week. For now, let's leave blocked. And later this week I'll inspect frequency for this error. Frequency will determine if we reassign to another teammate while you're out on vacation, etc. |
I did some google searching and write a similar code locally to reproduce the error. But no luck so far. |
@jenting are you still blocked and need help from the team (if yes please reach out in #t_workspace), or, do you have more info to go on now because of this thread? |
If this PR doesn't fix this problem, we have to write code to check if the container is still alive. |
This is related to this: #12282 |
I just wonder who deletes |
Could be that our housekeeping job in ws-daemon does that? 🤔 |
I have the same question. Since we are not sure whether #12282 addressed this issue or not, we might need to consider reopening this issue. |
There are probably two patterns in this issue
I put the log links of those two patterns in this PR. Perhaps this PR will improve both, but it is unclear if they will be resolved. So, I think if it happens again, we should reopen.
|
We need to check the jaeger tracing on the gen63 cluster to see if it still happens or not. |
It still happens 😭 |
FYI, we need webapp to add logging, so that we can know "why" stop workspace is being called via #12282. Once that is done, then we can proceed with this particular issue. |
Added Blocked label, because we're waiting for webapp to schedule and do logging in #12282 |
This is no longer blocked as of #12283 |
During the refinement meeting, @utam0k mentioned he saw the error recently. We don't know exactly how to approach other than looking at the new logs and trying to understand what's going on. There's currently no hypothesis. |
@kylos101 💯 Thanks |
@sagor999 could you peek at the new logs, to see why the workspaces are stopping, to help form a plan of attack for this? I'm going to move this from Scheduled to the Inbox for now. |
Hm. I looked in traces (US) and looked in GCP logs for that error and cannot find one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
rpc error: code = FailedPrecondition desc = cannot initialize workspace: prebuild initializer: Git fallback: git initializer gitClone: mkdir /dst/spring-petclinic: no such file or directory
Workspace affected
gitpodio-springpetclini-8a38a5a57eu
Expected behavior
Example repository
None
Anything else?
How long do we wait before the file system is ready?
The text was updated successfully, but these errors were encountered: