replace context.WithCancel with WithCancelCause #2218
Annotations
4 errors
client/build_test.go#L1358
=== RUN TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-1.6
=== PAUSE TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-1.6
=== CONT TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-1.6
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 "manifest-sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee": 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-1.6
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3887579059/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3887579059/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:14.088849809 +0000 UTC m=+0.526966666 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3887579059/config.toml
sandbox.go:131: time="2023-12-04T07:59:14Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
sandbox.go:131: time="2023-12-04T07:59:14.169915723Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2023-12-04T07:59:14.210006920Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2023-12-04T07:59:14.210239515Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-12-04T07:59:14.210290480Z" level=warning msg="failed to load plugin io.con
|
client/build_test.go#L1664
=== RUN TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-1.6
=== PAUSE TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-1.6
=== CONT TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-1.6
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-1.6
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2843443082/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1999921067/buildkitd.toml --root /tmp/bktest_buildkitd2472331618 --addr unix:///tmp/bktest_buildkitd2472331618/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2023-12-04 07:59:23.764149408 +0000 UTC m=+10.202266244 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2843443082/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1999921067/buildkitd.toml --root /tmp/bktest_buildkitd2472331618 --addr unix:///tmp/bktest_buildkitd2472331618/buildkitd.sock --debug
sandbox.go:131: time="2023-12-04T07:59:23Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2472331618/net/cni\" for cleanup: open /tmp/bktest_buildkitd2472331618/net/cni: no such file or directory"
sandbox.go:131: time="2023-12-04T07:59:23Z" level=debug msg="creating new network namespace 7i43q29r9hgzlmo2dtk56a8km"
sandbox.go:131: time="2023-12-04T07:59:23Z" level=debug msg="finished cre
|
client/client_test.go#L5053
=== RUN TestIntegration/TestBasicGhaCacheImportExport/worker=containerd-1.6
=== PAUSE TestIntegration/TestBasicGhaCacheImportExport/worker=containerd-1.6
=== CONT TestIntegration/TestBasicGhaCacheImportExport/worker=containerd-1.6
client_test.go:5053:
Error Trace: /src/client/client_test.go:5053
/src/client/client_test.go:5439
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
maximum timeout reached
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/api/services/control.(*controlClient).Solve
/src/api/services/control/control.pb.go:2208
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:263
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
failed to solve
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:278
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: TestIntegration/TestBasicGhaCacheImportExport/worker=containerd-1.6
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3944790459/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1003860947/buildkitd.toml --root /tmp/bktest_buildkitd3242422900 --addr unix:///tmp/bktest_buildkitd3242422900/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3944790459/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1003860947/buildkitd.toml --root /tmp/bktest_buildkitd3242422900 --addr unix:///tmp/bktest_buildkitd3242422900/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2023-12-04 08:02:21.973560756 +0000 UTC m=+188.411677592 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3944790459/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1003860947/buildkitd.toml --root /tmp/bktest_buildkitd3242422900 --addr unix:///tmp/bktest_buildkitd3242422900/buildkitd.sock --debug
sandbox.go:131: time="2023-12-04T08:02:22Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3242422900/net/cni\" for cleanup: open /tmp/bktest_buildkitd3242422900/net/cni: no such file or directory"
sandbox.go:131: time="2023-12-04T08:02:22Z" level=debug msg="creating new network namespace guwhdqw2mpo6o4eb8h9qkneoq"
sandbox.go:131: time="2023-12-04T08:02:22Z" level=debug msg="finished creating network namespace guwhdqw2mpo6o4eb8h9qkneoq"
sandbox.go:131: time="2023-12-04T08:02:22Z" level=debug msg="finished setting up network namespace guwhdqw2mpo6o4eb8h9qkneoq"
s
|
|
The logs for this run have expired and are no longer available.
Loading