replace context.WithCancel with WithCancelCause #2218
Annotations
3 errors
client/build_test.go#L1358
=== RUN TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-snapshotter-stargz
=== PAUSE TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-snapshotter-stargz
=== CONT TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-snapshotter-stargz
build_test.go:1358:
Error Trace: /src/client/build_test.go:1358
/src/frontend/gateway/grpcclient/client.go:214
/src/client/build.go:59
/src/client/solve.go:288
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
/usr/local/go/src/runtime/asm_amd64.s:1650
Error: Received unexpected error:
failed to load cache key: failed commit on ref "config-sha256:a416a98b71e224a31ee99cff8e16063554498227d2b696152a9c3e0aa65e5824": commit failed: context canceled: unknown
github.com/moby/buildkit/util/stack.Enable
/src/util/stack/stack.go:77
github.com/moby/buildkit/util/grpcerrors.FromGRPC
/src/util/grpcerrors/grpcerrors.go:198
github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor
/src/util/grpcerrors/intercept.go:41
google.golang.org/grpc.(*ClientConn).Invoke
/src/vendor/google.golang.org/grpc/call.go:35
github.com/moby/buildkit/frontend/gateway/pb.(*lLBBridgeClient).StatFile
/src/frontend/gateway/pb/gateway.pb.go:2902
github.com/moby/buildkit/client.(*gatewayClientForBuild).StatFile
/src/client/build.go:110
github.com/moby/buildkit/frontend/gateway/grpcclient.(*reference).StatFile
/src/frontend/gateway/grpcclient/client.go:1131
github.com/moby/buildkit/client.testClientSlowCacheRootfsRef.func1
/src/client/build_test.go:1355
github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run
/src/frontend/gateway/grpcclient/client.go:214
github.com/moby/buildkit/client.(*Client).Build.func2
/src/client/build.go:59
github.com/moby/buildkit/client.(*Client).solve.func3
/src/client/solve.go:288
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-snapshotter-stargz
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3218890534/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config2334209086/buildkitd.toml --root /tmp/bktest_buildkitd1828631856 --addr unix:///tmp/bktest_buildkitd1828631856/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2023-12-04 07:59:32.714044706 +0000 UTC m=+2.666964851 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3218890534/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config2334209086/buildkitd.toml --root /tmp/bktest_buildkitd1828631856 --addr unix:///tmp/bktest_buildkitd1828631856/buildkitd.sock --debug
sandbox.go:131: time="2023-12-04T07:59:32Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1828631856/net/cni\" for cleanup: open /tmp/bktest_buildkitd1828631856/net/cni: no such file or directory"
sandbox.go:131: time="2023
|
client/build_test.go#L1664
=== RUN TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-snapshotter-stargz
=== PAUSE TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-snapshotter-stargz
=== CONT TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-snapshotter-stargz
build_test.go:1664:
Error Trace: /src/client/build_test.go:1664
/src/frontend/gateway/grpcclient/client.go:214
/src/client/build.go:59
/src/client/solve.go:288
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
/usr/local/go/src/runtime/asm_amd64.s:1650
Error: Received unexpected error:
failed to load cache key: Unexpected error from context packet: context canceled: unknown
github.com/moby/buildkit/util/stack.Enable
/src/util/stack/stack.go:77
github.com/moby/buildkit/util/grpcerrors.FromGRPC
/src/util/grpcerrors/grpcerrors.go:198
github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor
/src/util/grpcerrors/intercept.go:41
google.golang.org/grpc.(*ClientConn).Invoke
/src/vendor/google.golang.org/grpc/call.go:35
github.com/moby/buildkit/frontend/gateway/pb.(*lLBBridgeClient).NewContainer
/src/frontend/gateway/pb/gateway.pb.go:2947
github.com/moby/buildkit/client.(*gatewayClientForBuild).NewContainer
/src/client/build.go:149
github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).NewContainer
/src/frontend/gateway/grpcclient/client.go:796
github.com/moby/buildkit/client.testClientGatewaySlowCacheExecError.func1
/src/client/build_test.go:1653
github.com/moby/buildkit/frontend/gateway/grpcclient.(*grpcClient).Run
/src/frontend/gateway/grpcclient/client.go:214
github.com/moby/buildkit/client.(*Client).Build.func2
/src/client/build.go:59
github.com/moby/buildkit/client.(*Client).solve.func3
/src/client/solve.go:288
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-snapshotter-stargz
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc912792669/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc912792669/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc912792669/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc912792669/root
sandbox.go:131: > StartCmd 2023-12-04 07:59:46.054845555 +0000 UTC m=+16.007765720 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc912792669/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc912792669/root
sandbox.go:131: {"key":"buildkit/1/216kqou1gd4zswqu9q72hoy35","level":"debug","msg":"checking layer availability","time":"2023-12-04T07:59:46.676098221Z"}
sandbox.go:131: {"key":"buildkit/1/216kqou1gd4zswqu9q72hoy35","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc912792669/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2023-12-04T07:59:46.676244173Z"}
sandbox.go:131: {"key":"buildkit/1/216kqou1gd4zswqu9q72hoy35","level":"debug","msg":"checking layer availability","time":"2023-12-04T0
|
|
The logs for this run have expired and are no longer available.
Loading