Skip to content

Merge pull request #2773 from crazy-max/dockerfile-bump-versions #25

Merge pull request #2773 from crazy-max/dockerfile-bump-versions

Merge pull request #2773 from crazy-max/dockerfile-bump-versions #25

Triggered via push November 14, 2024 22:00
Status Failure
Total duration 18m 19s
Artifacts 73

build.yml

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

Annotations

5 errors and 1 warning
Failed: tests/TestIntegration: tests/run.go#L321
=== RUN TestIntegration run.go:321: Error Trace: /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:321 /usr/local/go/src/sync/once.go:74 /usr/local/go/src/sync/once.go:65 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:319 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:203 Error: Received unexpected error: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/moby/buildkit/manifests/sha256:9e7a72dad13f313154068e2f1e6ec9a2ef111bc8b9a8bd062321fafeaa8ea0dd: 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:269 github.com/moby/buildkit/util/testutil/integration.runMirror /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:358 github.com/moby/buildkit/util/testutil/integration.Run.lazyMirrorRunnerFunc.func3.1 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:320 sync.(*Once).doSlow /usr/local/go/src/sync/once.go:74 sync.(*Once).Do /usr/local/go/src/sync/once.go:65 github.com/moby/buildkit/util/testutil/integration.Run.lazyMirrorRunnerFunc.func3 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:319 github.com/moby/buildkit/util/testutil/integration.Run.func2.1 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:203 testing.tRunner /usr/local/go/src/testing/testing.go:1689 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration --- FAIL: TestIntegration (5.37s)
test-integration (latest, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:38533/moby/buildkit:buildx-stable-1 time="2024-11-14T22:03:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38533" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38533/library/busybox:latest time="2024-11-14T22:03:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38533" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38533/library/alpine:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBuildDefaultLoad/worker=docker: tests/build.go#L1059
=== RUN TestIntegration/TestBuildDefaultLoad/worker=docker === PAUSE TestIntegration/TestBuildDefaultLoad/worker=docker === CONT TestIntegration/TestBuildDefaultLoad/worker=docker build.go:1059: Error Trace: /src/tests/build.go:1059 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:97 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildDefaultLoad/worker=docker Messages: #0 building with "dazzling_archimedes" instance using docker-container driver #1 [internal] connecting to local controller #1 DONE 0.0s #2 [internal] booting buildkit #2 pulling image moby/buildkit:buildx-stable-1 #2 pulling image moby/buildkit:buildx-stable-1 2.2s done #2 creating container buildx_buildkit_dazzling_archimedes0 #2 creating container buildx_buildkit_dazzling_archimedes0 0.3s done #2 DONE 2.5s #3 [internal] load build definition from Dockerfile #3 transferring dockerfile: 154B done #3 DONE 0.0s #4 [internal] load metadata for docker.io/library/busybox:latest #4 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83: 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: ------ Dockerfile:2 -------------------- 1 | 2 | >>> FROM busybox:latest AS base 3 | COPY foo /etc/foo 4 | RUN cp /etc/foo /etc/bar -------------------- ERROR: 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:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83: 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:135: stdout: /usr/bin/dockerd sandbox.go:135: stderr: /usr/bin/dockerd sandbox.go:138: > startCmd 2024-11-14 22:05:57.213260119 +0000 UTC m=+133.360962631 /usr/bin/dockerd --data-root /tmp/integration462959915/dcx9q98316yim/root --exec-root /tmp/dxr/dcx9q98316yim --pidfile /tmp/integration462959915/dcx9q98316yim/docker.pid --containerd-namespace dcx9q98316yim --containerd-plugins-namespace dcx9q98316yimp --host unix:///tmp/docker-integration/dcx9q98316yim.sock --config-file /tmp/integration462959915/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-14T22:05:57.232091867Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-14T22:05:57.233255049Z" level=warning msg="could not change group /tmp/docker-integration/dcx9q98316yim.sock to docker: group docker not found" sandbox.go:138: time="2024-11-14T22:05:57.233429783Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dcx9q98316yim.sock)" sandbox.go:138: time="2024-11-14T22:05:57.233448288Z" level=info msg="containerd not running, starting managed
test-integration (docker, ./tests, experimental)
Process completed with exit code 1.
test-unit (macos-12)
A brownout will take place on November 11, 14:00 UTC - November 12, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721

Artifacts

Produced during runtime
Name Size
aepifanov~buildx~0XQSBR.dockerbuild
30.7 KB
aepifanov~buildx~1TRO9W.dockerbuild
77.3 KB
aepifanov~buildx~24SGZ6.dockerbuild
77.8 KB
aepifanov~buildx~282WDL.dockerbuild
78.9 KB
aepifanov~buildx~56ESB7.dockerbuild
78 KB
aepifanov~buildx~7516V6.dockerbuild
77.2 KB
aepifanov~buildx~8Z6US7.dockerbuild
77.6 KB
aepifanov~buildx~9DND6P.dockerbuild
77 KB
aepifanov~buildx~9N3MUG.dockerbuild
79.1 KB
aepifanov~buildx~AY879J.dockerbuild
77 KB
aepifanov~buildx~BAQ65L.dockerbuild
76.9 KB
aepifanov~buildx~DS85XI.dockerbuild
78.4 KB
aepifanov~buildx~GODSXO.dockerbuild
77.2 KB
aepifanov~buildx~GW192Z.dockerbuild
77.6 KB
aepifanov~buildx~J5NP95.dockerbuild
77.1 KB
aepifanov~buildx~J8R6DC.dockerbuild
77.7 KB
aepifanov~buildx~JREOMH.dockerbuild
77.6 KB
aepifanov~buildx~K0CFQG.dockerbuild
78.4 KB
aepifanov~buildx~K6MONE.dockerbuild
78.4 KB
aepifanov~buildx~KQZ0UY.dockerbuild
77.6 KB
aepifanov~buildx~N8NLYC.dockerbuild
77.5 KB
aepifanov~buildx~Q4T3V4.dockerbuild
77.4 KB
aepifanov~buildx~Q63S61.dockerbuild
78.8 KB
aepifanov~buildx~RRZPRN.dockerbuild
79.1 KB
aepifanov~buildx~TKL2ZK.dockerbuild
77.2 KB
aepifanov~buildx~UDZX3D.dockerbuild
76.2 KB
aepifanov~buildx~VOLN77.dockerbuild
78.8 KB
aepifanov~buildx~WVDL05.dockerbuild
76.7 KB
aepifanov~buildx~ZEI9R3.dockerbuild
77.6 KB
buildx-darwin-amd64
18 MB
buildx-darwin-arm64
16.8 MB
buildx-freebsd-amd64
17.6 MB
buildx-freebsd-arm64
16 MB
buildx-linux-amd64
17.7 MB
buildx-linux-arm-v6
16.4 MB
buildx-linux-arm-v7
16.4 MB
buildx-linux-arm64
16.1 MB
buildx-linux-ppc64le
15.7 MB
buildx-linux-riscv64
16.6 MB
buildx-linux-s390x
17.1 MB
buildx-windows-amd64
18.1 MB
buildx-windows-arm64
16.2 MB
test-reports-test-integration-tests--docker-
120 KB
test-reports-test-integration-tests--docker-experimental
150 KB
test-reports-test-integration-tests--dockercontainerd-
120 KB
test-reports-test-integration-tests--dockercontainerd-experimental
120 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-
119 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental
120 KB
test-reports-test-integration-tests-buildx-stable-1-remote-
120 KB
test-reports-test-integration-tests-buildx-stable-1-remote-experimental
120 KB
test-reports-test-integration-tests-latest-docker-container-
9.21 KB
test-reports-test-integration-tests-latest-docker-container-experimental
119 KB
test-reports-test-integration-tests-latest-remote-
120 KB
test-reports-test-integration-tests-latest-remote-experimental
120 KB
test-reports-test-integration-tests-master-docker-container-
119 KB
test-reports-test-integration-tests-master-docker-container-experimental
120 KB
test-reports-test-integration-tests-master-remote-
120 KB
test-reports-test-integration-tests-master-remote-experimental
120 KB
test-reports-test-integration-tests-v0152-docker-container-
119 KB
test-reports-test-integration-tests-v0152-docker-container-experimental
120 KB
test-reports-test-integration-tests-v0152-remote-
120 KB
test-reports-test-integration-tests-v0152-remote-experimental
120 KB
test-reports-test-integration-tests-v0160-docker-container-
119 KB
test-reports-test-integration-tests-v0160-docker-container-experimental
119 KB
test-reports-test-integration-tests-v0160-remote-
120 KB
test-reports-test-integration-tests-v0160-remote-experimental
120 KB
test-reports-test-integration-tests-v0170-docker-container-
119 KB
test-reports-test-integration-tests-v0170-docker-container-experimental
119 KB
test-reports-test-integration-tests-v0170-remote-
120 KB
test-reports-test-integration-tests-v0170-remote-experimental
120 KB
test-reports-test-unit--macos-12
163 KB
test-reports-test-unit--ubuntu-24.04
168 KB
test-reports-test-unit--windows-2022
165 KB