Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Keys supported by image output:
* `push-by-digest=true`: push unnamed image
* `registry.insecure=true`: push to insecure HTTP registry
* `oci-mediatypes=true`: use OCI mediatypes in configuration JSON instead of Docker's
* `oci-artifact=false`: use OCI artifact format for attestations
* `oci-artifact=true`: use OCI artifact format for attestations
* `unpack=true`: unpack image after creation (for use with containerd)
* `dangling-name-prefix=<value>`: name image with `prefix@<digest>`, used for anonymous images
* `name-canonical=true`: add additional canonical name `name@<digest>`
Expand Down
8 changes: 4 additions & 4 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
require.NoError(t, err)

require.Equal(t, resp.ExporterResponse[exptypes.ExporterImageDigestKey], desc.Digest.String())
require.Equal(t, images.MediaTypeDockerSchema2Manifest, desc.MediaType)

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestPushByDigest/worker=oci-rootless-slirp4netns-detachnetns

=== RUN TestIntegration/TestPushByDigest/worker=oci-rootless-slirp4netns-detachnetns === PAUSE TestIntegration/TestPushByDigest/worker=oci-rootless-slirp4netns-detachnetns === CONT TestIntegration/TestPushByDigest/worker=oci-rootless-slirp4netns-detachnetns client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=oci-rootless-slirp4netns-detachnetns sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2544389974/buildkitd.toml --root /tmp/bktest_buildkitd2100378682 --addr unix:///tmp/bktest_buildkitd2100378682/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:52.862947649 +0000 UTC m=+27.923550929 /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2544389974/buildkitd.toml --root /tmp/bktest_buildkitd2100378682 --addr unix:///tmp/bktest_buildkitd2100378682/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:44:52Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi3825585047: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="found worker \"ijla9wcetr1o3j7sgetz5yf2b\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:85009f56e646 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:53Z" level=info msg="found 1 workers, default=\"ijla9wcetr1o3j7sgetz5yf2b\"" sandbox.go:205: time="2025-10-20T14:44:53Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:53Z" level=info msg="running server on /tmp/bktest_buildkitd2100378682/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:53Z" level=debug msg="resolve exporter image with map[name:localhost:38157/foo/bar push:true push-by-digest:true]" spanID=d539f7e24c19e20e traceID=3c29cb727f05696ad02a94aed054f03d sandbox.go:205: time="2025-10-20T14:44:53Z" level=warning msg="forcibly turning on oci-mediatype mode for oci-artifact" spanID=d539f7e24c19e20e traceID=3c29cb727f05696ad02a94aed054f03d sandbox.go:205: time="2025-10-20T14:44:53Z" level=debug msg="session started" spanID=c62330e6dee897a1 traceID=56917171a7908a611f4174b5a6d88fe8 sandbox.go:205: time="2025-10-20T14:44:53Z" lev

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=oci

=== RUN TestIntegration/TestPushByDigest/worker=oci === PAUSE TestIntegration/TestPushByDigest/worker=oci === CONT TestIntegration/TestPushByDigest/worker=oci client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2804491645/buildkitd.toml --root /tmp/bktest_buildkitd1075460264 --addr unix:///tmp/bktest_buildkitd1075460264/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2804491645/buildkitd.toml --root /tmp/bktest_buildkitd1075460264 --addr unix:///tmp/bktest_buildkitd1075460264/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:37.608428524 +0000 UTC m=+118.229387053 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2804491645/buildkitd.toml --root /tmp/bktest_buildkitd1075460264 --addr unix:///tmp/bktest_buildkitd1075460264/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd1075460264/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:37Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1075460264/net/cni\" for cleanup: open /tmp/bktest_buildkitd1075460264/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="creating new network namespace vac7rkwwvukn9w3tfp1kldtef" sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="finished creating network namespace vac7rkwwvukn9w3tfp1kldtef" sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="finished setting up network namespace vac7rkwwvukn9w3tfp1kldtef" sandbox.go:205: time="2025-10-20T14:46:37Z" level=info msg="found worker \"zd80q5rtox9qpcch82yv4x4ei\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:278637c200a7 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:37Z" level=info msg="found 1 workers, default=\"zd80q5rtox9qpcch82yv4x4ei\"" sandbox.go:205: time="2025-10-20T14:46:37Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:37Z" level=info msg="running server on /tmp/bktest_buildkitd1075460264/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="session started" spanID=d64d3bf5fbd9207f traceID=0fc1dff77d50b1c1dffe3fe5949e19d6 sandbox.go:205: time="2025-10-20T14:46:37Z" level=debug msg="res

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=oci-rootless

=== RUN TestIntegration/TestPushByDigest/worker=oci-rootless === PAUSE TestIntegration/TestPushByDigest/worker=oci-rootless === CONT TestIntegration/TestPushByDigest/worker=oci-rootless client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=oci-rootless sandbox.go:202: 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_config3164365018/buildkitd.toml --root /tmp/bktest_buildkitd2328145447 --addr unix:///tmp/bktest_buildkitd2328145447/buildkitd.sock --debug sandbox.go:202: 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_config3164365018/buildkitd.toml --root /tmp/bktest_buildkitd2328145447 --addr unix:///tmp/bktest_buildkitd2328145447/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:29.326765672 +0000 UTC m=+117.423445745 /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_config3164365018/buildkitd.toml --root /tmp/bktest_buildkitd2328145447 --addr unix:///tmp/bktest_buildkitd2328145447/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:46:29Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi4171687250: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="found worker \"xi06ipq5xabqeknq8pp9n0zts\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:aa858078d766 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="found 1 workers, default=\"xi06ipq5xabqeknq8pp9n0zts\"" sandbox.go:205: time="2025-10-20T14:46:29Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="running server on /tmp/bktest_buildkitd2328145447/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="session started" spanID=8cd50dd150bfad72 traceID=6cec7abf337d3f8d3c98608704917214 sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="resolve exporter image with map[name:localhost:46797/foo/bar push:true push-by-digest:true]" spanID=c3a0f65dd5c539bf traceID=409df98a4762f670033c01486a6f09c7 sandbox.go:205: time="2025-10-20T14:46:29Z" level=warning msg="forcibly turning on oci-mediatype mo

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=oci

=== RUN TestIntegration/TestPushByDigest/worker=oci === PAUSE TestIntegration/TestPushByDigest/worker=oci === CONT TestIntegration/TestPushByDigest/worker=oci client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4096490523/buildkitd.toml --root /tmp/bktest_buildkitd3288956482 --addr unix:///tmp/bktest_buildkitd3288956482/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4096490523/buildkitd.toml --root /tmp/bktest_buildkitd3288956482 --addr unix:///tmp/bktest_buildkitd3288956482/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:55.050914363 +0000 UTC m=+23.074842109 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config4096490523/buildkitd.toml --root /tmp/bktest_buildkitd3288956482 --addr unix:///tmp/bktest_buildkitd3288956482/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3288956482/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:44:55Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3288956482/net/cni\" for cleanup: open /tmp/bktest_buildkitd3288956482/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="creating new network namespace v86rgkntngnh2q2nk316ct38x" sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="finished creating network namespace v86rgkntngnh2q2nk316ct38x" sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="finished setting up network namespace v86rgkntngnh2q2nk316ct38x" sandbox.go:205: time="2025-10-20T14:44:55Z" level=info msg="found worker \"mtu80d0gptdx7p67c9zqdq7es\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b760c7fba672 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:55Z" level=info msg="found 1 workers, default=\"mtu80d0gptdx7p67c9zqdq7es\"" sandbox.go:205: time="2025-10-20T14:44:55Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:55Z" level=info msg="running server on /tmp/bktest_buildkitd3288956482/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="session started" spanID=4626c9aa85650717 traceID=14a49d476e0bb76c0bd32f41e0cc1687 sandbox.go:205: time="2025-10-20T14:44:55Z" level=debug msg="reso

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestPushByDigest/worker=oci-snapshotter-stargz

=== RUN TestIntegration/TestPushByDigest/worker=oci-snapshotter-stargz === PAUSE TestIntegration/TestPushByDigest/worker=oci-snapshotter-stargz === CONT TestIntegration/TestPushByDigest/worker=oci-snapshotter-stargz client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=oci-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config682338205/buildkitd.toml --root /tmp/bktest_buildkitd3485982924 --addr unix:///tmp/bktest_buildkitd3485982924/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config682338205/buildkitd.toml --root /tmp/bktest_buildkitd3485982924 --addr unix:///tmp/bktest_buildkitd3485982924/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:15.767519211 +0000 UTC m=+74.359381863 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config682338205/buildkitd.toml --root /tmp/bktest_buildkitd3485982924 --addr unix:///tmp/bktest_buildkitd3485982924/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3485982924/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3485982924/net/cni\" for cleanup: open /tmp/bktest_buildkitd3485982924/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="creating new network namespace jf0ipxknqr2tug6fa18sibj5v" sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="finished creating network namespace jf0ipxknqr2tug6fa18sibj5v" sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="finished setting up network namespace jf0ipxknqr2tug6fa18sibj5v" sandbox.go:205: time="2025-10-20T14:46:15Z" level=info msg="found worker \"bc3nlz5k2o4j13jmsvu3ipijr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fceea5878289 org.mobyproject.buildkit.worker.network:cni 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:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:15Z" level=info msg="found 1 workers, default=\"bc3nlz5k2o4j13jmsvu3ipijr\"" sandbox.go:205: time="2025-10-20T14:46:15Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:15Z" level=info msg="running server on /tmp/bktest_buildkitd3485982924/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:15Z" level=debug msg="session started" spanID=b0c9447c803e91dd traceID=a0887fe6c45da6d8cdaeef346d052ce0

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=containerd-2.0

=== RUN TestIntegration/TestPushByDigest/worker=containerd-2.0 === PAUSE TestIntegration/TestPushByDigest/worker=containerd-2.0 === CONT TestIntegration/TestPushByDigest/worker=containerd-2.0 client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd-2.0 sandbox.go:202: stdout: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2043075011/config.toml sandbox.go:202: stderr: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2043075011/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:48:53.688001944 +0000 UTC m=+263.120609377 /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2043075011/config.toml sandbox.go:205: time="2025-10-20T14:48:53.712002055Z" level=info msg="starting containerd" revision= version=2.0.6+unknown sandbox.go:205: time="2025-10-20T14:48:53.722914118Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.295µs" sandbox.go:205: time="2025-10-20T14:48:53.723540730Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:48:53.723601775Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:48:53.723862212Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:48:53.723948995Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:48:53.724016471Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724182892Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724203411Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724218168Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724228668Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724338223Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724590365Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724631402Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd2043075011/root/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:53.724644607Z" level=info msg="loading plugin" id=io.containerd.event.v1.exchange type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:48:53.72467

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-1.7, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=containerd-1.7

=== RUN TestIntegration/TestPushByDigest/worker=containerd-1.7 === PAUSE TestIntegration/TestPushByDigest/worker=containerd-1.7 === CONT TestIntegration/TestPushByDigest/worker=containerd-1.7 client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd-1.7 sandbox.go:202: stdout: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4276416864/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config2057544594/buildkitd.toml --root /tmp/bktest_buildkitd3428614680 --addr unix:///tmp/bktest_buildkitd3428614680/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4276416864/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config2057544594/buildkitd.toml --root /tmp/bktest_buildkitd3428614680 --addr unix:///tmp/bktest_buildkitd3428614680/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:45:04.257129506 +0000 UTC m=+41.052602201 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4276416864/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config2057544594/buildkitd.toml --root /tmp/bktest_buildkitd3428614680 --addr unix:///tmp/bktest_buildkitd3428614680/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3428614680/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3428614680/net/cni\" for cleanup: open /tmp/bktest_buildkitd3428614680/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="creating new network namespace mb49um0q6iyblzh9ivnpsgdna" sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="finished creating network namespace mb49um0q6iyblzh9ivnpsgdna" sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="finished setting up network namespace mb49um0q6iyblzh9ivnpsgdna" sandbox.go:205: time="2025-10-20T14:45:04Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:45:04Z" level=info msg="found worker \"ic471ielnqkii7gnfw9tohcz1\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:dc731d4a-1ce4-47d5-9dc0-0320c6e56c1f org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:b808106248ca org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:45:04Z" level=info msg="found 1 workers, default=\"ic471ieln

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=containerd

=== RUN TestIntegration/TestPushByDigest/worker=containerd === PAUSE TestIntegration/TestPushByDigest/worker=containerd === CONT TestIntegration/TestPushByDigest/worker=containerd client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3902505189/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:19.078868547 +0000 UTC m=+258.085250114 /usr/bin/containerd --config /tmp/bktest_containerd3902505189/config.toml sandbox.go:205: time="2025-10-20T14:49:19.102133284Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:19.115719990Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.036µs" sandbox.go:205: time="2025-10-20T14:49:19.115746600Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:19.115789961Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:19.115810560Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:19.115861986Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:19.115885710Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.115973935Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.115993151Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116007678Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116027075Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116260451Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116276801Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116367180Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116607810Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:19.116654117Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd3902505189/root/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.container

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPushByDigest/worker=containerd

=== RUN TestIntegration/TestPushByDigest/worker=containerd === PAUSE TestIntegration/TestPushByDigest/worker=containerd === CONT TestIntegration/TestPushByDigest/worker=containerd client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2438771166/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2438771166/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:50.215832564 +0000 UTC m=+41.852896958 /usr/bin/containerd --config /tmp/bktest_containerd2438771166/config.toml sandbox.go:205: time="2025-10-20T14:45:50.239357716Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:50.252004895Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.777µs" sandbox.go:205: time="2025-10-20T14:45:50.252096286Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:50.252175153Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:50.252208165Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:50.252248190Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:50.252333178Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252456428Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252517169Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252584054Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252609301Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252836535Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.252877321Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.253001052Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.253801611Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:50.253875889Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd2438771166/root/io.containerd.snapshotter.

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestPushByDigest/worker=containerd-rootless

=== RUN TestIntegration/TestPushByDigest/worker=containerd-rootless === PAUSE TestIntegration/TestPushByDigest/worker=containerd-rootless === CONT TestIntegration/TestPushByDigest/worker=containerd-rootless client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd-rootless sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2042862538/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_containerd2042862538/config.toml sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2042862538/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_containerd2042862538/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:08.841488594 +0000 UTC m=+40.420865089 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2042862538/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_containerd2042862538/config.toml sandbox.go:205: time="2025-10-20T14:45:08.935277522Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:08.950005856Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.175µs" sandbox.go:205: time="2025-10-20T14:45:08.950040841Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:08.950080395Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:08.950096395Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:08.950132291Z" level=warning msg="failed to load plugin" error="mkdir /opt/containerd: permission denied" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:08.950146789Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:08.950159793Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:08.950250061Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:08.950271491Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:08.950283323Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-

Check failure on line 1280 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...

Failed: client/TestIntegration/TestPushByDigest/worker=containerd-snapshotter-stargz

=== RUN TestIntegration/TestPushByDigest/worker=containerd-snapshotter-stargz === PAUSE TestIntegration/TestPushByDigest/worker=containerd-snapshotter-stargz === CONT TestIntegration/TestPushByDigest/worker=containerd-snapshotter-stargz client_test.go:1280: Error Trace: /src/client/client_test.go:1280 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestPushByDigest/worker=containerd-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2590058113/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2590058113/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:50:06.613731149 +0000 UTC m=+328.283367360 /usr/bin/containerd --config /tmp/bktest_containerd2590058113/config.toml sandbox.go:205: time="2025-10-20T14:50:06.642237911Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:50:06.659309927Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.675µs" sandbox.go:205: time="2025-10-20T14:50:06.659333260Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:50:06.659368907Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:50:06.659387722Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:50:06.659426995Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:50:06.659459335Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.659553752Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.659608985Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.659666212Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.659696378Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.659974667Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.660024951Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.660172076Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.660633487Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:50:06.660716402Z" level=info msg="skip loading plugin"
require.Greater(t, desc.Size, int64(0))
}

Expand Down Expand Up @@ -3821,7 +3821,7 @@
} else {
require.Len(t, ev.Record.Result.Results, 2)
require.Len(t, ev.Record.Exporters, 6)
require.Equal(t, images.MediaTypeDockerSchema2Manifest, ev.Record.Result.Results[0].MediaType)

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestMultipleExporters/worker=oci-rootless-slirp4netns-detachnetns

=== RUN TestIntegration/TestMultipleExporters/worker=oci-rootless-slirp4netns-detachnetns === PAUSE TestIntegration/TestMultipleExporters/worker=oci-rootless-slirp4netns-detachnetns === CONT TestIntegration/TestMultipleExporters/worker=oci-rootless-slirp4netns-detachnetns client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=oci-rootless-slirp4netns-detachnetns sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2102346759/buildkitd.toml --root /tmp/bktest_buildkitd2180019052 --addr unix:///tmp/bktest_buildkitd2180019052/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2102346759/buildkitd.toml --root /tmp/bktest_buildkitd2180019052 --addr unix:///tmp/bktest_buildkitd2180019052/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:51.088071864 +0000 UTC m=+26.148675144 /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2102346759/buildkitd.toml --root /tmp/bktest_buildkitd2180019052 --addr unix:///tmp/bktest_buildkitd2180019052/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:44:51Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:51Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:44:51Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi2621893175: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:44:51Z" level=info msg="found worker \"o5n98inq20b3sp1o6rbw96qzr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:85009f56e646 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:51Z" level=info msg="found 1 workers, default=\"o5n98inq20b3sp1o6rbw96qzr\"" sandbox.go:205: time="2025-10-20T14:44:51Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:51Z" level=info msg="running server on /tmp/bktest_buildkitd2180019052/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:51Z" level=debug msg="session started" spanID=ad3d07990c6b69ae traceID=f5e3ac6cd6364fd7633892dc2f05

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=oci

=== RUN TestIntegration/TestMultipleExporters/worker=oci === PAUSE TestIntegration/TestMultipleExporters/worker=oci === CONT TestIntegration/TestMultipleExporters/worker=oci client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3326609491/buildkitd.toml --root /tmp/bktest_buildkitd2835573975 --addr unix:///tmp/bktest_buildkitd2835573975/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3326609491/buildkitd.toml --root /tmp/bktest_buildkitd2835573975 --addr unix:///tmp/bktest_buildkitd2835573975/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:35.816723684 +0000 UTC m=+116.437682193 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3326609491/buildkitd.toml --root /tmp/bktest_buildkitd2835573975 --addr unix:///tmp/bktest_buildkitd2835573975/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2835573975/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:35Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2835573975/net/cni\" for cleanup: open /tmp/bktest_buildkitd2835573975/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="creating new network namespace 4fr2555khy346s8reotyh1ii4" sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="finished creating network namespace 4fr2555khy346s8reotyh1ii4" sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="finished setting up network namespace 4fr2555khy346s8reotyh1ii4" sandbox.go:205: time="2025-10-20T14:46:35Z" level=info msg="found worker \"c0cfiqv4aqftrp1w8sc1tq0o5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:278637c200a7 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:35Z" level=info msg="found 1 workers, default=\"c0cfiqv4aqftrp1w8sc1tq0o5\"" sandbox.go:205: time="2025-10-20T14:46:35Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:35Z" level=info msg="running server on /tmp/bktest_buildkitd2835573975/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:35Z" level=debug msg="session started" spanID=b00a8854e0378402 traceID=084fff6c0f3bc1d7a6cf3f235470835d sandbox.go:205: time="2025-10-20T14:46:35Z"

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=oci-rootless

=== RUN TestIntegration/TestMultipleExporters/worker=oci-rootless === PAUSE TestIntegration/TestMultipleExporters/worker=oci-rootless === CONT TestIntegration/TestMultipleExporters/worker=oci-rootless client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=oci-rootless sandbox.go:202: 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_config3943260884/buildkitd.toml --root /tmp/bktest_buildkitd2680437443 --addr unix:///tmp/bktest_buildkitd2680437443/buildkitd.sock --debug sandbox.go:202: 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_config3943260884/buildkitd.toml --root /tmp/bktest_buildkitd2680437443 --addr unix:///tmp/bktest_buildkitd2680437443/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:27.628912923 +0000 UTC m=+115.725592975 /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_config3943260884/buildkitd.toml --root /tmp/bktest_buildkitd2680437443 --addr unix:///tmp/bktest_buildkitd2680437443/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:46:27Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:27Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:46:27Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi931663505: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:46:27Z" level=info msg="found worker \"t40hz7qcc86vfiek9i6do5qu2\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:aa858078d766 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:27Z" level=info msg="found 1 workers, default=\"t40hz7qcc86vfiek9i6do5qu2\"" sandbox.go:205: time="2025-10-20T14:46:27Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:27Z" level=info msg="running server on /tmp/bktest_buildkitd2680437443/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:27Z" level=debug msg="resolve exporter image with map[name:localhost:37099/buildkit/build/exporter:image]" spanID=aa1b763301c03c89 traceID=08dcd35fa52945b4cc6e160d372e4b2f sandbox.go:205: time="2025-10-20T14:46:27Z" level=warning msg="forcibly turning on oci-mediatype mode for oci-artifact" spanID=aa1b763301c03c89 traceID=08dcd35fa52945b4cc6e160d372e4b2f sandbox.go:205: time="2025-10-20T14:46:27Z" le

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=oci

=== RUN TestIntegration/TestMultipleExporters/worker=oci === PAUSE TestIntegration/TestMultipleExporters/worker=oci === CONT TestIntegration/TestMultipleExporters/worker=oci client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=oci sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2684922020/buildkitd.toml --root /tmp/bktest_buildkitd1003741489 --addr unix:///tmp/bktest_buildkitd1003741489/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:52.804573504 +0000 UTC m=+20.828501240 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2684922020/buildkitd.toml --root /tmp/bktest_buildkitd1003741489 --addr unix:///tmp/bktest_buildkitd1003741489/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd1003741489/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1003741489/net/cni\" for cleanup: open /tmp/bktest_buildkitd1003741489/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="creating new network namespace 4k85xrfs46ti2nd6bvrp0uzyt" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="finished creating network namespace 4k85xrfs46ti2nd6bvrp0uzyt" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="finished setting up network namespace 4k85xrfs46ti2nd6bvrp0uzyt" sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="found worker \"mfnrfhrt4eqyb5hskdrj6neye\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b760c7fba672 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="found 1 workers, default=\"mfnrfhrt4eqyb5hskdrj6neye\"" sandbox.go:205: time="2025-10-20T14:44:52Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:52Z" level=info msg="running server on /tmp/bktest_buildkitd1003741489/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="session started" spanID=9e4d9d6e0833e419 traceID=6ae8e66a986870f7f0790da0b9a30248 sandbox.go:205: time="2025-10-20T14:44:52Z" level=debug msg="resolve exporter image with map[name:localhost:42395/buildkit/build/exporter:image]" spanID=bf0505e694bf4bf0 traceID=a5d8c9ff67e567c93c25ab39994db6cd sandbox.go:205: time="2025-10-20T14:44:52Z" level=warning msg="forcibly turning on oci-mediatype mode for oci-artifact" spanID=bf0505e694bf4bf0 traceID=a5d8c9ff67e567c93

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestMultipleExporters/worker=oci-snapshotter-stargz

=== RUN TestIntegration/TestMultipleExporters/worker=oci-snapshotter-stargz === PAUSE TestIntegration/TestMultipleExporters/worker=oci-snapshotter-stargz === CONT TestIntegration/TestMultipleExporters/worker=oci-snapshotter-stargz client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=oci-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010479498/buildkitd.toml --root /tmp/bktest_buildkitd1026083802 --addr unix:///tmp/bktest_buildkitd1026083802/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010479498/buildkitd.toml --root /tmp/bktest_buildkitd1026083802 --addr unix:///tmp/bktest_buildkitd1026083802/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:13.784718351 +0000 UTC m=+72.376580972 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010479498/buildkitd.toml --root /tmp/bktest_buildkitd1026083802 --addr unix:///tmp/bktest_buildkitd1026083802/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd1026083802/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1026083802/net/cni\" for cleanup: open /tmp/bktest_buildkitd1026083802/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="creating new network namespace yo8rze8hgq649ot4kwl6agy3j" sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="finished creating network namespace yo8rze8hgq649ot4kwl6agy3j" sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="finished setting up network namespace yo8rze8hgq649ot4kwl6agy3j" sandbox.go:205: time="2025-10-20T14:46:13Z" level=info msg="found worker \"q5u33sc6rnn56y0fb3mmcjbmx\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fceea5878289 org.mobyproject.buildkit.worker.network:cni 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:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:13Z" level=info msg="found 1 workers, default=\"q5u33sc6rnn56y0fb3mmcjbmx\"" sandbox.go:205: time="2025-10-20T14:46:13Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:13Z" level=info msg="running server on /tmp/bktest_buildkitd1026083802/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:13Z" level=debug msg="session started" spanID=af5df1ae0ac2f784 traceID=e4b1dabeeb43

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd-2.0

=== RUN TestIntegration/TestMultipleExporters/worker=containerd-2.0 === PAUSE TestIntegration/TestMultipleExporters/worker=containerd-2.0 === CONT TestIntegration/TestMultipleExporters/worker=containerd-2.0 client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd-2.0 sandbox.go:202: stdout: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2017385764/config.toml sandbox.go:202: stderr: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2017385764/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:48:50.6287453 +0000 UTC m=+260.061352683 /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd2017385764/config.toml sandbox.go:205: time="2025-10-20T14:48:50.654049745Z" level=info msg="starting containerd" revision= version=2.0.6+unknown sandbox.go:205: time="2025-10-20T14:48:50.668544505Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.858µs" sandbox.go:205: time="2025-10-20T14:48:50.668669329Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:48:50.668862059Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:48:50.669004015Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:48:50.669275724Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:48:50.669350433Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.669717340Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670080359Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670101639Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670114353Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670191698Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670366926Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670394137Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd2017385764/root/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:50.670401511Z" level=info msg="loading plugin" id=io.containerd.event.v1.exchange type=io.containerd.event.v1 sandbox.go:205: time="2025-10

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-1.7, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd-1.7

=== RUN TestIntegration/TestMultipleExporters/worker=containerd-1.7 === PAUSE TestIntegration/TestMultipleExporters/worker=containerd-1.7 === CONT TestIntegration/TestMultipleExporters/worker=containerd-1.7 client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd-1.7 sandbox.go:202: stdout: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd269926500/config.toml sandbox.go:202: stderr: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd269926500/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:01.464633567 +0000 UTC m=+38.260106262 /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd269926500/config.toml sandbox.go:205: time="2025-10-20T14:45:01.494341829Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28 sandbox.go:205: time="2025-10-20T14:45:01.530884572Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:45:01.530961636Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:01.531033300Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:01.531085407Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531231611Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531273389Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531314596Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531344872Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531513307Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.531794684Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.533449785Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.533477728Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:01.533693040Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd269926500/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used wi

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd

=== RUN TestIntegration/TestMultipleExporters/worker=containerd === PAUSE TestIntegration/TestMultipleExporters/worker=containerd === CONT TestIntegration/TestMultipleExporters/worker=containerd client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4133943724/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config1171163434/buildkitd.toml --root /tmp/bktest_buildkitd2979997959 --addr unix:///tmp/bktest_buildkitd2979997959/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:49:16.60596876 +0000 UTC m=+255.612350337 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4133943724/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config1171163434/buildkitd.toml --root /tmp/bktest_buildkitd2979997959 --addr unix:///tmp/bktest_buildkitd2979997959/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2979997959/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2979997959/net/cni\" for cleanup: open /tmp/bktest_buildkitd2979997959/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="creating new network namespace rp7660bnj8lscs2picbl8rtp6" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="finished creating network namespace rp7660bnj8lscs2picbl8rtp6" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="finished setting up network namespace rp7660bnj8lscs2picbl8rtp6" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:49:16Z" level=info msg="found worker \"jgzg01py7x21o4lssh89x9f7i\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:4d5c5231-1277-4762-b14d-6e72571c44b3 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:a50a2a747b75 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:49:16Z" level=info msg="found 1 workers, default=\"jgzg01py7x21o4lssh89x9f7i\"" sandbox.go:205: time="2025-10-20T14:49:16Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:49:16Z" level=info msg="running server on /tmp/bktest_buildkitd2979997959/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:49:16Z" level=debug msg="resolve exporter image with map[name:localhost:40627/buildkit/build/exporter:image]" spanID=

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd

=== RUN TestIntegration/TestMultipleExporters/worker=containerd === PAUSE TestIntegration/TestMultipleExporters/worker=containerd === CONT TestIntegration/TestMultipleExporters/worker=containerd client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2007680003/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config3238051170/buildkitd.toml --root /tmp/bktest_buildkitd352680344 --addr unix:///tmp/bktest_buildkitd352680344/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:45:47.384459479 +0000 UTC m=+39.021523853 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2007680003/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config3238051170/buildkitd.toml --root /tmp/bktest_buildkitd352680344 --addr unix:///tmp/bktest_buildkitd352680344/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd352680344/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="could not read \"/tmp/bktest_buildkitd352680344/net/cni\" for cleanup: open /tmp/bktest_buildkitd352680344/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="creating new network namespace rwo35en5zprhed7fr8cltwjef" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="finished creating network namespace rwo35en5zprhed7fr8cltwjef" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="finished setting up network namespace rwo35en5zprhed7fr8cltwjef" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:45:47Z" level=info msg="found worker \"22vv1klwupij6wmn3rqezi1je\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:5b102e98-375b-4374-9fe5-60fbd0fb97e0 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2d0bcf72151a org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:45:47Z" level=info msg="found 1 workers, default=\"22vv1klwupij6wmn3rqezi1je\"" sandbox.go:205: time="2025-10-20T14:45:47Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:45:47Z" level=info msg="running server on /tmp/bktest_buildkitd352680344/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:45:47Z" level=debug msg="resolve exporter image with map[name:localhost:33731/buildkit/build/exporter:image]" spanID=d53de313

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd-rootless

=== RUN TestIntegration/TestMultipleExporters/worker=containerd-rootless === PAUSE TestIntegration/TestMultipleExporters/worker=containerd-rootless === CONT TestIntegration/TestMultipleExporters/worker=containerd-rootless client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd-rootless sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1759814781/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_containerd1759814781/config.toml sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1759814781/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_containerd1759814781/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:05.863423961 +0000 UTC m=+37.442800466 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1759814781/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_containerd1759814781/config.toml sandbox.go:205: time="2025-10-20T14:45:05.982887982Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:05.990471496Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.906µs" sandbox.go:205: time="2025-10-20T14:45:05.990512563Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:05.990558469Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:05.990588024Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:05.990623009Z" level=warning msg="failed to load plugin" error="mkdir /opt/containerd: permission denied" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:05.990656872Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:05.990677871Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:05.990756248Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:05.990786594Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:05.990817823Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go

Check failure on line 3824 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...

Failed: client/TestIntegration/TestMultipleExporters/worker=containerd-snapshotter-stargz

=== RUN TestIntegration/TestMultipleExporters/worker=containerd-snapshotter-stargz === PAUSE TestIntegration/TestMultipleExporters/worker=containerd-snapshotter-stargz === CONT TestIntegration/TestMultipleExporters/worker=containerd-snapshotter-stargz client_test.go:3824: Error Trace: /src/client/client_test.go:3824 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.v2+json" actual : "application/vnd.oci.image.manifest.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.v2+json +application/vnd.oci.image.manifest.v1+json Test: TestIntegration/TestMultipleExporters/worker=containerd-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1226853327/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1226853327/root sandbox.go:202: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1226853327/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1226853327/root sandbox.go:205: > StartCmd 2025-10-20 14:50:02.226145282 +0000 UTC m=+323.895781463 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1226853327/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1226853327/root sandbox.go:205: {"key":"buildkit/1/t7gl0pkpsvyd5w9y3emjxturo","level":"debug","msg":"checking layer availability","time":"2025-10-20T14:50:02.572420600Z"} sandbox.go:205: {"key":"buildkit/1/t7gl0pkpsvyd5w9y3emjxturo","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc1226853327/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2025-10-20T14:50:02.572581380Z"} sandbox.go:205: {"key":"buildkit/1/t7gl0pkpsvyd5w9y3emjxturo","level":"debug","msg":"checking layer availability","time":"2025-10-20T14:50:02.583854440Z"} sandbox.go:205: {"key":"buildkit/1/t7gl0pkpsvyd5w9y3emjxturo","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc1226853327/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2025-10-20T14:50:02.583958103Z"} sandbox.go:205: {"key":"buildkit/2/pqrp4nfe4jj6l2ycppwhw7qu4","level":"debug","msg":"checking layer availability","time":"2025-10-20T14:50:02.607330858Z"} sandbox.go:205: {"key":"buildkit/2/pqrp4nfe4jj6l2ycppwhw7qu4","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc1226853327/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2025-10-20T14:50:02.607558612Z"} sandbox.go:205: > sending sigterm 2025-10-20 14:50:02.82342549 +0000 UTC m=+324.493061670 sandbox.go:205: > sending SIGTERM 2025-10-20 14:50:02.823432322 +0000 UTC m=+324.493068503 sandbox.go:205: {"level":"info","msg":"Got terminated","time":"2025-10-20T14:50:02.823526788Z"} sandbox.go:205: {"level":"info","msg":"Exiting","time":"2025-10-20T14:50:02.823590097Z"} sandbox.go:205: > stopped 2025-10-20 14:50:02.82727837 +0000 UTC m=+324.496914572 exit status 0 0 sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd1989983621/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1989983621/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:50:02.328724453 +0000 UTC m=+323.998360654 /usr/bin/containerd --config /tmp/bktest_containerd1989983621/config.toml sandbox.go:205: time="2025-10-20T14:50:02.353804001Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:50:02.362727496Z" level=warning msg="Configuratio
require.Equal(t, ocispecs.MediaTypeImageManifest, ev.Record.Result.Results[1].MediaType)
}
require.Equal(t, ev.Record.Result.Results[0], ev.Record.Result.ResultDeprecated)
Expand Down Expand Up @@ -4810,7 +4810,7 @@
},
},
}, nil)
require.NoError(t, err)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:45641/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=1 (7.36s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:40573/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 (7.25s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:41147/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=1 (7.19s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:40351/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=1 (7.33s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:40849/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=1 (7.28s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:44137/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=1 (7.55s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:39873/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 (7.53s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:44379/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 (7.48s)

Check failure on line 4813 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-rootless/propagate=1

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-rootless/propagate=1 client_test.go:4813: Error Trace: /src/client/client_test.go:4813 Error: Received unexpected error: failed to push localhost:34363/buildkit/build/exporter/foreign:latest: errors: unknown unknown: unknown error unknown: blob unknown to registry - sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:264 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_grpc.pb.go:88 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:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:295 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:93 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1693 Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-rootless/propagate=1 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-rootless/propagate=1 (7.55s)

ctx := namespaces.WithNamespace(sb.Context(), "buildkit")

Expand Down Expand Up @@ -4871,7 +4871,7 @@
require.NoError(t, err)

require.Equal(t, 2, len(mfst.Layers))
require.Equal(t, images.MediaTypeDockerSchema2Layer, mfst.Layers[0].MediaType)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless-slirp4netns-detachnetns/propagate=0 (0.11s)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 (0.11s)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-rootless/propagate=0 (0.11s)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci/propagate=0 (0.09s)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=oci-snapshotter-stargz/propagate=0 (0.16s)

Check failure on line 4874 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=0

=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=0 client_test.go:4874: Error Trace: /src/client/client_test.go:4874 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=0 --- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd-2.0/propagate=0 (0.17s)
require.Len(t, mfst.Layers[0].URLs, 0)
require.Equal(t, images.MediaTypeDockerSchema2Layer, mfst.Layers[1].MediaType)

Expand Down Expand Up @@ -4938,7 +4938,7 @@
mfst, err := images.Manifest(ctx, client.ContentStore(), img.Target(), nil)
require.NoError(t, err)
require.Equal(t, 1, len(mfst.Layers))
require.Equal(t, images.MediaTypeDockerSchema2Layer, mfst.Layers[0].MediaType)
require.Equal(t, ocispecs.MediaTypeImageLayer, mfst.Layers[0].MediaType)
}

// new layer with gzip compression
Expand Down Expand Up @@ -5007,7 +5007,7 @@
err = json.Unmarshal(dt, &mfst)
require.NoError(t, err)
require.Equal(t, 2, len(mfst.Layers))
require.Equal(t, images.MediaTypeDockerSchema2Layer, mfst.Layers[0].MediaType)

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd-2.0

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd-2.0 === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd-2.0 === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd-2.0 client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd-2.0 sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd683898102/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config1781184698/buildkitd.toml --root /tmp/bktest_buildkitd3158381535 --addr unix:///tmp/bktest_buildkitd3158381535/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:49:09.511824837 +0000 UTC m=+278.944432210 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd683898102/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config1781184698/buildkitd.toml --root /tmp/bktest_buildkitd3158381535 --addr unix:///tmp/bktest_buildkitd3158381535/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3158381535/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3158381535/net/cni\" for cleanup: open /tmp/bktest_buildkitd3158381535/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="creating new network namespace xt2ajtk15d42kjxdovns0pdii" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="finished creating network namespace xt2ajtk15d42kjxdovns0pdii" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="finished setting up network namespace xt2ajtk15d42kjxdovns0pdii" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:49:09Z" level=info msg="found worker \"evs989zlb69r8xz67e6ab6ugp\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:65cbe855-b22b-47db-a8d8-e1836c21b5d3 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:e49f886ee437 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:49:09Z" level=info msg="found 1 workers, default=\"evs989zlb69r8xz67e6ab6ugp\"" sandbox.go:205: time="2025-10-20T14:49:09Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:49:09Z" level=info msg="running server on /tmp/bktest_buildkitd3158381535/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:49:09Z" level=debug msg="resolve exporter image with map[compression:uncompressed name

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-1.7, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd-1.7

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd-1.7 === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd-1.7 === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd-1.7 client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd-1.7 sandbox.go:202: stdout: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd941588533/config.toml sandbox.go:202: stderr: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd941588533/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:46:40.27850603 +0000 UTC m=+137.073978695 /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd941588533/config.toml sandbox.go:205: time="2025-10-20T14:46:40.335178413Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28 sandbox.go:205: time="2025-10-20T14:46:40.380933196Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:46:40.380981557Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:46:40.381043693Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:46:40.381066526Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.381529502Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.381582682Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.381622206Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.381653134Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.381793797Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.382327696Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.383679506Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.383743605Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:46:40.384030913Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd941588533/root/io.containerd.snapshotter.v1.zfs must be a zfs filesyst

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd718336677/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd718336677/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:34.224221195 +0000 UTC m=+273.230602762 /usr/bin/containerd --config /tmp/bktest_containerd718336677/config.toml sandbox.go:205: time="2025-10-20T14:49:34.247218023Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:34.259231606Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.416µs" sandbox.go:205: time="2025-10-20T14:49:34.259947900Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:34.260133367Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:34.260151861Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:34.260197015Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:34.260212003Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260287074Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260309786Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260323983Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260335113Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260539846Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260580191Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260714633Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.260987182Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:34.261069426Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd71833667

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3230887545/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config2755923755/buildkitd.toml --root /tmp/bktest_buildkitd142718657 --addr unix:///tmp/bktest_buildkitd142718657/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:49:42.407716477 +0000 UTC m=+274.044780851 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3230887545/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config2755923755/buildkitd.toml --root /tmp/bktest_buildkitd142718657 --addr unix:///tmp/bktest_buildkitd142718657/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd142718657/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="could not read \"/tmp/bktest_buildkitd142718657/net/cni\" for cleanup: open /tmp/bktest_buildkitd142718657/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="creating new network namespace 99sljknuvhp7k537piempd1h6" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="finished creating network namespace 99sljknuvhp7k537piempd1h6" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="finished setting up network namespace 99sljknuvhp7k537piempd1h6" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:49:42Z" level=info msg="found worker \"d6wvzeaqx58r6q26xkfy8imsu\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:2ec082f5-ef29-464c-8c70-2cafb46ae47c org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2d0bcf72151a org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:49:42Z" level=info msg="found 1 workers, default=\"d6wvzeaqx58r6q26xkfy8imsu\"" sandbox.go:205: time="2025-10-20T14:49:42Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:49:42Z" level=info msg="running server on /tmp/bktest_buildkitd142718657/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:49:42Z" level=debug msg="session started" spanID=57543bbaf264d77c traceID=1b9dfafbd4f6dc826d4a640f57fcb62e

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd-rootless

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd-rootless === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd-rootless === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd-rootless client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd-rootless sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3623450044/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_containerd3623450044/config.toml sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3623450044/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_containerd3623450044/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:06.695920909 +0000 UTC m=+278.275297374 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3623450044/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_containerd3623450044/config.toml sandbox.go:205: time="2025-10-20T14:49:06.787374526Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:06.800615058Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.256µs" sandbox.go:205: time="2025-10-20T14:49:06.800678586Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:06.800739920Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:06.800792469Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:06.800850607Z" level=warning msg="failed to load plugin" error="mkdir /opt/containerd: permission denied" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:06.800894499Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:06.800925487Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:06.801020303Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:06.801063474Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:06.801080556Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.

Check failure on line 5010 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...

Failed: client/TestIntegration/TestBuildExportWithUncompressed/worker=containerd-snapshotter-stargz

=== RUN TestIntegration/TestBuildExportWithUncompressed/worker=containerd-snapshotter-stargz === PAUSE TestIntegration/TestBuildExportWithUncompressed/worker=containerd-snapshotter-stargz === CONT TestIntegration/TestBuildExportWithUncompressed/worker=containerd-snapshotter-stargz client_test.go:5010: Error Trace: /src/client/client_test.go:5010 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar" actual : "application/vnd.oci.image.layer.v1.tar" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar +application/vnd.oci.image.layer.v1.tar Test: TestIntegration/TestBuildExportWithUncompressed/worker=containerd-snapshotter-stargz sandbox.go:202: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc320950596/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc320950596/root sandbox.go:205: > StartCmd 2025-10-20 14:50:21.32175816 +0000 UTC m=+342.991394341 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc320950596/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc320950596/root sandbox.go:205: {"key":"buildkit/1/tmp-tdk0zm7ty5n92zm03sha5hi0u sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc320950596/root/snapshotter/snapshots/1/fs","parent":"","time":"2025-10-20T14:50:21.691953340Z"} sandbox.go:205: {"key":"buildkit/1/tmp-tdk0zm7ty5n92zm03sha5hi0u sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc320950596/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:50:21.692181005Z"} sandbox.go:205: {"digest":"sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","error":null,"key":"buildkit/1/tmp-tdk0zm7ty5n92zm03sha5hi0u sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc320950596/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/library/busybox:latest","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:50:21.692489241Z"} sandbox.go:205: {"key":"buildkit/1/tmp-tdk0zm7ty5n92zm03sha5hi0u sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc320950596/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:50:21.815854735Z"} sandbox.go:205: {"error":"failed to resolve layer \"sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7\" from \"docker.io/library/busybox:latest\": 4 error(s) occurred:\n\t* gzip: invalid header\n\t* legacy: failed to get footer gzip reader: gzip: invalid header\n\t* invalid magic number\n\t* gzip: invalid header: failed to resolve target","key":"buildkit/1/tmp-tdk0zm7ty5n92zm03sha5hi0u sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc320950596/root/snapshotter/snapshots/1/fs","msg":"failed to resolve layer","parent":"","time":"2025-10-20T14:50:21.968183758Z"} sandbox.go:205
require.Equal(t, images.MediaTypeDockerSchema2LayerGzip, mfst.Layers[1].MediaType)

dt, err = content.ReadBlob(ctx, img.ContentStore(), ocispecs.Descriptor{Digest: mfst.Layers[0].Digest})
Expand Down Expand Up @@ -5170,7 +5170,7 @@
require.NoError(t, err)

lastLayer = mfst.Layers[len(mfst.Layers)-1]
require.Equal(t, images.MediaTypeDockerSchema2Layer+".zstd", lastLayer.MediaType)

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestBuildExportZstd/worker=oci-rootless-slirp4netns-detachnetns

=== RUN TestIntegration/TestBuildExportZstd/worker=oci-rootless-slirp4netns-detachnetns === PAUSE TestIntegration/TestBuildExportZstd/worker=oci-rootless-slirp4netns-detachnetns === CONT TestIntegration/TestBuildExportZstd/worker=oci-rootless-slirp4netns-detachnetns client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=oci-rootless-slirp4netns-detachnetns sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2971161638/buildkitd.toml --root /tmp/bktest_buildkitd1190692155 --addr unix:///tmp/bktest_buildkitd1190692155/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2971161638/buildkitd.toml --root /tmp/bktest_buildkitd1190692155 --addr unix:///tmp/bktest_buildkitd1190692155/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:48.02047557 +0000 UTC m=+23.081078871 /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2971161638/buildkitd.toml --root /tmp/bktest_buildkitd1190692155 --addr unix:///tmp/bktest_buildkitd1190692155/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:44:48Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:48Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:44:48Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi2790229030: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:44:48Z" level=info msg="found worker \"k1fcljal658lgud31re258oe1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:85009f56e646 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:48Z" level=info msg="found 1 workers, default=\"k1fcljal658lgud31re258oe1\"" sandbox.go:205: time="2025-10-20T14:44:48Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:48Z" level=info msg="running server on /tmp/bktest_buildkitd1190692155/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:48Z" level=debug msg="resolve exporter oci with map[compression:zstd]" spanID=b1843bc92bcf6494 traceID=a7b295edf

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=oci

=== RUN TestIntegration/TestBuildExportZstd/worker=oci === PAUSE TestIntegration/TestBuildExportZstd/worker=oci === CONT TestIntegration/TestBuildExportZstd/worker=oci client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config423781777/buildkitd.toml --root /tmp/bktest_buildkitd945988401 --addr unix:///tmp/bktest_buildkitd945988401/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config423781777/buildkitd.toml --root /tmp/bktest_buildkitd945988401 --addr unix:///tmp/bktest_buildkitd945988401/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:33.411681736 +0000 UTC m=+114.032640265 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config423781777/buildkitd.toml --root /tmp/bktest_buildkitd945988401 --addr unix:///tmp/bktest_buildkitd945988401/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd945988401/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:33Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="could not read \"/tmp/bktest_buildkitd945988401/net/cni\" for cleanup: open /tmp/bktest_buildkitd945988401/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="creating new network namespace 30bf0tuvdwutls9rm0gsyeex5" sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="finished creating network namespace 30bf0tuvdwutls9rm0gsyeex5" sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="finished setting up network namespace 30bf0tuvdwutls9rm0gsyeex5" sandbox.go:205: time="2025-10-20T14:46:33Z" level=info msg="found worker \"vck5shif2cktoe0l80jdrkoxh\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:278637c200a7 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:33Z" level=info msg="found 1 workers, default=\"vck5shif2cktoe0l80jdrkoxh\"" sandbox.go:205: time="2025-10-20T14:46:33Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:33Z" level=info msg="running server on /tmp/bktest_buildkitd945988401/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:33Z" level=debug msg="resolve exporter oci with map[compression:zstd]" spanID=7543dbd460a035c8 traceID=cfc5a9d72e87ec58e7af842978ee0481 sandbox.go:205: time="2025-10-20T14:4

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=oci-rootless

=== RUN TestIntegration/TestBuildExportZstd/worker=oci-rootless === PAUSE TestIntegration/TestBuildExportZstd/worker=oci-rootless === CONT TestIntegration/TestBuildExportZstd/worker=oci-rootless client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=oci-rootless sandbox.go:202: 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_config649588975/buildkitd.toml --root /tmp/bktest_buildkitd96705415 --addr unix:///tmp/bktest_buildkitd96705415/buildkitd.sock --debug sandbox.go:202: 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_config649588975/buildkitd.toml --root /tmp/bktest_buildkitd96705415 --addr unix:///tmp/bktest_buildkitd96705415/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:25.435037463 +0000 UTC m=+113.531717535 /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_config649588975/buildkitd.toml --root /tmp/bktest_buildkitd96705415 --addr unix:///tmp/bktest_buildkitd96705415/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:46:25Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:25Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:46:25Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi4179035369: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:46:25Z" level=info msg="found worker \"oj7ie402fpx4zi83o8u25jok9\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:aa858078d766 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:25Z" level=info msg="found 1 workers, default=\"oj7ie402fpx4zi83o8u25jok9\"" sandbox.go:205: time="2025-10-20T14:46:25Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:25Z" level=info msg="running server on /tmp/bktest_buildkitd96705415/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:25Z" level=debug msg="session started" spanID=9c1010e7544e869d traceID=b4912dfe0f81ff9674010b9087fd104f sandbox.go:205: time="2025-10-20T14:46:25Z" level=debug msg="resolve exporter oci with map[compression:zstd]" spanID=6b760e22e86e0ee3 traceID=d8461723128b6b0d0ac355ad7f05f4a8 sandbox.go:205: time="2025-10-20T14:46:25Z" level=debug msg="skipping invalid cache export mode: " spanID=6b760e22e86e0ee3 traceID=d8461723128b6b0d0ac35

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=oci

=== RUN TestIntegration/TestBuildExportZstd/worker=oci === PAUSE TestIntegration/TestBuildExportZstd/worker=oci === CONT TestIntegration/TestBuildExportZstd/worker=oci client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config104748612/buildkitd.toml --root /tmp/bktest_buildkitd2716184890 --addr unix:///tmp/bktest_buildkitd2716184890/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config104748612/buildkitd.toml --root /tmp/bktest_buildkitd2716184890 --addr unix:///tmp/bktest_buildkitd2716184890/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:49.915212327 +0000 UTC m=+17.939140073 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config104748612/buildkitd.toml --root /tmp/bktest_buildkitd2716184890 --addr unix:///tmp/bktest_buildkitd2716184890/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:44:49Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2716184890/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2716184890/net/cni\" for cleanup: open /tmp/bktest_buildkitd2716184890/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="creating new network namespace m2y3sxtk191g93qsqlekhvwq0" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="finished creating network namespace m2y3sxtk191g93qsqlekhvwq0" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="finished setting up network namespace m2y3sxtk191g93qsqlekhvwq0" sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="found worker \"lhzk69wqpa5gxzn1fb7zi7lso\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b760c7fba672 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="found 1 workers, default=\"lhzk69wqpa5gxzn1fb7zi7lso\"" sandbox.go:205: time="2025-10-20T14:44:50Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="running server on /tmp/bktest_buildkitd2716184890/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="session started" spanID=43931d9c188b62e5 traceID=9dbe770d807005932440317c47ab88cd sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg=

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestBuildExportZstd/worker=oci-snapshotter-stargz

=== RUN TestIntegration/TestBuildExportZstd/worker=oci-snapshotter-stargz === PAUSE TestIntegration/TestBuildExportZstd/worker=oci-snapshotter-stargz === CONT TestIntegration/TestBuildExportZstd/worker=oci-snapshotter-stargz client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=oci-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config4266521532/buildkitd.toml --root /tmp/bktest_buildkitd461699895 --addr unix:///tmp/bktest_buildkitd461699895/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config4266521532/buildkitd.toml --root /tmp/bktest_buildkitd461699895 --addr unix:///tmp/bktest_buildkitd461699895/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:11.119636649 +0000 UTC m=+69.711499281 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config4266521532/buildkitd.toml --root /tmp/bktest_buildkitd461699895 --addr unix:///tmp/bktest_buildkitd461699895/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd461699895/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="could not read \"/tmp/bktest_buildkitd461699895/net/cni\" for cleanup: open /tmp/bktest_buildkitd461699895/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="creating new network namespace urqwebe6iuyu3ho3mopttrz72" sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="finished creating network namespace urqwebe6iuyu3ho3mopttrz72" sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="finished setting up network namespace urqwebe6iuyu3ho3mopttrz72" sandbox.go:205: time="2025-10-20T14:46:11Z" level=info msg="found worker \"z68mn2oc2no7ky9jpt5vi0be5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fceea5878289 org.mobyproject.buildkit.worker.network:cni 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:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:11Z" level=info msg="found 1 workers, default=\"z68mn2oc2no7ky9jpt5vi0be5\"" sandbox.go:205: time="2025-10-20T14:46:11Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:11Z" level=info msg="running server on /tmp/bktest_buildkitd461699895/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:11Z" level=debug msg="session started" spanID=1a5808a000a4f5d2 traceID=975f5501174c670ac844ac7e705be576

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd-2.0

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd-2.0 === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd-2.0 === CONT TestIntegration/TestBuildExportZstd/worker=containerd-2.0 client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd-2.0 sandbox.go:202: stdout: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd1365668122/config.toml sandbox.go:202: stderr: /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd1365668122/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:48:47.524256972 +0000 UTC m=+256.956864355 /opt/containerd-alt-20/bin/containerd --config /tmp/bktest_containerd1365668122/config.toml sandbox.go:205: time="2025-10-20T14:48:47.568018464Z" level=info msg="starting containerd" revision= version=2.0.6+unknown sandbox.go:205: time="2025-10-20T14:48:47.579179199Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.975µs" sandbox.go:205: time="2025-10-20T14:48:47.579212161Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:48:47.579234552Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:48:47.579287291Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:48:47.579315023Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:48:47.579351361Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579437793Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579459143Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579478018Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579493607Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579607160Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579895069Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579941886Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd1365668122/root/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:48:47.579958037Z" level=info msg="loading plugin" id=io.containerd.event.v1.exchange type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:48:

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-1.7, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd-1.7

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd-1.7 === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd-1.7 === CONT TestIntegration/TestBuildExportZstd/worker=containerd-1.7 client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd-1.7 sandbox.go:202: stdout: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd355419774/config.toml sandbox.go:202: stderr: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd355419774/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:44:57.760643267 +0000 UTC m=+34.556115962 /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd355419774/config.toml sandbox.go:205: time="2025-10-20T14:44:57.785159440Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28 sandbox.go:205: time="2025-10-20T14:44:57.813894445Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:44:57.813963634Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:44:57.814016373Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:44:57.814030489Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814138281Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814155703Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814193845Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814214002Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814317746Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.814584585Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.815623707Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.815687326Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:57.815949125Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd355419774/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs s

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd === CONT TestIntegration/TestBuildExportZstd/worker=containerd client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2243212305/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:13.963845963 +0000 UTC m=+252.970227530 /usr/bin/containerd --config /tmp/bktest_containerd2243212305/config.toml sandbox.go:205: time="2025-10-20T14:49:14.010478164Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:14.024844663Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.964µs" sandbox.go:205: time="2025-10-20T14:49:14.024881472Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:14.024923341Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:14.024948938Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:14.024993321Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:14.025009201Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025151356Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025166295Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025184118Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025198364Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025615113Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025729056Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.025942555Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.026377828Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:14.026470000Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd2243212305/root/io.containerd.snapshotter.v1.zfs: no such file or directory: skip plugin" id=io.containerd.snapshotter.v1.zfs type=io.c

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd === CONT TestIntegration/TestBuildExportZstd/worker=containerd client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd1484461677/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1484461677/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:43.761834458 +0000 UTC m=+35.398898852 /usr/bin/containerd --config /tmp/bktest_containerd1484461677/config.toml sandbox.go:205: time="2025-10-20T14:45:43.780049003Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:43.795300107Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.136µs" sandbox.go:205: time="2025-10-20T14:45:43.795456469Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:43.795574389Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:43.795727656Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:43.795899226Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:43.795936055Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.796155194Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.796231536Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.796323328Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.796356029Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.796981337Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.797142701Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.798132550Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.798366707Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:43.798407042Z" level=info msg="skip loading plugin" error="lstat /tmp/bktest_containerd1484461677/root/io.containerd.snap

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd-rootless

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd-rootless === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd-rootless === CONT TestIntegration/TestBuildExportZstd/worker=containerd-rootless client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd-rootless sandbox.go:202: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd552957648/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_containerd552957648/config.toml sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd552957648/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_containerd552957648/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:02.347277781 +0000 UTC m=+33.926654256 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd552957648/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_containerd552957648/config.toml sandbox.go:205: time="2025-10-20T14:45:02.433337586Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:02.443762843Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.604µs" sandbox.go:205: time="2025-10-20T14:45:02.443789353Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:02.443830960Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:02.443846148Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:02.443882406Z" level=warning msg="failed to load plugin" error="mkdir /opt/containerd: permission denied" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:02.443894970Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:02.443907593Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:02.443986400Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:02.444001759Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:02.444015615Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-1

Check failure on line 5173 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...

Failed: client/TestIntegration/TestBuildExportZstd/worker=containerd-snapshotter-stargz

=== RUN TestIntegration/TestBuildExportZstd/worker=containerd-snapshotter-stargz === PAUSE TestIntegration/TestBuildExportZstd/worker=containerd-snapshotter-stargz === CONT TestIntegration/TestBuildExportZstd/worker=containerd-snapshotter-stargz client_test.go:5173: Error Trace: /src/client/client_test.go:5173 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestBuildExportZstd/worker=containerd-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3277156731/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3277156731/root sandbox.go:202: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3277156731/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3277156731/root sandbox.go:205: > StartCmd 2025-10-20 14:49:55.606943216 +0000 UTC m=+317.276579427 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3277156731/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3277156731/root sandbox.go:205: {"key":"buildkit/1/tmp-9cm0pi6unhb0v48k67wcb1brg sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc3277156731/root/snapshotter/snapshots/1/fs","parent":"","time":"2025-10-20T14:49:56.041938667Z"} sandbox.go:205: {"key":"buildkit/1/tmp-9cm0pi6unhb0v48k67wcb1brg sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc3277156731/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:49:56.042117400Z"} sandbox.go:205: {"digest":"sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","error":null,"key":"buildkit/1/tmp-9cm0pi6unhb0v48k67wcb1brg sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc3277156731/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/library/busybox:latest","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:49:56.042313476Z"} sandbox.go:205: {"key":"buildkit/1/tmp-9cm0pi6unhb0v48k67wcb1brg sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc3277156731/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/library/busybox:latest/sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7","time":"2025-10-20T14:49:56.085044865Z"} sandbox.go:205: {"error":"failed to resolve layer \"sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7\" from \"docker.io/library/busybox:latest\": 4 error(s) occurred:\n\t* gzip: invalid header\n\t* legacy: failed to get footer gzip reader: gzip: invalid header\n\t* invalid magic number\n\t* gzip: invalid header: failed to resolve target","key":"buildkit/1/tmp-9cm0pi6unhb0v48k67wcb1brg sha256:3d24ee258efc3bfe4066a1a9fb83febf6dc0b1548dfe896161533668281c9f4f","level":"de

require.Equal(t, lastLayer.Digest.Hex(), zstdLayerDigest)
}
Expand Down Expand Up @@ -5259,7 +5259,7 @@
if ociMediaTypes {
require.Equal(t, ocispecs.MediaTypeImageLayer+"+zstd", firstLayer.MediaType)
} else {
require.Equal(t, images.MediaTypeDockerSchema2Layer+".zstd", firstLayer.MediaType)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/TestIntegration/TestPullZstdImage/worker=oci-rootless-slirp4netns-detachnetns/ociMediaTypes=false (0.68s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false (0.45s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPullZstdImage/worker=oci-rootless/TestIntegration/TestPullZstdImage/worker=oci-rootless/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=oci-rootless/TestIntegration/TestPullZstdImage/worker=oci-rootless/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=oci-rootless/TestIntegration/TestPullZstdImage/worker=oci-rootless/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=oci-rootless/TestIntegration/TestPullZstdImage/worker=oci-rootless/ociMediaTypes=false (0.46s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=oci/TestIntegration/TestPullZstdImage/worker=oci/ociMediaTypes=false (0.50s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/TestIntegration/TestPullZstdImage/worker=oci-snapshotter-stargz/ociMediaTypes=false (0.55s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false (0.66s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=containerd/TestIntegration/TestPullZstdImage/worker=containerd/ociMediaTypes=false (0.71s)

Check failure on line 5262 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestPullZstdImage/worker=containerd-rootless/TestIntegration/TestPullZstdImage/worker=containerd-rootless/ociMediaTypes=false

=== RUN TestIntegration/TestPullZstdImage/worker=containerd-rootless/TestIntegration/TestPullZstdImage/worker=containerd-rootless/ociMediaTypes=false client_test.go:5262: Error Trace: /src/client/client_test.go:5262 Error: Not equal: expected: "application/vnd.docker.image.rootfs.diff.tar.zstd" actual : "application/vnd.oci.image.layer.v1.tar+zstd" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.image.rootfs.diff.tar.zstd +application/vnd.oci.image.layer.v1.tar+zstd Test: TestIntegration/TestPullZstdImage/worker=containerd-rootless/TestIntegration/TestPullZstdImage/worker=containerd-rootless/ociMediaTypes=false --- FAIL: TestIntegration/TestPullZstdImage/worker=containerd-rootless/TestIntegration/TestPullZstdImage/worker=containerd-rootless/ociMediaTypes=false (0.87s)
}

zstdLayerDigest := firstLayer.Digest.Hex()
Expand Down Expand Up @@ -5414,10 +5414,10 @@
err = json.Unmarshal(dt, &mfst)
require.NoError(t, err)

require.Equal(t, images.MediaTypeDockerSchema2Manifest, mfst.MediaType)
require.Equal(t, ocispecs.MediaTypeImageManifest, mfst.MediaType)
require.Equal(t, 3, len(mfst.Layers))
require.Equal(t, images.MediaTypeDockerSchema2LayerGzip, mfst.Layers[0].MediaType)
require.Equal(t, images.MediaTypeDockerSchema2LayerGzip, mfst.Layers[1].MediaType)
require.Equal(t, ocispecs.MediaTypeImageLayerGzip, mfst.Layers[0].MediaType)
require.Equal(t, ocispecs.MediaTypeImageLayerGzip, mfst.Layers[1].MediaType)

dt, err = content.ReadBlob(ctx, img.ContentStore(), ocispecs.Descriptor{Digest: mfst.Layers[0].Digest})
require.NoError(t, err)
Expand Down Expand Up @@ -9710,7 +9710,7 @@
require.Equal(t, "b", imgs.Images[0].Manifest.Annotations["a"])
require.Equal(t, "d", imgs2.Index.Annotations["c"])

require.Equal(t, images.MediaTypeDockerSchema2ManifestList, imgs.Index.MediaType)

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless-slirp4netns-detachnetns, ./client ./cmd/buildctl ./worker/containerd ./solver ....

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless-slirp4netns-detachnetns

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless-slirp4netns-detachnetns === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless-slirp4netns-detachnetns === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless-slirp4netns-detachnetns client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless-slirp4netns-detachnetns sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config275527987/buildkitd.toml --root /tmp/bktest_buildkitd3710128678 --addr unix:///tmp/bktest_buildkitd3710128678/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:42.546058219 +0000 UTC m=+17.606661519 /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config275527987/buildkitd.toml --root /tmp/bktest_buildkitd3710128678 --addr unix:///tmp/bktest_buildkitd3710128678/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:44:42Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:42Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:44:42Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi3766034057: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:44:42Z" level=info msg="found worker \"emlepboxyboc3aj16qfb75iyb\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:85009f56e646 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:42Z" level=info msg="found 1 workers, default=\"emlepboxyboc3aj16qfb75iyb\"" sandbox.go:205: time="2025-10-20T14:44:42Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:42Z" level=info msg="running server on /tmp/bktest_buildkitd3710128678/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:42Z" level=debug msg="resolve exporter image with map[annotation-manifest.a:b name:localhost:39303/buildkit/testannotationsmedia:1 push:true]" spanID=75e796122be95a4e traceID=5d018894efe3aafcc85559023552a12a sandbox.go:205: time="2025-10-20T14:44:42Z" level=warning msg="forcibly turning on oci-mediatype mode for oci-artifact" spanID=75e796122be95a4e traceID=5d018894efe3aafcc85559023552a12a sandbox.go:205: time="2025-10-20T14:44:42Z" level=debug msg="session started" spanID=84f0996f84f3f9a1 tr

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=oci

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=oci === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=oci === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=oci client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config991323414/buildkitd.toml --root /tmp/bktest_buildkitd2870713153 --addr unix:///tmp/bktest_buildkitd2870713153/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config991323414/buildkitd.toml --root /tmp/bktest_buildkitd2870713153 --addr unix:///tmp/bktest_buildkitd2870713153/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:29.460930884 +0000 UTC m=+110.081889413 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config991323414/buildkitd.toml --root /tmp/bktest_buildkitd2870713153 --addr unix:///tmp/bktest_buildkitd2870713153/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2870713153/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2870713153/net/cni\" for cleanup: open /tmp/bktest_buildkitd2870713153/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="creating new network namespace 8740j0cklwmktd8hf4aa8tg91" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="finished creating network namespace 8740j0cklwmktd8hf4aa8tg91" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="finished setting up network namespace 8740j0cklwmktd8hf4aa8tg91" sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="found worker \"xwcub3falsi6jx4ubxzrwsqo8\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:278637c200a7 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="found 1 workers, default=\"xwcub3falsi6jx4ubxzrwsqo8\"" sandbox.go:205: time="2025-10-20T14:46:29Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:29Z" level=info msg="running server on /tmp/bktest_buildkitd2870713153/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:29Z" level=debug msg="session started" spanID=ccb2f8d36a31775a traceID=142cb157ed83024be22e613f192f13b6 san

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-rootless sandbox.go:202: 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_config3944883006/buildkitd.toml --root /tmp/bktest_buildkitd594260852 --addr unix:///tmp/bktest_buildkitd594260852/buildkitd.sock --debug sandbox.go:202: 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_config3944883006/buildkitd.toml --root /tmp/bktest_buildkitd594260852 --addr unix:///tmp/bktest_buildkitd594260852/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:21.464172375 +0000 UTC m=+109.560852457 /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_config3944883006/buildkitd.toml --root /tmp/bktest_buildkitd594260852 --addr unix:///tmp/bktest_buildkitd594260852/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:46:21Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:46:21Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:46:21Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi484400628: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:46:21Z" level=info msg="found worker \"idkk5g4hawrq5fdbduxv0sd3c\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:aa858078d766 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:21Z" level=info msg="found 1 workers, default=\"idkk5g4hawrq5fdbduxv0sd3c\"" sandbox.go:205: time="2025-10-20T14:46:21Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:21Z" level=info msg="running server on /tmp/bktest_buildkitd594260852/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:21Z" level=debug msg="session started" spanID=07a99e815641a5a5 traceID=cbd86046a1aa5e5e1d9c6bf0b596fd68 sandbox.go:205: time="2025-10-20T14:46:21Z" level=debug msg="resolve exporter image with map[annotation-manifest.a:b name:localhost:38015/buildkit/testannotationsmedia:1 push:true]" spanID=30628c391b621a68 traceID=a72fc998b70bd32ce3b5d09992e9f4a0 sandbox.go:205:

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, oci, nydus, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=oci

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=oci === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=oci === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=oci client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=oci sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1438168939/buildkitd.toml --root /tmp/bktest_buildkitd2221937759 --addr unix:///tmp/bktest_buildkitd2221937759/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1438168939/buildkitd.toml --root /tmp/bktest_buildkitd2221937759 --addr unix:///tmp/bktest_buildkitd2221937759/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:44.169846159 +0000 UTC m=+12.193773905 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1438168939/buildkitd.toml --root /tmp/bktest_buildkitd2221937759 --addr unix:///tmp/bktest_buildkitd2221937759/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2221937759/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:44:44Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2221937759/net/cni\" for cleanup: open /tmp/bktest_buildkitd2221937759/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="creating new network namespace tpat4z8cx6uxxs7ohawgml1nz" sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="finished creating network namespace tpat4z8cx6uxxs7ohawgml1nz" sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="finished setting up network namespace tpat4z8cx6uxxs7ohawgml1nz" sandbox.go:205: time="2025-10-20T14:44:44Z" level=info msg="found worker \"iaofetcac4wfiwt8f3h5o2jfm\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b760c7fba672 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:44Z" level=info msg="found 1 workers, default=\"iaofetcac4wfiwt8f3h5o2jfm\"" sandbox.go:205: time="2025-10-20T14:44:44Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:44Z" level=info msg="running server on /tmp/bktest_buildkitd2221937759/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:44Z" level=debug msg="session started" spanID=5385e3d31f645d68 traceID=90351ebba9f18372ec653727993ca71f s

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (oci-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, int...

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-snapshotter-stargz

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-snapshotter-stargz === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-snapshotter-stargz === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-snapshotter-stargz client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=oci-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1168044372/buildkitd.toml --root /tmp/bktest_buildkitd2670851319 --addr unix:///tmp/bktest_buildkitd2670851319/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1168044372/buildkitd.toml --root /tmp/bktest_buildkitd2670851319 --addr unix:///tmp/bktest_buildkitd2670851319/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:46:07.317718535 +0000 UTC m=+65.909581157 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1168044372/buildkitd.toml --root /tmp/bktest_buildkitd2670851319 --addr unix:///tmp/bktest_buildkitd2670851319/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2670851319/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2670851319/net/cni\" for cleanup: open /tmp/bktest_buildkitd2670851319/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="creating new network namespace msxx3gjrxsmogkb40h71q5yr1" sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="finished creating network namespace msxx3gjrxsmogkb40h71q5yr1" sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="finished setting up network namespace msxx3gjrxsmogkb40h71q5yr1" sandbox.go:205: time="2025-10-20T14:46:07Z" level=info msg="found worker \"2afqmo1v0pa8eqb1uvljx5fni\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fceea5878289 org.mobyproject.buildkit.worker.network:cni 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:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:46:07Z" level=info msg="found 1 workers, default=\"2afqmo1v0pa8eqb1uvljx5fni\"" sandbox.go:205: time="2025-10-20T14:46:07Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:46:07Z" level=info msg="running server on /tmp/bktest_buildkitd2670851319/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:46:07Z" level=debug msg="session started"

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-2.0, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-2.0

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-2.0 === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-2.0 === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-2.0 client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-2.0 sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2379914743/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config177700694/buildkitd.toml --root /tmp/bktest_buildkitd2454595145 --addr unix:///tmp/bktest_buildkitd2454595145/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:48:33.319980891 +0000 UTC m=+242.752588294 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2379914743/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config177700694/buildkitd.toml --root /tmp/bktest_buildkitd2454595145 --addr unix:///tmp/bktest_buildkitd2454595145/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd2454595145/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2454595145/net/cni\" for cleanup: open /tmp/bktest_buildkitd2454595145/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="creating new network namespace hm9ms5k43lpqpn2hjrpvv449k" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="finished creating network namespace hm9ms5k43lpqpn2hjrpvv449k" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="finished setting up network namespace hm9ms5k43lpqpn2hjrpvv449k" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:48:33Z" level=info msg="found worker \"to7cun1atqq1g5951kv2y06xg\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:1147410b-c9e1-48bd-9694-c7ecf63f2b96 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:e49f886ee437 org.mobyproject.buildkit.worker.network:cni 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:48:33Z" level=info msg="found 1 workers, default=\"to7cun1atqq1g5951kv2y06xg\"" sandbox.go:205: time="2025-10-20T14:48:33Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:48:33Z" level=info msg="running server on /tmp/bktest_buildkitd2454595145/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:48:33Z" level=debug msg="resolve exporter image with map[a

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test-windows-amd64 (windows-2022, containerd, ./client#2-4)

Failed: client/TestIntegration/slice=2-4/TestExportAnnotationsMediaTypes/worker=containerd

=== RUN TestIntegration/slice=2-4/TestExportAnnotationsMediaTypes/worker=containerd client_test.go:9713: Error Trace: D:/a/buildkit/buildkit/client/client_test.go:9713 D:/a/buildkit/buildkit/util/testutil/integration/run.go:103 D:/a/buildkit/buildkit/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/slice=2-4/TestExportAnnotationsMediaTypes/worker=containerd sandbox.go:202: stdout: D:\a\buildkit\buildkit\bin\containerd.exe --config C:\Users\RUNNER~1\AppData\Local\Temp\bktest_containerd9922429\config.toml sandbox.go:202: stderr: D:\a\buildkit\buildkit\bin\containerd.exe --config C:\Users\RUNNER~1\AppData\Local\Temp\bktest_containerd9922429\config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:46.3052014 +0000 UTC m=+628.141421701 D:\a\buildkit\buildkit\bin\containerd.exe --config C:\Users\RUNNER~1\AppData\Local\Temp\bktest_containerd9922429\config.toml sandbox.go:205: time="2025-10-20T14:49:46.327006400Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:46.327006400Z" level=debug msg="Stackdump - waiting signal at Global\\stackdump-1652" sandbox.go:205: time="2025-10-20T14:49:46.359669600Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:46.360249700Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:46.360249700Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:46.360249700Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:46.360249700Z" level=info msg="loading plugin" id=io.containerd.event.v1.exchange type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:49:46.360249700Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.windows-lcow type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:46.360798800Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.cimfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:46.913984800Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.windows type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:46.917146600Z" level=info msg="loading plugin" id=io.containerd.metadata.v1.bolt type=io.containerd.metadata.v1 sandbox.go:205: time="2025-10-20T14:49:46.917493500Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:205: time="2025-10-20T14:49:46.943483000Z" level=info msg="loading plugin" id=io.containerd.gc.v1.scheduler type=io.containerd.gc.v1 sandbox.go:205: time="2025-10-20T14:49:46.949554200Z" level=info msg="loading plugin" id=io.containerd.differ.v1.windows-lcow type=io.containerd.differ.v1 sandbox.go:205: time="2025-10-20T14:49:46.949554200Z" level=info msg="loading plugin" id=io.containerd.differ.v1.cimfs type=io.containerd.differ.v1 sandbox.go:205: time="2025-10-20T14:49:46.949554200Z" level=info msg="loading plugin" id=io.containerd.differ.v1.blockcim type=io.containerd.differ.v1 sandbox.go:205: time="2025-10-20T14:49:46.949554200Z" level=info msg="skip loading plugin" error="host OS version doesn't support CimFS: skip plugin" id=io.containerd.differ.v1.blockcim type

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-1.7, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-1.7

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-1.7 === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-1.7 === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-1.7 client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-1.7 sandbox.go:202: stdout: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd1416168042/config.toml sandbox.go:202: stderr: /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd1416168042/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:44:47.18171161 +0000 UTC m=+23.977184295 /opt/containerd-alt-17/bin/containerd --config /tmp/bktest_containerd1416168042/config.toml sandbox.go:205: time="2025-10-20T14:44:47.236857322Z" level=info msg="starting containerd" revision=b98a3aace656320842a23f4a392a33f46af97866 version=v1.7.28 sandbox.go:205: time="2025-10-20T14:44:47.303908072Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:205: time="2025-10-20T14:44:47.303955210Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:44:47.304013690Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:44:47.304039889Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304570942Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304593824Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304616657Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304629732Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304731682Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.304990576Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.309607088Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.309765635Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:44:47.310041591Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1416168042/root/io.containerd.snapshotte

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (./client, containerd, nydus, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd319138911/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd319138911/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:49:02.108434449 +0000 UTC m=+241.114816016 /usr/bin/containerd --config /tmp/bktest_containerd319138911/config.toml sandbox.go:205: time="2025-10-20T14:49:02.136990614Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:49:02.149580791Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="3.187µs" sandbox.go:205: time="2025-10-20T14:49:02.149637406Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:49:02.149694463Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:49:02.149739357Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:49:02.149801543Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:49:02.149847399Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.149946715Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.149994644Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150011265Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150022947Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150214004Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150225465Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150305715Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150478708Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:49:02.150505969Z" level=info msg="skip loading plugin" error="lstat /t

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integration)

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd sandbox.go:202: stdout: /usr/bin/containerd --config /tmp/bktest_containerd4177434644/config.toml sandbox.go:202: stderr: /usr/bin/containerd --config /tmp/bktest_containerd4177434644/config.toml sandbox.go:205: > StartCmd 2025-10-20 14:45:33.709799605 +0000 UTC m=+25.346863989 /usr/bin/containerd --config /tmp/bktest_containerd4177434644/config.toml sandbox.go:205: time="2025-10-20T14:45:33.736155550Z" level=info msg="starting containerd" revision= version=2.1.4+unknown sandbox.go:205: time="2025-10-20T14:45:33.748065845Z" level=warning msg="Configuration migrated from version 2, use `containerd config migrate` to avoid migration" t="2.866µs" sandbox.go:205: time="2025-10-20T14:45:33.748146646Z" level=info msg="loading plugin" id=io.containerd.content.v1.content type=io.containerd.content.v1 sandbox.go:205: time="2025-10-20T14:45:33.748226245Z" level=info msg="loading plugin" id=io.containerd.image-verifier.v1.bindir type=io.containerd.image-verifier.v1 sandbox.go:205: time="2025-10-20T14:45:33.748277711Z" level=info msg="loading plugin" id=io.containerd.internal.v1.opt type=io.containerd.internal.v1 sandbox.go:205: time="2025-10-20T14:45:33.748400921Z" level=info msg="loading plugin" id=io.containerd.warning.v1.deprecations type=io.containerd.warning.v1 sandbox.go:205: time="2025-10-20T14:45:33.748460342Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.748661698Z" level=info msg="skip loading plugin" error="no scratch file generator: skip plugin" id=io.containerd.snapshotter.v1.blockfile type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.748683709Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.748764831Z" level=info msg="skip loading plugin" error="devmapper not configured: skip plugin" id=io.containerd.snapshotter.v1.devmapper type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.748827147Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.749098914Z" level=info msg="skip loading plugin" error="EROFS unsupported, please `modprobe erofs`: skip plugin" id=io.containerd.snapshotter.v1.erofs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.749117770Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.native type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.750184782Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.overlayfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.750527552Z" level=info msg="loading plugin" id=io.containerd.snapshotter.v1.zfs type=io.containerd.snapshotter.v1 sandbox.go:205: time="2025-10-20T14:45:33.750622840Z" level=info msg="skip loading plugin" error="lstat

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-rootless, ./client ./cmd/buildctl ./worker/containerd ./solver ./frontend, integr...

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-rootless

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-rootless === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-rootless === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-rootless client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-rootless sandbox.go:202: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 19999 buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3136953522/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2820738301/buildkitd.toml --root /tmp/bktest_buildkitd3668810046 --addr unix:///tmp/bktest_buildkitd3668810046/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:44:49.829810283 +0000 UTC m=+21.409186778 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 19999 buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3136953522/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2820738301/buildkitd.toml --root /tmp/bktest_buildkitd3668810046 --addr unix:///tmp/bktest_buildkitd3668810046/buildkitd.sock --debug sandbox.go:205: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:205: time="2025-10-20T14:44:49Z" level=debug msg="running in rootless mode" sandbox.go:205: time="2025-10-20T14:44:49Z" level=warning msg="CDI setup error /tmp/buildkit-integration-cdi2542383801: failed to monitor for changes: permission denied" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="found worker \"14vmotqukjew01jta0afz10up\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:5608298b-f0fd-4e70-89ca-016fe2d700b9 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:f3f527565c3a org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:native], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/loong64 linux/arm/v7 linux/arm/v6]" sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="found 1 workers, default=\"14vmotqukjew01jta0afz10up\"" sandbox.go:205: time="2025-10-20T14:44:50Z" level=warning msg="currently, only the default worker can be used." sandbox.go:205: time="2025-10-20T14:44:50Z" level=info msg="running server on /tmp/bktest_buildkitd3668810046/buildkitd.sock" sandbox.go:205: time="2025-10-20T14:44:50Z" level=debug msg="session started" spanID=61fa18a312653e7e traceID=0806beb872aef76c7bfed48f82c510f2 sandbox.go:205: time="2025-10-20T14:

Check failure on line 9713 in client/client_test.go

View workflow job for this annotation

GitHub Actions / test / run (containerd-snapshotter-stargz, ./client ./cmd/buildctl ./worker/containerd ./solver ./fronte...

Failed: client/TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-snapshotter-stargz

=== RUN TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-snapshotter-stargz === PAUSE TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-snapshotter-stargz === CONT TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-snapshotter-stargz client_test.go:9713: Error Trace: /src/client/client_test.go:9713 /src/util/testutil/integration/run.go:103 /src/util/testutil/integration/run.go:251 Error: Not equal: expected: "application/vnd.docker.distribution.manifest.list.v2+json" actual : "application/vnd.oci.image.index.v1+json" Diff: --- Expected +++ Actual @@ -1 +1 @@ -application/vnd.docker.distribution.manifest.list.v2+json +application/vnd.oci.image.index.v1+json Test: TestIntegration/TestExportAnnotationsMediaTypes/worker=containerd-snapshotter-stargz sandbox.go:202: stdout: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3574777004/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3538679059/buildkitd.toml --root /tmp/bktest_buildkitd1606741007 --addr unix:///tmp/bktest_buildkitd1606741007/buildkitd.sock --debug sandbox.go:202: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3574777004/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3538679059/buildkitd.toml --root /tmp/bktest_buildkitd1606741007 --addr unix:///tmp/bktest_buildkitd1606741007/buildkitd.sock --debug sandbox.go:205: > StartCmd 2025-10-20 14:49:36.778130681 +0000 UTC m=+298.447766903 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3574777004/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3538679059/buildkitd.toml --root /tmp/bktest_buildkitd1606741007 --addr unix:///tmp/bktest_buildkitd1606741007/buildkitd.sock --debug sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd1606741007/buildkitd-debug.sock" sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1606741007/net/cni\" for cleanup: open /tmp/bktest_buildkitd1606741007/net/cni: no such file or directory" sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="creating new network namespace ula0wpzmmfz4qivkqqss2g3q2" sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="finished creating network namespace ula0wpzmmfz4qivkqqss2g3q2" sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="finished setting up network namespace ula0wpzmmfz4qivkqqss2g3q2" sandbox.go:205: time="2025-10-20T14:49:36Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:205: time="2025-10-20T14:49:36Z" level=info msg="found worker \"6zbslp0ximh3apb105svyjy00\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:b7737f4b-0227-4070-925b-2bcd8d840337 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:3a746b688a47 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/am
require.Equal(t, ocispecs.MediaTypeImageIndex, imgs2.Index.MediaType)
}

Expand Down
1 change: 1 addition & 0 deletions exporter/containerimage/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (e *imageExporter) Resolve(ctx context.Context, id int, opt map[string]stri
RefCfg: cacheconfig.RefConfig{
Compression: compression.New(compression.Default),
},
OCIArtifact: true,
ForceInlineAttestations: true,
},
store: true,
Expand Down
3 changes: 2 additions & 1 deletion exporter/oci/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func (e *imageExporter) Resolve(ctx context.Context, id int, opt map[string]stri
RefCfg: cacheconfig.RefConfig{
Compression: compression.New(compression.Default),
},
OCITypes: e.opt.Variant == VariantOCI,
OCIArtifact: true,
OCITypes: e.opt.Variant == VariantOCI,
},
}

Expand Down
Loading