Skip to content

build and test netbsd #5032

build and test netbsd

build and test netbsd #5032

Triggered via pull request February 10, 2025 20:04
Status Failure
Total duration 8m 9s
Artifacts 85

build.yml

on: pull_request
Matrix: test-integration
Matrix: test-unit
prepare-binaries
5s
prepare-binaries
govulncheck
57s
govulncheck
Matrix: test-bsd-unit
bin-image
0s
bin-image
Matrix: binaries
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 52 warnings
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44383/library/alpine:latest time="2025-02-10T20:08:03Z" level=info msg="fetch failed after status: 404 Not Found" host="localhost:44383" run.go:322: Error Trace: /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:322 /usr/local/go/src/sync/once.go:76 /usr/local/go/src/sync/once.go:67 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:320 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:204 Error: Received unexpected error: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/moby/buildkit/manifests/sha256:14aa1b4dd92ea0a4cd03a54d0c6079046ea98cd0c0ae6176bdd7036ba370cbbe: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit github.com/moby/buildkit/util/contentutil.CopyChain /src/vendor/github.com/moby/buildkit/util/contentutil/copy.go:92 github.com/moby/buildkit/util/testutil/integration.copyImagesLocal /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:270 github.com/moby/buildkit/util/testutil/integration.runMirror /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:359 github.com/moby/buildkit/util/testutil/integration.Run.lazyMirrorRunnerFunc.func3.1 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:321 sync.(*Once).doSlow /usr/local/go/src/sync/once.go:76 sync.(*Once).Do /usr/local/go/src/sync/once.go:67 github.com/moby/buildkit/util/testutil/integration.Run.lazyMirrorRunnerFunc.func3 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:320 github.com/moby/buildkit/util/testutil/integration.Run.func2.1 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:204 testing.tRunner /usr/local/go/src/testing/testing.go:1690 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1700 Test: TestIntegration --- FAIL: TestIntegration (5.27s)
Failed: tests/TestIntegration/TestBuild/worker=remote: tests/build.go#L84
=== RUN TestIntegration/TestBuild/worker=remote === PAUSE TestIntegration/TestBuild/worker=remote === CONT TestIntegration/TestBuild/worker=remote build.go:84: Error Trace: /src/tests/build.go:84 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuild/worker=remote Messages: WARNING: No output specified with remote driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config2564208095/buildkitd.toml --root /tmp/bktest_buildkitd4230805937 --addr unix:///tmp/bktest_buildkitd4230805937/buildkitd.sock --debug sandbox.go:187: 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_config2564208095/buildkitd.toml --root /tmp/bktest_buildkitd4230805937 --addr unix:///tmp/bktest_buildkitd4230805937/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:12.206610782 +0000 UTC m=+8.657374080 /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_config2564208095/buildkitd.toml --root /tmp/bktest_buildkitd4230805937 --addr unix:///tmp/bktest_buildkitd4230805937/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:12Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd4230805937/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:12Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="found worker \"kb4tvo52r2pfzlq570pyyowui\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:12Z" level=warning msg="platforms linux/ppc64le cannot pass the validation: signal: segmentation fault (core dumped)" sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="found 1 workers, default=\"kb4tvo52r2pfzlq570pyyowui\"" sandbox.go:190: time="2025-02-10T20:08:12Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025
Failed: tests/TestIntegration/TestBuildAlias/worker=remote: tests/build.go#L91
=== RUN TestIntegration/TestBuildAlias/worker=remote === PAUSE TestIntegration/TestBuildAlias/worker=remote === CONT TestIntegration/TestBuildAlias/worker=remote build.go:91: Error Trace: /src/tests/build.go:91 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildAlias/worker=remote Messages: #0 building with "integration-remote-ri87p91hftxs6b8wvk0ldyz89" instance using remote driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 154B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/busybox:latest #2 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit ------ > [internal] load metadata for docker.io/library/busybox:latest: ------ WARNING: No output specified with remote driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config896408147/buildkitd.toml --root /tmp/bktest_buildkitd4217875190 --addr unix:///tmp/bktest_buildkitd4217875190/buildkitd.sock --debug sandbox.go:187: 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_config896408147/buildkitd.toml --root /tmp/bktest_buildkitd4217875190 --addr unix:///tmp/bktest_buildkitd4217875190/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:12.001715084 +0000 UTC m=+8.452478362 /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_config896408147/buildkitd.toml --root /tmp/bktest_buildkitd4217875190 --addr unix:///tmp/bktest_buildkitd4217875190/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:12Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd4217875190/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:12Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-1
Failed: tests/TestIntegration/TestBuildStdin/worker=remote: tests/build.go#L111
=== RUN TestIntegration/TestBuildStdin/worker=remote === PAUSE TestIntegration/TestBuildStdin/worker=remote === CONT TestIntegration/TestBuildStdin/worker=remote build.go:111: Error Trace: /src/tests/build.go:111 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildStdin/worker=remote Messages: WARNING: No output specified with remote driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config961745294/buildkitd.toml --root /tmp/bktest_buildkitd3410548114 --addr unix:///tmp/bktest_buildkitd3410548114/buildkitd.sock --debug sandbox.go:187: 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_config961745294/buildkitd.toml --root /tmp/bktest_buildkitd3410548114 --addr unix:///tmp/bktest_buildkitd3410548114/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:11.795097536 +0000 UTC m=+8.245860814 /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_config961745294/buildkitd.toml --root /tmp/bktest_buildkitd3410548114 --addr unix:///tmp/bktest_buildkitd3410548114/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3410548114/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found worker \"k4ouqycqsfpy4jcmktly3wqg1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="found 1 workers, default=\"k4ouqycqsfpy4jcmktly3wqg1\"" sandbox.go:190: time="2025-02-10T20:08:12Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:12Z" level=info msg="running server on /tmp/bktest_buildkitd3410548114/buildkitd.sock" sandbox.go:190: time="2025-02-10T20:08
Failed: tests/TestIntegration/TestBuildRemote/worker=remote: tests/build.go#L135
=== RUN TestIntegration/TestBuildRemote/worker=remote === PAUSE TestIntegration/TestBuildRemote/worker=remote === CONT TestIntegration/TestBuildRemote/worker=remote build.go:135: Error Trace: /src/tests/build.go:135 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemote/worker=remote Messages: Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest 3 | COPY foo /foo 4 | -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config4103601564/buildkitd.toml --root /tmp/bktest_buildkitd449482867 --addr unix:///tmp/bktest_buildkitd449482867/buildkitd.sock --debug sandbox.go:187: 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_config4103601564/buildkitd.toml --root /tmp/bktest_buildkitd449482867 --addr unix:///tmp/bktest_buildkitd449482867/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:11.269324367 +0000 UTC m=+7.720087655 /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_config4103601564/buildkitd.toml --root /tmp/bktest_buildkitd449482867 --addr unix:///tmp/bktest_buildkitd449482867/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd449482867/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found worker \"nhiezwsasf6w6zbr238335q0b\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found 1 workers, default=\"nhiezwsasf6w6zbr238335q0b\"" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="running server on /tmp/bktest_buildkitd449482867/buildkitd.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="session started" spanID=f627510ffa41bb33 traceID=b97b00b541d2349ca7eec22bb83fc5f1 sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="session finished: <nil>" spanID=f627510ffa41bb33 traceID=b97b00b541d2349ca
Failed: tests/TestIntegration/TestBuildLocalState/worker=remote: tests/build.go#L159
=== RUN TestIntegration/TestBuildLocalState/worker=remote === PAUSE TestIntegration/TestBuildLocalState/worker=remote === CONT TestIntegration/TestBuildLocalState/worker=remote build.go:159: Error Trace: /src/tests/build.go:159 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildLocalState/worker=remote Messages: WARNING: No output specified with remote driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load build.Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config812363492/buildkitd.toml --root /tmp/bktest_buildkitd3362017921 --addr unix:///tmp/bktest_buildkitd3362017921/buildkitd.sock --debug sandbox.go:187: 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_config812363492/buildkitd.toml --root /tmp/bktest_buildkitd3362017921 --addr unix:///tmp/bktest_buildkitd3362017921/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:11.200673336 +0000 UTC m=+7.651436654 /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_config812363492/buildkitd.toml --root /tmp/bktest_buildkitd3362017921 --addr unix:///tmp/bktest_buildkitd3362017921/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3362017921/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found worker \"zf5r38zo2x3f07k9h7vywwwd0\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found 1 workers, default=\"zf5r38zo2x3f07k9h7vywwwd0\"" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="running server on /tmp/bktest_buildkitd3362017921/buildkitd.sock" sandbox.go:1
Failed: tests/TestIntegration/TestBuildLocalStateStdin/worker=remote: tests/build.go#L201
=== RUN TestIntegration/TestBuildLocalStateStdin/worker=remote === PAUSE TestIntegration/TestBuildLocalStateStdin/worker=remote === CONT TestIntegration/TestBuildLocalStateStdin/worker=remote build.go:201: Error Trace: /src/tests/build.go:201 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildLocalStateStdin/worker=remote Messages: WARNING: No output specified with remote driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config1086240009/buildkitd.toml --root /tmp/bktest_buildkitd3281055578 --addr unix:///tmp/bktest_buildkitd3281055578/buildkitd.sock --debug sandbox.go:187: 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_config1086240009/buildkitd.toml --root /tmp/bktest_buildkitd3281055578 --addr unix:///tmp/bktest_buildkitd3281055578/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:11.192585851 +0000 UTC m=+7.643349129 /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_config1086240009/buildkitd.toml --root /tmp/bktest_buildkitd3281055578 --addr unix:///tmp/bktest_buildkitd3281055578/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3281055578/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found worker \"ihn1rnhzg8cj2ed0pnm6d6ug2\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="platforms linux/arm64 cannot pass the validation: signal: segmentation fault (core dumped)" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="platforms linux/s390x cannot pass the validation: signal: segmentation fault (core dumped)" sandbox.go:190: time="2025-02-10T20:08:11Z"
Failed: tests/TestIntegration/TestBuildLocalStateRemote/worker=remote: tests/build.go#L252
=== RUN TestIntegration/TestBuildLocalStateRemote/worker=remote === PAUSE TestIntegration/TestBuildLocalStateRemote/worker=remote === CONT TestIntegration/TestBuildLocalStateRemote/worker=remote build.go:252: Error Trace: /src/tests/build.go:252 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildLocalStateRemote/worker=remote Messages: build.Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest 3 | COPY foo /foo 4 | -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config1142826110/buildkitd.toml --root /tmp/bktest_buildkitd4287798358 --addr unix:///tmp/bktest_buildkitd4287798358/buildkitd.sock --debug sandbox.go:187: 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_config1142826110/buildkitd.toml --root /tmp/bktest_buildkitd4287798358 --addr unix:///tmp/bktest_buildkitd4287798358/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:10.912870334 +0000 UTC m=+7.363633632 /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_config1142826110/buildkitd.toml --root /tmp/bktest_buildkitd4287798358 --addr unix:///tmp/bktest_buildkitd4287798358/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd4287798358/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found worker \"5hg0awdt9jgvmuoi6i7ly7dky\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="found 1 workers, default=\"5hg0awdt9jgvmuoi6i7ly7dky\"" sandbox.go:190: time="2025-02-10T20:08:11Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:11Z" level=info msg="running server on /tmp/bktest_buildkitd4287798358/buildkitd.sock" sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="session started" spanID=d4b73ceaf64266ac traceID=a6aaef6625fab42335e3e01421fc5dcc sandbox.go:190: time="2025-02-10T20:08:11Z" level=debug msg="session finished: <n
Failed: tests/TestIntegration/TestImageIDOutput/worker=remote: tests/build.go#L388
=== RUN TestIntegration/TestImageIDOutput/worker=remote === PAUSE TestIntegration/TestImageIDOutput/worker=remote === CONT TestIntegration/TestImageIDOutput/worker=remote build.go:388: Error Trace: /src/tests/build.go:388 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestImageIDOutput/worker=remote sandbox.go:187: 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_config2806228613/buildkitd.toml --root /tmp/bktest_buildkitd1330343558 --addr unix:///tmp/bktest_buildkitd1330343558/buildkitd.sock --debug sandbox.go:187: 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_config2806228613/buildkitd.toml --root /tmp/bktest_buildkitd1330343558 --addr unix:///tmp/bktest_buildkitd1330343558/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:10.571859899 +0000 UTC m=+7.022623187 /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_config2806228613/buildkitd.toml --root /tmp/bktest_buildkitd1330343558 --addr unix:///tmp/bktest_buildkitd1330343558/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd1330343558/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:10Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="found worker \"w6bxl8rxt8x9bkp3xm36xrnii\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="found 1 workers, default=\"w6bxl8rxt8x9bkp3xm36xrnii\"" sandbox.go:190: time="2025-02-10T20:08:10Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="running server on /tmp/bktest_buildkitd1330343558/buildkitd.sock" sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="session started" spanID=98d8ca6a4e492a4f traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="session finished: <nil>" spanID=98d8ca6a4e492a4f traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="session started" spanID=b8e39f21e9795f46 traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="resolve exporter docker with map[]" spanID=ad412ccccde6a018 traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="new ref for local: 38h99thvhcpd589hlr2cbix0c" span="[internal] load build definition from Dockerfile" spanID=01a5580fdbe3523d traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="diffcopy took: 7.743821ms" span="[internal] load build definition from Dockerfile" spanID=f4da34c714341054 traceID=f9e1a1e51dfbb5071a64dfd123e5ba89 sandbox.go:190: time="2025-
Failed: tests/TestIntegration/TestBuildLocalExport/worker=remote: tests/build.go#L281
=== RUN TestIntegration/TestBuildLocalExport/worker=remote === PAUSE TestIntegration/TestBuildLocalExport/worker=remote === CONT TestIntegration/TestBuildLocalExport/worker=remote build.go:281: Error Trace: /src/tests/build.go:281 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:98 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildLocalExport/worker=remote Messages: Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: failed to solve: busybox:latest: failed to resolve source metadata for docker.io/library/busybox:latest: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:a5d0ce49aa801d475da48f8cb163c354ab95cab073cd3c138bd458fc8257fbf1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit sandbox.go:187: 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_config1778181341/buildkitd.toml --root /tmp/bktest_buildkitd3429102583 --addr unix:///tmp/bktest_buildkitd3429102583/buildkitd.sock --debug sandbox.go:187: 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_config1778181341/buildkitd.toml --root /tmp/bktest_buildkitd3429102583 --addr unix:///tmp/bktest_buildkitd3429102583/buildkitd.sock --debug sandbox.go:190: > StartCmd 2025-02-10 20:08:10.513240823 +0000 UTC m=+6.964004101 /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_config1778181341/buildkitd.toml --root /tmp/bktest_buildkitd3429102583 --addr unix:///tmp/bktest_buildkitd3429102583/buildkitd.sock --debug sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd3429102583/buildkitd-debug.sock" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:190: time="2025-02-10T20:08:10Z" level=warning msg="using host network as the default" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="found worker \"polk40m3d73ztka67mn00y5im\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5b431928221e 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/arm/v7 linux/arm/v6]" sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="found 1 workers, default=\"polk40m3d73ztka67mn00y5im\"" sandbox.go:190: time="2025-02-10T20:08:10Z" level=warning msg="currently, only the default worker can be used." sandbox.go:190: time="2025-02-10T20:08:10Z" level=info msg="running server on /tmp/bktest_buildkitd3429102583/buildkitd.sock" sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="session started" spanID=05f3cf5a11ed4855 traceID=808e765376fbd3b4ca983d1922038757 sandbox.go:190: time="2025-02-10T20:08:10Z" level=debug msg="session fi
test-integration (v0.19.0, remote, ./tests)
Process completed with exit code 1.
test-bsd-unit (netbsd)
Process completed with exit code 1.
binaries (linux/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/arm/v7)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/arm/v6)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (darwin/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (netbsd/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (openbsd/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (freebsd/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (freebsd/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (darwin/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (windows/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/ppc64le)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (windows/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (openbsd/arm64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (netbsd/amd64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/s390x)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
binaries (linux/riscv64)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.19.0, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (buildx-stable-1, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.18.2, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (master, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.19.0, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (master, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (buildx-stable-1, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.18.2, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (latest, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.17.2, remote, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (buildx-stable-1, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (master, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.17.2, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (latest, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.19.0, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (latest, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.17.2, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (latest, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.17.2, remote, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.19.0, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.18.2, docker-container, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (master, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (v0.18.2, docker-container, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker+containerd, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker+containerd, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-bsd-unit (freebsd)
Cache not found for keys: Linux-vagrant-freebsd-cee71834f6ecc97fe688d4f7313ed789e41b48130aa615135e0cdc756280e499, Linux-vagrant-freebsd-
test-integration (docker, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-bsd-unit (netbsd)
Cache not found for keys: Linux-vagrant-netbsd-3eb02309738595117f0a2b7083143894daaf3ce3364214f1506a10b7a6376756, Linux-vagrant-netbsd-
test-integration (docker@26.1, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker+containerd@26.1, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker+containerd@26.1, ./tests, experimental)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-integration (docker@26.1, ./tests)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
test-bsd-unit (openbsd)
Cache not found for keys: Linux-vagrant-openbsd-0dd9e9735ddf882f61af2ef7be337891b732a41790a8f67e6380074e88dffa37, Linux-vagrant-openbsd-

Artifacts

Produced during runtime
Name Size
buildx-darwin-amd64
19.6 MB
buildx-darwin-arm64
18.4 MB
buildx-freebsd-amd64
19.2 MB
buildx-freebsd-arm64
17.5 MB
buildx-linux-amd64
19.3 MB
buildx-linux-arm-v6
17.9 MB
buildx-linux-arm-v7
17.9 MB
buildx-linux-arm64
17.6 MB
buildx-linux-ppc64le
17.1 MB
buildx-linux-riscv64
18.1 MB
buildx-linux-s390x
18.7 MB
buildx-netbsd-amd64
19.2 MB
buildx-netbsd-arm64
17.5 MB
buildx-openbsd-amd64
19.2 MB
buildx-openbsd-arm64
17.5 MB
buildx-windows-amd64
19.8 MB
buildx-windows-arm64
17.7 MB
docker~buildx~0PTU0C.dockerbuild
87.5 KB
docker~buildx~3FPW4J.dockerbuild
87.8 KB
docker~buildx~6QJNX4.dockerbuild
87.2 KB
docker~buildx~7TN0CP.dockerbuild
87.8 KB
docker~buildx~C2NNM4.dockerbuild
87.3 KB
docker~buildx~EEH459.dockerbuild
88.1 KB
docker~buildx~F3HAMF.dockerbuild
88.8 KB
docker~buildx~HX3UA7.dockerbuild
87.3 KB
docker~buildx~I0VTVI.dockerbuild
89.1 KB
docker~buildx~I7GJDN.dockerbuild
89.1 KB
docker~buildx~JH0NOU.dockerbuild
88.5 KB
docker~buildx~JOOMYH.dockerbuild
87.5 KB
docker~buildx~JZ7ZGU.dockerbuild
88 KB
docker~buildx~K6UFCP.dockerbuild
89 KB
docker~buildx~L3BB3H.dockerbuild
87.4 KB
docker~buildx~MBG5I1.dockerbuild
87.4 KB
docker~buildx~NO4AXT.dockerbuild
89.4 KB
docker~buildx~O3GHFE.dockerbuild
89.3 KB
docker~buildx~O4SFAL.dockerbuild
87.6 KB
docker~buildx~P0VR11.dockerbuild
33.1 KB
docker~buildx~Q1DS51.dockerbuild
86.7 KB
docker~buildx~R40BS9.dockerbuild
89 KB
docker~buildx~RABZ8C.dockerbuild
87.9 KB
docker~buildx~SW4D77.dockerbuild
88.6 KB
docker~buildx~TJBCN7.dockerbuild
89.3 KB
docker~buildx~U6BM8L.dockerbuild
87.2 KB
docker~buildx~UH5G8G.dockerbuild
87.7 KB
docker~buildx~UUD0MF.dockerbuild
87.9 KB
docker~buildx~UVN6BY.dockerbuild
87.6 KB
docker~buildx~VV3TMP.dockerbuild
87.9 KB
docker~buildx~WY9R7S.dockerbuild
87.3 KB
docker~buildx~X9V4D1.dockerbuild
89.7 KB
docker~buildx~YU77E3.dockerbuild
87.6 KB
test-reports-test-integration-tests--docker-
134 KB
test-reports-test-integration-tests--docker-experimental
134 KB
test-reports-test-integration-tests--docker261-
134 KB
test-reports-test-integration-tests--docker261-experimental
135 KB
test-reports-test-integration-tests--dockercontainerd-
134 KB
test-reports-test-integration-tests--dockercontainerd-experimental
134 KB
test-reports-test-integration-tests--dockercontainerd261-
135 KB
test-reports-test-integration-tests--dockercontainerd261-experimental
135 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-
134 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental
134 KB
test-reports-test-integration-tests-buildx-stable-1-remote-
134 KB
test-reports-test-integration-tests-buildx-stable-1-remote-experimental
134 KB
test-reports-test-integration-tests-latest-docker-container-
134 KB
test-reports-test-integration-tests-latest-docker-container-experimental
134 KB
test-reports-test-integration-tests-latest-remote-
134 KB
test-reports-test-integration-tests-latest-remote-experimental
134 KB
test-reports-test-integration-tests-master-docker-container-
134 KB
test-reports-test-integration-tests-master-docker-container-experimental
134 KB
test-reports-test-integration-tests-master-remote-
134 KB
test-reports-test-integration-tests-master-remote-experimental
134 KB
test-reports-test-integration-tests-v0172-docker-container-
134 KB
test-reports-test-integration-tests-v0172-docker-container-experimental
134 KB
test-reports-test-integration-tests-v0172-remote-
134 KB
test-reports-test-integration-tests-v0172-remote-experimental
134 KB
test-reports-test-integration-tests-v0182-docker-container-
134 KB
test-reports-test-integration-tests-v0182-docker-container-experimental
134 KB
test-reports-test-integration-tests-v0182-remote-
134 KB
test-reports-test-integration-tests-v0182-remote-experimental
134 KB
test-reports-test-integration-tests-v0190-docker-container-
134 KB
test-reports-test-integration-tests-v0190-docker-container-experimental
134 KB
test-reports-test-integration-tests-v0190-remote-
275 KB
test-reports-test-integration-tests-v0190-remote-experimental
134 KB
test-reports-test-unit--macos-14
186 KB
test-reports-test-unit--ubuntu-24.04
194 KB
test-reports-test-unit--windows-2022
188 KB