Skip to content

Allow using default gRPC dialer #218

Allow using default gRPC dialer

Allow using default gRPC dialer #218

Triggered via pull request May 15, 2024 19:06
Status Failure
Total duration 8m 59s
Artifacts 1

frontend.yml

on: pull_request
Matrix: test / run
Matrix: image
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 16 warnings
test / run (containerd-1.6, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / run (containerd, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (containerd, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / run (containerd-1.6, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (oci, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestNamedMultiplatformInputContext/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L6047
=== RUN TestIntegration/TestNamedMultiplatformInputContext/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestNamedMultiplatformInputContext/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestNamedMultiplatformInputContext/worker=containerd-rootless/frontend=gateway dockerfile_test.go:6047: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6047 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"foo is $FOO\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestNamedMultiplatformInputContext/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2487118812/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_containerd2487118812/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2487118812/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_containerd2487118812/config.toml sandbox.go:131: > StartCmd 2024-05-15 19:13:38.038774628 +0000 UTC m=+25.792854322 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2487118812/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_containerd2487118812/config.toml sandbox.go:131: time="2024-05-15T19:13:38Z" level=warning msg="The host root filesystem is mounted as \"master:261\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-05-15T19:13:38Z" 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="2024-05-15T19:13:38.122138748Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go
test / run (containerd-rootless, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (oci, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L6047
=== RUN TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway dockerfile_test.go:6047: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6047 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"foo is $FOO\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1661106756/buildkitd.toml --root /tmp/bktest_buildkitd1353182883 --addr unix:///tmp/bktest_buildkitd1353182883/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1661106756/buildkitd.toml --root /tmp/bktest_buildkitd1353182883 --addr unix:///tmp/bktest_buildkitd1353182883/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-05-15 19:13:35.736122252 +0000 UTC m=+23.393367258 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1661106756/buildkitd.toml --root /tmp/bktest_buildkitd1353182883 --addr unix:///tmp/bktest_buildkitd1353182883/buildkitd.sock --debug sandbox.go:131: time="2024-05-15T19:13:35Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-05-15T19:13:35Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-05-15T19:13:35Z" level=info msg="found worker \"12hkfag8fwj35loitmv9dsjch\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:17a4f2561240 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:fal
test / run (oci-rootless, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L6047
=== RUN TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=builtin dockerfile_test.go:6047: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6047 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"foo is $FOO\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config412130315/buildkitd.toml --root /tmp/bktest_buildkitd3222003359 --addr unix:///tmp/bktest_buildkitd3222003359/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config412130315/buildkitd.toml --root /tmp/bktest_buildkitd3222003359 --addr unix:///tmp/bktest_buildkitd3222003359/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-05-15 19:13:36.972638318 +0000 UTC m=+10.377026685 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config412130315/buildkitd.toml --root /tmp/bktest_buildkitd3222003359 --addr unix:///tmp/bktest_buildkitd3222003359/buildkitd.sock --debug sandbox.go:131: time="2024-05-15T19:13:37Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-05-15T19:13:37Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-05-15T19:13:37Z" level=info msg="found worker \"vvb0kc9bqcxhcj0tb8335vuk8\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea08af28831f org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false
Failed: frontend/dockerfile/TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=client: frontend/dockerfile/dockerfile_test.go#L6047
=== RUN TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=client === PAUSE TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=client === CONT TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=client dockerfile_test.go:6047: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6047 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"foo is $FOO\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=client sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config520073314/buildkitd.toml --root /tmp/bktest_buildkitd1881071507 --addr unix:///tmp/bktest_buildkitd1881071507/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-05-15 19:13:36.918565151 +0000 UTC m=+10.322953258 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config520073314/buildkitd.toml --root /tmp/bktest_buildkitd1881071507 --addr unix:///tmp/bktest_buildkitd1881071507/buildkitd.sock --debug sandbox.go:131: time="2024-05-15T19:13:36Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-05-15T19:13:36Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-05-15T19:13:36Z" level=info msg="found worker \"ldrdkd4ot25r3b9hotax32zbg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea08af28831f org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]" sandbox.go:131: time="2024-05-15T19:13:36Z" level=info msg="found 1 workers, default=\"ldrdkd4ot25r3b9hotax32zbg\"" sandbox.go:131: time="2024-05-15T19:13:36Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-0
Failed: frontend/dockerfile/TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_provenance_test.go#L429
=== RUN TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=builtin dockerfile_provenance_test.go:429: Error Trace: /src/frontend/dockerfile/dockerfile_provenance_test.go:429 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"ok-$TARGETARCH\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestMultiPlatformProvenance/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3330368377/buildkitd.toml --root /tmp/bktest_buildkitd2569502112 --addr unix:///tmp/bktest_buildkitd2569502112/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3330368377/buildkitd.toml --root /tmp/bktest_buildkitd2569502112 --addr unix:///tmp/bktest_buildkitd2569502112/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-05-15 19:13:29.912028757 +0000 UTC m=+3.316416865 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3330368377/buildkitd.toml --root /tmp/bktest_buildkitd2569502112 --addr unix:///tmp/bktest_buildkitd2569502112/buildkitd.sock --debug sandbox.go:131: time="2024-05-15T19:13:29Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-05-15T19:13:29Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-05-15T19:13:29Z" level=info msg="found worker \"pdo6xz1l9ndnqyg9y8u9lqf50\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea08af28831f org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org
Failed: frontend/dockerfile/TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=client: frontend/dockerfile/dockerfile_provenance_test.go#L429
=== RUN TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=client === PAUSE TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=client === CONT TestIntegration/TestMultiPlatformProvenance/worker=oci-rootless/frontend=client dockerfile_provenance_test.go:429: Error Trace: /src/frontend/dockerfile/dockerfile_provenance_test.go:429 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"ok-$TARGETARCH\" > /foo" did not complete successfully: exit code: 255 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:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 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:291 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/TestMultiPlatformProvenance/worker=oci-rootless/frontend=client sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4282755788/buildkitd.toml --root /tmp/bktest_buildkitd3620126298 --addr unix:///tmp/bktest_buildkitd3620126298/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4282755788/buildkitd.toml --root /tmp/bktest_buildkitd3620126298 --addr unix:///tmp/bktest_buildkitd3620126298/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-05-15 19:13:29.801670781 +0000 UTC m=+3.206058868 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4282755788/buildkitd.toml --root /tmp/bktest_buildkitd3620126298 --addr unix:///tmp/bktest_buildkitd3620126298/buildkitd.sock --debug sandbox.go:131: time="2024-05-15T19:13:29Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-05-15T19:13:29Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-05-15T19:13:29Z" level=info msg="found worker \"xc25ijdao7jvxgxu4awj1awm6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea08af28831f org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mob
test / run (oci-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / prepare
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-1.6, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-1.6, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-rootless, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-rootless, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-rootless, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-reports". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
test-reports Expired
6.69 MB