-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[image-builder] image build did not produce a workspace image #5981
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
Comments
/schedule |
@csweichel: Issue scheduled in the workspace team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There are many reasons for this problem
// error from ws-daemon
{
"@type": "type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent",
"error": "rpc error: code = AlreadyExists desc = workspace exists already",
"instanceId": "a71217a8ee1b7416-c90b191be9db45bb-aa128829",
"level": "error",
"message": "InitWorkspace failed",
"serviceContext": {
"service": "ws-daemon",
"version": ""
},
"severity": "ERROR",
"time": "2021-10-03T10:02:32Z",
"userId": "",
"workspaceId": ""
}
//error from workspace
{
"@type": "type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent",
"error": "rpc error: code = ResourceExhausted desc = can be used only once",
"level": "fatal",
"message": "cannot prepare for user namespaces",
"ring": 0,
"serviceContext": {
"service": "workspacekit",
"version": ""
},
"severity": "CRITICAL",
"time": "2021-10-03T10:17:14Z"
}
|
Bug description
Sometimes the image builder mk3 does not produce an image, but errors with
image build did not produce a workspace image
Steps to reproduce
Find a base image that exhibits this behaviour and run bob to build the workspace image
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: