replace context.WithCancel with WithCancelCause #2218
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
buildkit.yml
on: pull_request
Annotations
19 errors
Failed: solver/internal/pipe/TestPipeCancel:
solver/internal/pipe/pipe_test.go#L91
=== RUN TestPipeCancel
=== PAUSE TestPipeCancel
=== CONT TestPipeCancel
pipe_test.go:91:
Error Trace: /src/solver/internal/pipe/pipe_test.go:91
Error: Not equal:
expected: *errors.withStack(context canceled)
actual : *errors.errorString(&errors.errorString{s:"context canceled"})
Test: TestPipeCancel
--- FAIL: TestPipeCancel (0.00s)
|
test / run (./..., 1, integration gateway)
Process completed with exit code 1.
|
Failed: solver/internal/pipe/TestPipeCancel:
solver/internal/pipe/pipe_test.go#L91
=== RUN TestPipeCancel
=== PAUSE TestPipeCancel
=== CONT TestPipeCancel
pipe_test.go:91:
Error Trace: /src/solver/internal/pipe/pipe_test.go:91
Error: Not equal:
expected: *errors.withStack(context canceled)
actual : *errors.errorString(&errors.errorString{s:"context canceled"})
Test: TestPipeCancel
--- FAIL: TestPipeCancel (0.00s)
|
test / run (./..., nydus, 1, integration)
Process completed with exit code 1.
|
Failed: client/TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd:
client/build_test.go#L1358
=== RUN TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
=== PAUSE TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
=== CONT TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
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:
Internal: failed to load cache key: rpc error: code = Internal desc = Unexpected error from context packet: context canceled
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
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd4254734879/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd4254734879/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:16.625617896 +0000 UTC m=+0.535265025 /usr/bin/containerd --config /tmp/bktest_containerd4254734879/config.toml
sandbox.go:131: time="2023-12-04T07:59:16Z" 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:16.676741184Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2023-12-04T07:59:16.731091330Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2023-12-04T07:59:16.731129100Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2023-12-04T07:59:16.731526522Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-12-04T07:59:16.731624294Z" level=info
|
Failed: client/TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd:
client/build_test.go#L1664
=== RUN TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
=== PAUSE TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
=== CONT TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
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
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2100739562/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2100739562/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:22.111256738 +0000 UTC m=+6.020903826 /usr/bin/containerd --config /tmp/bktest_containerd2100739562/config.toml
sandbox.go:131: time="2023-12-04T07:59:22Z" 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:22.171122330Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2023-12-04T07:59:22.222688440Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2023-12-04T07:59:22.222766546Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2023-12-04T07:59:22.222824694Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-12-04T07:59:22.222923238Z
|
test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)
Process completed with exit code 1.
|
Failed: client/TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd:
client/build_test.go#L1358
=== RUN TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
=== PAUSE TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
=== CONT TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd
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:
Internal: failed to load cache key: rpc error: code = Internal desc = Unexpected error from context packet: context canceled
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
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2683439633/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:19.738818948 +0000 UTC m=+0.831194451 /usr/bin/containerd --config /tmp/bktest_containerd2683439633/config.toml
sandbox.go:131: time="2023-12-04T07:59:19Z" 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:19.761329780Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2023-12-04T07:59:19.795030301Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2023-12-04T07:59:19.795062682Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2023-12-04T07:59:19.795151748Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-12-04T07:59:19.795250153Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file genera
|
Failed: client/TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd:
client/build_test.go#L1664
=== RUN TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
=== PAUSE TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
=== CONT TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd
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: 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
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd3088373927/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3088373927/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:22.73159302 +0000 UTC m=+3.823968524 /usr/bin/containerd --config /tmp/bktest_containerd3088373927/config.toml
sandbox.go:131: time="2023-12-04T07:59:22Z" 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:22.756159542Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2023-12-04T07:59:22.789320343Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2023-12-04T07:59:22.789352102Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2023-12-04T07:59:22.789399411Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-12-04T07:59:22.789489690Z" level=info msg="skip loading plugin \
|
test / run (./client, containerd, nydus, integration)
Process completed with exit code 1.
|
Failed: client/TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-rootless:
client/build_test.go#L1358
=== RUN TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-rootless
=== PAUSE TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-rootless
=== CONT TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-rootless
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: 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).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-rootless
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2210869371/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd2210869371/config.toml
sandbox.go:131: > StartCmd 2023-12-04 07:59:33.696608801 +0000 UTC m=+1.666909566 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2210869371/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd2210869371/config.toml
sandbox.go:131: time="2023-12-04T07:59:33Z" level=warning msg="The host root filesystem is mounted as \"master:253\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2023-12-04T07:59:33Z" 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:33.853928485Z" level=info msg="starting containerd" revision=8c087663b0233f6
|
test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...
Process completed with exit code 1.
|
Failed: client/TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-snapshotter-stargz:
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
|
Failed: client/TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-snapshotter-stargz:
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
|
test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...
Process completed with exit code 1.
|
Failed: client/TestClientGatewayIntegration/TestClientSlowCacheRootfsRef/worker=containerd-1.6:
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
|
Failed: client/TestClientGatewayIntegration/TestClientGatewaySlowCacheExecError/worker=containerd-1.6:
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
|
Failed: client/TestIntegration/TestBasicGhaCacheImportExport/worker=containerd-1.6:
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
|
test / run (containerd-1.6, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
buildkit
Expired
|
422 MB |
|
test-reports
Expired
|
12.3 MB |
|