build: fix build details link in experimental mode #4483
Annotations
3 errors
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:42541/moby/buildkit:buildx-stable-1
time="2024-10-08T10:00:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42541"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42541/library/busybox:latest
time="2024-10-08T10:00:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42541"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42541/library/alpine:latest
--- FAIL: TestIntegration (0.01s)
|
tests/build.go#L505
=== RUN TestIntegration/TestBuildDetailsLink/worker=remote
=== PAUSE TestIntegration/TestBuildDetailsLink/worker=remote
=== CONT TestIntegration/TestBuildDetailsLink/worker=remote
build.go:505:
Error Trace: /src/tests/build.go:505
/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: Should be true
Test: TestIntegration/TestBuildDetailsLink/worker=remote
Messages: expected build details link in output, got "#0 building with \"integration-remote-i7dwcb0l7oq3byqwmh4hwwnmc\" instance using remote driver\n\n#1 [internal] connecting to local controller\n#1 DONE 0.0s\n\n#2 [internal] load build definition from Dockerfile\n#2 transferring dockerfile: 67B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for docker.io/library/busybox:latest\n#3 DONE 0.0s\n\n#4 [internal] load .dockerignore\n#4 transferring context: 2B done\n#4 DONE 0.0s\n\n#5 [1/2] FROM docker.io/library/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee\n#5 resolve docker.io/library/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee done\n#5 CACHED\n\n#6 [2/2] RUN exit 1\n#6 ERROR: process \"/bin/sh -c exit 1\" did not complete successfully: exit code: 1\n------\n > [2/2] RUN exit 1:\n------\nDockerfile:2\n--------------------\n 1 | FROM busybox:latest\n 2 | >>> RUN exit 1\n--------------------\nERROR: process \"/bin/sh -c exit 1\" did not complete successfully: exit code: 1\n"
sandbox.go:135: 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_config2686995868/buildkitd.toml --root /tmp/bktest_buildkitd3895697336 --addr unix:///tmp/bktest_buildkitd3895697336/buildkitd.sock --debug
sandbox.go:135: 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_config2686995868/buildkitd.toml --root /tmp/bktest_buildkitd3895697336 --addr unix:///tmp/bktest_buildkitd3895697336/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-08 10:00:48.23342391 +0000 UTC m=+12.758211971 /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_config2686995868/buildkitd.toml --root /tmp/bktest_buildkitd3895697336 --addr unix:///tmp/bktest_buildkitd3895697336/buildkitd.sock --debug
sandbox.go:138: time="2024-10-08T10:00:48Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-10-08T10:00:48Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-10-08T10:00:48Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-08T10:00:48Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-08T10:00:48Z" level=info msg="found worker \"o9o89602ecj8r2cj2zmpbc2q4\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:acb8c39bcc22 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/arm/v7 linux/arm/v6]"
sandbox.go:138: time="2024-10-08T10:00:48Z" level=info msg="found 1 workers, default=\"o9o89602ecj8r2cj2zmpbc2q4\""
sandbox.go:138: time="2024-10-08T10:00:48Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-08T10:00:48Z" le
|
|
The logs for this run have expired and are no longer available.
Loading