We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying https://github.com/moby/buildkit/releases/tag/v0.13.0 on Windows Server 2022 by starting buildkitd.exe in a PowerShell 7 shell session, it crashes as:
buildkitd.exe
PS C:\Users\vagrant> buildkitd.exe time="2024-03-18T11:37:57Z" level=warning msg="using null network as the default" time="2024-03-18T11:37:57Z" level=info msg="found worker \"rwvldvytcfw9juv3tn1y3zfeb\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:2aa69ad3-b964-4f46-a010-a5ccb72c10ae org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:windows org.mobyproject.buildkit.worker.network: org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:windows], platforms=[windows/amd64]" time="2024-03-18T11:37:57Z" level=info msg="found 1 workers, default=\"rwvldvytcfw9juv3tn1y3zfeb\"" time="2024-03-18T11:37:57Z" level=warning msg="currently, only the default worker can be used." time="2024-03-18T11:37:57Z" level=info msg="running server on //./pipe/buildkitd" time="2024-03-18T11:37:58Z" level=info msg="stopping server" panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0x11c47ce] goroutine 1 [running]: github.com/moby/buildkit/executor/resources.(*Sampler[...]).Close(0xc0005a7b68?) /src/executor/resources/sampler.go:135 +0xe github.com/moby/buildkit/solver/llbsolver.(*Solver).Close(0xc0004d67e0) /src/solver/llbsolver/solver.go:128 +0x3a github.com/moby/buildkit/control.(*Controller).Close(0xc000498a90) /src/control/control.go:136 +0x10c main.main.func3(0xc0000fb760?) /src/cmd/buildkitd/main.go:376 +0x14ce github.com/urfave/cli.HandleAction({0x1581aa0?, 0x1951668?}, 0xc000025340?) /src/vendor/github.com/urfave/cli/app.go:524 +0x50 github.com/urfave/cli.(*App).Run(0xc000025340, {0xc00005e0a0, 0x1, 0x1}) /src/vendor/github.com/urfave/cli/app.go:286 +0x766 main.main() /src/cmd/buildkitd/main.go:385 +0x1207 PS C:\Users\vagrant>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While trying https://github.com/moby/buildkit/releases/tag/v0.13.0 on Windows Server 2022 by starting
buildkitd.exe
in a PowerShell 7 shell session, it crashes as:The text was updated successfully, but these errors were encountered: