Merge pull request #2717 from crazy-max/fix-ls-notrunc #19
Annotations
3 errors and 1 warning
Generate annotations:
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45293/library/busybox:latest
time="2024-10-07T19:29:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45293"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45293/library/alpine:latest
time="2024-10-07T19:29:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45293"
run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:45293/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (1.02s)
|
Generate annotations:
tests/build.go#L712
=== RUN TestIntegration/TestBuildNetworkModeBridge/worker=docker-container
=== PAUSE TestIntegration/TestBuildNetworkModeBridge/worker=docker-container
=== CONT TestIntegration/TestBuildNetworkModeBridge/worker=docker-container
build.go:712:
Error Trace: /src/tests/build.go:712
/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/TestBuildNetworkModeBridge/worker=docker-container
Messages: #0 building with "hardcore_galileo" 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 0.0s done
#2 creating container buildx_buildkit_hardcore_galileo0
#2 creating container buildx_buildkit_hardcore_galileo0 0.6s done
#2 DONE 0.6s
#3 [internal] load build definition from Dockerfile
#3 transferring dockerfile:
#3 transferring dockerfile: 284B 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 AS build
3 | RUN ip a show eth0 | awk '/inet / {split($2, a, "/"); print a[1]}' > /ip-bridge.txt
4 | RUN --network=host ip a show eth0 | awk '/inet / {split($2, a, "/"); print a[1]}' > /ip-host.txt
--------------------
ERROR: busybox: 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
--- FAIL: TestIntegration/TestBuildNetworkModeBridge/worker=docker-container (2.97s)
|
Test
Process completed with exit code 1.
|
Send to Codecov
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Loading