test: docker host-gateway #2861
Annotations
3 errors
tests/run.go#L267
=== RUN TestIntegration
time="2023-10-17T09:05:55Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43921"
run.go:267: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43921/library/alpine:latest
time="2023-10-17T09:05:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43921"
run.go:267: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:43921/moby/buildkit:buildx-stable-1
time="2023-10-17T09:06:00Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43921"
run.go:267: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43921/library/busybox:latest
--- FAIL: TestIntegration (5.15s)
|
tests/build.go#L432
=== RUN TestIntegration/TestDockerHostGateway/worker=docker+containerd
=== PAUSE TestIntegration/TestDockerHostGateway/worker=docker+containerd
=== CONT TestIntegration/TestDockerHostGateway/worker=docker+containerd
build.go:432:
Error Trace: /src/tests/build.go:432
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:91
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:205
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestDockerHostGateway/worker=docker+containerd
Messages: #0 building with "integration-xezunaysmdtgjbs1fyqwjt9pl" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 93B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.0s
#4 [1/2] FROM docker.io/library/busybox@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee
#4 resolve docker.io/library/busybox@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee done
#4 sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7 2.22MB / 2.22MB 0.0s done
#4 extracting sha256:3f4d90098f5b5a6f6a76e9d217da85aa39b2081e30fa1f7d287138d6e7bf0ad7 0.1s done
#4 DONE 0.1s
#5 [2/2] RUN nslookup buildx.host-gateway-ip.local
#5 0.183 Server: 168.63.129.16
#5 0.183 Address: 168.63.129.16:53
#5 0.183
#5 0.183 ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
#5 0.183
#5 0.183 ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
#5 0.183
#5 ERROR: process "/bin/sh -c nslookup buildx.host-gateway-ip.local" did not complete successfully: exit code: 1
------
> [2/2] RUN nslookup buildx.host-gateway-ip.local:
0.183 Server: 168.63.129.16
0.183 Address: 168.63.129.16:53
0.183
0.183 ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
0.183
0.183 ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
0.183
------
Dockerfile:3
--------------------
1 |
2 | FROM busybox
3 | >>> RUN nslookup buildx.host-gateway-ip.local
4 |
--------------------
ERROR: failed to solve: process "/bin/sh -c nslookup buildx.host-gateway-ip.local" did not complete successfully: exit code: 1
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:131: Server: 168.63.129.16
sandbox.go:131: Address: 168.63.129.16:53
sandbox.go:131:
sandbox.go:131: ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
sandbox.go:131:
sandbox.go:131: ** server can't find buildx.host-gateway-ip.local: NXDOMAIN
sandbox.go:131:
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2023-10-17 09:06:03.024154311 +0000 UTC m=+7.268437554 /usr/bin/dockerd --data-root /tmp/integration3070350915/dfjxzmt6j50lh/root --exec-root /tmp/dxr/dfjxzmt6j50lh --pidfile /tmp/integration3070350915/dfjxzmt6j50lh/docker.pid --containerd-namespace df
|
|
The logs for this run have expired and are no longer available.
Loading