You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024/03/28 18:23:20 http2: server connection error from localhost: connection error: PROTOCOL_ERROR
error reading server preface: EOF
We might have a concurrency issue with exec mode.
Also manifests as
=== CONT TestBuild/exec-dockerLoad
error: dial unix /run/buildkit/buildkitd.sock: connect: no such file or directory
client_test.go:309:
Error Trace: /home/runner/work/pulumi-docker-build/pulumi-docker-build/provider/internal/client_test.go:309
Error: Received unexpected error:
exit status 1
Test: TestBuild/exec-dockerLoad
Messages: error: dial unix /run/buildkit/buildkitd.sock: connect: no such file or directory
ERROR: listing workers for Build: failed to list workers: Unavailable: connection error: desc = "error reading server preface: EOF"
My best guess is the daemon isn't yet ready to serve traffic, and we can probably smooth this over by retrying.
Example
.
Output of pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
We are occasionally seeing these flakes:
We might have a concurrency issue with exec mode.
Also manifests as
likely related to docker/buildx#1570.
My best guess is the daemon isn't yet ready to serve traffic, and we can probably smooth this over by retrying.
Example
.
Output of
pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: