-
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
Panic: interface conversion: interface {} is nil, not *solver.edgeRequest #3841
Comments
v0.11.0-rc3 is a release candidate version, and isn't stable - the latest release is v0.11.6. Can you provide any more reproduction hints? I can't see how it's possible for this error to occur, it doesn't seem like this can ever return buildkit/solver/internal/pipe/pipe.go Lines 175 to 177 in 3071001
Could you share the build setup? How is buildkit running (in a container, as a standalone daemon, etc), how has the build been started (using buildx, buildctl, etc). |
I received a very similar instance of this error (but with the scheduler debugger turned on):
running on master ( 40c5efa ) In my case buildkit is running via earthly in a container. I've only hit this once with my repro-case: earthly/earthly#3000 (comment) (which is not very user-friendly), but if I can reliably reproduce this, i'll dig in further. Here are some very verbose logs:
|
This is a duplicate of #3714 |
Description
buildkitd crash with this error
BuildKitd Version
moby/buildkit:v0.11.0-rc3
Docker info
The text was updated successfully, but these errors were encountered: