Skip to content

test: build remote #4107

test: build remote

test: build remote #4107

Triggered via pull request June 28, 2024 08:27
Status Cancelled
Total duration 6m 16s
Artifacts 70

build.yml

on: pull_request
Matrix: test-integration
Matrix: test-unit
prepare-binaries
9s
prepare-binaries
bin-image
0s
bin-image
Matrix: binaries
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

80 errors
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:11Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32961" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:32961/library/busybox:latest time="2024-06-28T08:30:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32961" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:32961/library/alpine:latest time="2024-06-28T08:30:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32961" run.go:273: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:32961/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (4.25s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "fba7zncl0fqu6mprlalc3esl1" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:44103/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:44103': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config1073325075/buildkitd.toml --root /tmp/bktest_buildkitd2601799703 --addr unix:///tmp/bktest_buildkitd2601799703/buildkitd.sock --debug sandbox.go:133: 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_config1073325075/buildkitd.toml --root /tmp/bktest_buildkitd2601799703 --addr unix:///tmp/bktest_buildkitd2601799703/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:17.747222231 +0000 UTC m=+6.229014489 /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_config1073325075/buildkitd.toml --root /tmp/bktest_buildkitd2601799703 --addr unix:///tmp/bktest_buildkitd2601799703/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:17Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:17Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:17Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:17Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:17Z" level=info msg="found worker \"9p8vl9lf3uhi7xpvzub9ss781\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:a81a3f6ca4c4 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:136: time="2024-06-28T08:30:17Z" level=info msg="found 1 workers, default=\"9p8vl9lf3uhi7xpvzub9ss781\"" sandbox.go:136: time="2024-06-28T08:30:17Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:17Z" level=info msg="running server on /tmp/bktest_buildkitd2601799703/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:17Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:17Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:17Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:17Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:18Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = failed
test-integration (buildx-stable-1, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44325" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44325/library/busybox:latest time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44325" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44325/library/alpine:latest time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44325" run.go:273: copied docker.io/moby/buildkit:v0.14.1 to local mirror localhost:44325/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (3.79s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "l8fsv3kh56czpvtw2efg32vf9" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:40695/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:40695': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config3447759799/buildkitd.toml --root /tmp/bktest_buildkitd3775954868 --addr unix:///tmp/bktest_buildkitd3775954868/buildkitd.sock --debug sandbox.go:133: 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_config3447759799/buildkitd.toml --root /tmp/bktest_buildkitd3775954868 --addr unix:///tmp/bktest_buildkitd3775954868/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:24.442839109 +0000 UTC m=+10.520805377 /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_config3447759799/buildkitd.toml --root /tmp/bktest_buildkitd3775954868 --addr unix:///tmp/bktest_buildkitd3775954868/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="found worker \"2qjurl2t62u95mzs4e7ksihnf\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e80651bc5519 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:136: time="2024-06-28T08:30:24Z" level=info msg="found 1 workers, default=\"2qjurl2t62u95mzs4e7ksihnf\"" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="running server on /tmp/bktest_buildkitd3775954868/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:24Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = faile
test-integration (v0.14.1, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44273" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44273/library/alpine:latest time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44273" run.go:273: copied docker.io/moby/buildkit:latest to local mirror localhost:44273/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44273" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44273/library/busybox:latest --- FAIL: TestIntegration (4.34s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "2ylxj65hucumwnvpuo1slp2x9" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:36185/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:36185': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config485053439/buildkitd.toml --root /tmp/bktest_buildkitd3117119076 --addr unix:///tmp/bktest_buildkitd3117119076/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:23.877365853 +0000 UTC m=+11.291830971 /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_config485053439/buildkitd.toml --root /tmp/bktest_buildkitd3117119076 --addr unix:///tmp/bktest_buildkitd3117119076/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:23Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:23Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:23Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:23Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:23Z" level=info msg="found worker \"ejgcg40qfuegci7ugwck8e9mg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d297e21734a6 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:136: time="2024-06-28T08:30:24Z" level=info msg="found 1 workers, default=\"ejgcg40qfuegci7ugwck8e9mg\"" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="running server on /tmp/bktest_buildkitd3117119076/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:24Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:24Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:36185/test.git: git stderr:\nfatal: could not read Username for 'http://127.0.0.1:36185': terminal prompts disabled\n: exit status 128" sandbox.go:136: failed to read dockerfile: failed to load cache key: error fetching default
test-integration (latest, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32779" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:32779/library/alpine:latest time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32779" run.go:273: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:32779/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32779" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:32779/library/busybox:latest --- FAIL: TestIntegration (3.94s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "gupp72wlz9epzxs83xk3viouh" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:37483/test.git: exit status 128 sandbox.go:133: 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_config563365847/buildkitd.toml --root /tmp/bktest_buildkitd1274936431 --addr unix:///tmp/bktest_buildkitd1274936431/buildkitd.sock --debug sandbox.go:133: 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_config563365847/buildkitd.toml --root /tmp/bktest_buildkitd1274936431 --addr unix:///tmp/bktest_buildkitd1274936431/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:28.295317324 +0000 UTC m=+13.876747848 /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_config563365847/buildkitd.toml --root /tmp/bktest_buildkitd1274936431 --addr unix:///tmp/bktest_buildkitd1274936431/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:28Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:28Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:28Z" level=info msg="found worker \"lrtfkk0dnxvovsb2ua6hqfsjp\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:9c1585d53f9e 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:136: time="2024-06-28T08:30:28Z" level=info msg="found 1 workers, default=\"lrtfkk0dnxvovsb2ua6hqfsjp\"" sandbox.go:136: time="2024-06-28T08:30:28Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:28Z" level=info msg="running server on /tmp/bktest_buildkitd1274936431/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:28Z" level=debug msg="session started" spanID=a34c29cd1a6510f0 traceID=449cc9240c126721f9ddbc2c21e919e8 sandbox.go:136: time="2024-06-28T08:30:28Z" level=debug msg="session finished: <nil>" spanID=a34c29cd1a6510f0 traceID=449cc9240c126721f9ddbc2c21e919e8 sandbox.go:136: time="2024-06-28T08:30:28Z" level=debug msg="session started" spanID=03e33f50870d1e98 traceID=449cc9240c126721f9ddbc2c21e919e8 sandbox.go:136: time="2024-06-28T08:30:28Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:37483/test.git: exit status 128" sandbox.go:136: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.
test-integration (v0.12.5, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:14Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39533" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39533/library/alpine:latest time="2024-06-28T08:30:15Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39533" run.go:273: copied docker.io/moby/buildkit:latest to local mirror localhost:39533/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39533" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39533/library/busybox:latest --- FAIL: TestIntegration (4.94s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "mbelkp68vapldq0v26xft2e5z" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32861/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:32861': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config4242871935/buildkitd.toml --root /tmp/bktest_buildkitd665050917 --addr unix:///tmp/bktest_buildkitd665050917/buildkitd.sock --debug sandbox.go:133: 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_config4242871935/buildkitd.toml --root /tmp/bktest_buildkitd665050917 --addr unix:///tmp/bktest_buildkitd665050917/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:24.870455627 +0000 UTC m=+10.066299787 /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_config4242871935/buildkitd.toml --root /tmp/bktest_buildkitd665050917 --addr unix:///tmp/bktest_buildkitd665050917/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:24Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:24Z" level=info msg="found worker \"lp0909l74xw42guidbvjz8tgi\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:0c1d1dd08a8c 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:136: time="2024-06-28T08:30:25Z" level=info msg="found 1 workers, default=\"lp0909l74xw42guidbvjz8tgi\"" sandbox.go:136: time="2024-06-28T08:30:25Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:25Z" level=info msg="running server on /tmp/bktest_buildkitd665050917/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:25Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:25Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:25Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:25Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:25Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown de
test-integration (latest, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43819" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43819/library/busybox:latest time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43819" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43819/library/alpine:latest time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43819" run.go:273: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:43819/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (3.85s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "65l1ygdlg2dcxjdaekan3t90c" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32845/test.git: exit status 128 sandbox.go:133: 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_config618969713/buildkitd.toml --root /tmp/bktest_buildkitd3047545365 --addr unix:///tmp/bktest_buildkitd3047545365/buildkitd.sock --debug sandbox.go:133: 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_config618969713/buildkitd.toml --root /tmp/bktest_buildkitd3047545365 --addr unix:///tmp/bktest_buildkitd3047545365/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:29.835195794 +0000 UTC m=+13.866525672 /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_config618969713/buildkitd.toml --root /tmp/bktest_buildkitd3047545365 --addr unix:///tmp/bktest_buildkitd3047545365/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:29Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:29Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:29Z" level=info msg="found worker \"jxicrkxqe84yqcgh7gkjup5jz\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d717c0afe936 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:136: time="2024-06-28T08:30:29Z" level=info msg="found 1 workers, default=\"jxicrkxqe84yqcgh7gkjup5jz\"" sandbox.go:136: time="2024-06-28T08:30:29Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:29Z" level=info msg="running server on /tmp/bktest_buildkitd3047545365/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:30Z" level=debug msg="session started" spanID=255e575fcc852c8b traceID=4cecdf668fbf997dd5aaf7c32a67e2a8 sandbox.go:136: time="2024-06-28T08:30:30Z" level=debug msg="session finished: <nil>" spanID=255e575fcc852c8b traceID=4cecdf668fbf997dd5aaf7c32a67e2a8 sandbox.go:136: time="2024-06-28T08:30:30Z" level=debug msg="session started" spanID=586128d3e211159c traceID=02c547d50571d0497c3c7bb2ffeddeca sandbox.go:136: time="2024-06-28T08:30:30Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32845/test.git: exit status 128" sandbox.go:136: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32845/test.gi
test-integration (v0.12.5, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:15Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33775" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33775/library/busybox:latest time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33775" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33775/library/alpine:latest time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33775" run.go:273: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:33775/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (4.28s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "qvsnfrgqiz0xfy2lpa7y4nj8r" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:46513/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:46513': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config970179137/buildkitd.toml --root /tmp/bktest_buildkitd339823001 --addr unix:///tmp/bktest_buildkitd339823001/buildkitd.sock --debug sandbox.go:133: 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_config970179137/buildkitd.toml --root /tmp/bktest_buildkitd339823001 --addr unix:///tmp/bktest_buildkitd339823001/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:26.033250135 +0000 UTC m=+10.917487700 /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_config970179137/buildkitd.toml --root /tmp/bktest_buildkitd339823001 --addr unix:///tmp/bktest_buildkitd339823001/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:26Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:26Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:26Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:26Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:26Z" level=info msg="found worker \"xed6gqlv911knarkvbnn32zh1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:24acaf22cb28 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:136: time="2024-06-28T08:30:26Z" level=info msg="found 1 workers, default=\"xed6gqlv911knarkvbnn32zh1\"" sandbox.go:136: time="2024-06-28T08:30:26Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:26Z" level=info msg="running server on /tmp/bktest_buildkitd339823001/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:26Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:26Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:26Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:26Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:26Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc
test-integration (buildx-stable-1, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39099" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39099/library/busybox:latest time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39099" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39099/library/alpine:latest time="2024-06-28T08:30:18Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39099" run.go:273: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:39099/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (4.31s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "jf8252sfkiajirfngh1f882le" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:43129/test.git: git error: exit status 128 stderr: fatal: could not read Username for 'http://127.0.0.1:43129': terminal prompts disabled sandbox.go:133: 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_config2196891203/buildkitd.toml --root /tmp/bktest_buildkitd483694225 --addr unix:///tmp/bktest_buildkitd483694225/buildkitd.sock --debug sandbox.go:133: 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_config2196891203/buildkitd.toml --root /tmp/bktest_buildkitd483694225 --addr unix:///tmp/bktest_buildkitd483694225/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:31.708819987 +0000 UTC m=+14.340212560 /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_config2196891203/buildkitd.toml --root /tmp/bktest_buildkitd483694225 --addr unix:///tmp/bktest_buildkitd483694225/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:31Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:31Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:31Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:31Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:31Z" level=info msg="found worker \"sq3cuaar7yajzikxqj1bjatq7\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:6fc2a8ee15ca 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:136: time="2024-06-28T08:30:31Z" level=info msg="found 1 workers, default=\"sq3cuaar7yajzikxqj1bjatq7\"" sandbox.go:136: time="2024-06-28T08:30:31Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:31Z" level=info msg="running server on /tmp/bktest_buildkitd483694225/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session started" spanID=a7a97ccaa2105b52 traceID=cf9b432feae140ddb9818326b8f44ea4 sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session finished: <nil>" spanID=a7a97ccaa2105b52 traceID=cf9b432feae140ddb9818326b8f44ea4 sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session started" spanID=509882da78746dfc traceID=cf9b432feae140ddb9818326b8f44ea4 sandbox.go:136: time="202
test-integration (v0.13.2, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:23Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41383" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41383/library/alpine:latest time="2024-06-28T08:30:23Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41383" run.go:273: copied docker.io/moby/buildkit:v0.14.1 to local mirror localhost:41383/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41383" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41383/library/busybox:latest --- FAIL: TestIntegration (4.34s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "5lt6b3iec1qjgyuc4oh0kqpxf" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:43809/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:43809': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config2220009783/buildkitd.toml --root /tmp/bktest_buildkitd3579177520 --addr unix:///tmp/bktest_buildkitd3579177520/buildkitd.sock --debug sandbox.go:133: 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_config2220009783/buildkitd.toml --root /tmp/bktest_buildkitd3579177520 --addr unix:///tmp/bktest_buildkitd3579177520/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:34.669104143 +0000 UTC m=+11.397983614 /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_config2220009783/buildkitd.toml --root /tmp/bktest_buildkitd3579177520 --addr unix:///tmp/bktest_buildkitd3579177520/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:34Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:34Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:34Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:34Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:34Z" level=info msg="found worker \"9m9845vhzsjyk1qo3x5j4ufl6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:03b4de76cfe6 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:136: time="2024-06-28T08:30:34Z" level=info msg="found 1 workers, default=\"9m9845vhzsjyk1qo3x5j4ufl6\"" sandbox.go:136: time="2024-06-28T08:30:34Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:34Z" level=info msg="running server on /tmp/bktest_buildkitd3579177520/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:34Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:34Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:34Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:34Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:34Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unk
test-integration (v0.14.1, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40525" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40525/library/busybox:latest time="2024-06-28T08:30:18Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40525" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40525/library/alpine:latest time="2024-06-28T08:30:18Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40525" run.go:273: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:40525/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (4.48s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "4zyp11s5cy2barid2kln0uocu" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:42331/test.git: git error: exit status 128 stderr: fatal: could not read Username for 'http://127.0.0.1:42331': terminal prompts disabled sandbox.go:133: 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_config2897196044/buildkitd.toml --root /tmp/bktest_buildkitd341130915 --addr unix:///tmp/bktest_buildkitd341130915/buildkitd.sock --debug sandbox.go:133: 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_config2897196044/buildkitd.toml --root /tmp/bktest_buildkitd341130915 --addr unix:///tmp/bktest_buildkitd341130915/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:32.418897455 +0000 UTC m=+14.583700953 /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_config2897196044/buildkitd.toml --root /tmp/bktest_buildkitd341130915 --addr unix:///tmp/bktest_buildkitd341130915/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:32Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:32Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:32Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:32Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:32Z" level=info msg="found worker \"ienitvp1fhofqtik7ygoolmdb\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:0180c1b23301 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:136: time="2024-06-28T08:30:32Z" level=info msg="found 1 workers, default=\"ienitvp1fhofqtik7ygoolmdb\"" sandbox.go:136: time="2024-06-28T08:30:32Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:32Z" level=info msg="running server on /tmp/bktest_buildkitd341130915/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session started" spanID=4e85bdda8169cc7c traceID=a18c2e21e106ef6a223d0ea1497a593c sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session finished: <nil>" spanID=4e85bdda8169cc7c traceID=a18c2e21e106ef6a223d0ea1497a593c sandbox.go:136: time="2024-06-28T08:30:32Z" level=debug msg="session started" spanID=4ba15abff1727b3b traceID=27db38dbf52c8df404124db30762861b sandbox.go:136: time="2024-06-28T08:30:32Z
test-integration (v0.13.2, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:11Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34763" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34763/library/busybox:latest time="2024-06-28T08:30:11Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34763" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34763/library/alpine:latest time="2024-06-28T08:30:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34763" run.go:273: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:34763/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (6.14s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "8zzal47llmrsnkvhreltza5k9" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:38565/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:38565': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.38s)
test-integration (buildx-stable-1, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45571" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45571/library/busybox:latest time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45571" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45571/library/alpine:latest time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45571" run.go:273: copied docker.io/moby/buildkit:latest to local mirror localhost:45571/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (6.15s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "icw0zglm7vuedh7e2msd4c08j" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:37469/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:37469': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.71s)
test-integration (latest, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34441" run.go:273: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:34441/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:16Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34441" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34441/library/busybox:latest time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34441" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34441/library/alpine:latest --- FAIL: TestIntegration (5.99s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "twuesvuva30ta19tgubqk87c6" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:38267/test.git: git error: exit status 128 stderr: fatal: could not read Username for 'http://127.0.0.1:38267': terminal prompts disabled --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.47s)
test-integration (v0.13.2, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:11Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45555" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45555/library/busybox:latest time="2024-06-28T08:30:11Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45555" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45555/library/alpine:latest time="2024-06-28T08:30:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45555" run.go:273: copied docker.io/moby/buildkit:latest to local mirror localhost:45555/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (5.47s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "n2elviq50hpzsj04j846s2b4i" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32973/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:32973': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.08s)
test-integration (latest, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40969" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40969/library/alpine:latest time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40969" run.go:273: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:40969/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:17Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40969" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40969/library/busybox:latest --- FAIL: TestIntegration (6.11s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "pbnusrjmmgp071ykv71m9tyno" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:36507/test.git: git error: exit status 128 stderr: fatal: could not read Username for 'http://127.0.0.1:36507': terminal prompts disabled --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.26s)
test-integration (v0.13.2, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41231" run.go:273: copied docker.io/moby/buildkit:master to local mirror localhost:41231/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:18Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41231" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41231/library/busybox:latest time="2024-06-28T08:30:18Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41231" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41231/library/alpine:latest --- FAIL: TestIntegration (7.16s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "pcrqo6hza6ww58buiushvqh88" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:41025/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:41025': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.15s)
test-integration (master, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:25Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39131" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39131/library/busybox:latest time="2024-06-28T08:30:26Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39131" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39131/library/alpine:latest time="2024-06-28T08:30:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39131" run.go:273: copied docker.io/moby/buildkit:master to local mirror localhost:39131/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (6.38s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "tsmmgtlqkx7lrz6p8vv3n7ibp" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:44861/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:44861': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config1621298951/buildkitd.toml --root /tmp/bktest_buildkitd1954770129 --addr unix:///tmp/bktest_buildkitd1954770129/buildkitd.sock --debug sandbox.go:133: 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_config1621298951/buildkitd.toml --root /tmp/bktest_buildkitd1954770129 --addr unix:///tmp/bktest_buildkitd1954770129/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:38.908680216 +0000 UTC m=+13.766420059 /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_config1621298951/buildkitd.toml --root /tmp/bktest_buildkitd1954770129 --addr unix:///tmp/bktest_buildkitd1954770129/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:38Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:38Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:38Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:38Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:39Z" level=info msg="found worker \"2aakxnm4m4og1t9xxk366ystg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:1ae706356a0c 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:136: time="2024-06-28T08:30:39Z" level=info msg="found 1 workers, default=\"2aakxnm4m4og1t9xxk366ystg\"" sandbox.go:136: time="2024-06-28T08:30:39Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:39Z" level=info msg="running server on /tmp/bktest_buildkitd1954770129/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:39Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:39Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:39Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:39Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:39Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unk
test-integration (master, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40061" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40061/library/busybox:latest time="2024-06-28T08:30:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40061" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40061/library/alpine:latest time="2024-06-28T08:30:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40061" run.go:273: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:40061/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (7.18s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "7t32ocnbowfexocvr04a3945i" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:43723/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:43723': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.07s)
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44303" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44303/library/busybox:latest time="2024-06-28T08:30:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44303" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44303/library/alpine:latest time="2024-06-28T08:30:36Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44303" run.go:273: copied docker.io/moby/buildkit:master to local mirror localhost:44303/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (7.31s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=remote: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=remote === PAUSE TestIntegration/TestBuildRemoteAuth/worker=remote === CONT TestIntegration/TestBuildRemoteAuth/worker=remote testutilserve.go:53: git access token to check: "dbxzhwex6xancw5wfsp2wlg9z" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=remote Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:38659/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:38659': terminal prompts disabled : exit status 128 sandbox.go:133: 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_config1331075913/buildkitd.toml --root /tmp/bktest_buildkitd36184667 --addr unix:///tmp/bktest_buildkitd36184667/buildkitd.sock --debug sandbox.go:133: 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_config1331075913/buildkitd.toml --root /tmp/bktest_buildkitd36184667 --addr unix:///tmp/bktest_buildkitd36184667/buildkitd.sock --debug sandbox.go:136: > StartCmd 2024-06-28 08:30:47.909870861 +0000 UTC m=+13.504674890 /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_config1331075913/buildkitd.toml --root /tmp/bktest_buildkitd36184667 --addr unix:///tmp/bktest_buildkitd36184667/buildkitd.sock --debug sandbox.go:136: time="2024-06-28T08:30:48Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:48Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:136: time="2024-06-28T08:30:48Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:136: time="2024-06-28T08:30:48Z" level=warning msg="using host network as the default" sandbox.go:136: time="2024-06-28T08:30:48Z" level=info msg="found worker \"ntgza3w8pqktx766x7aqju2wk\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:712d2a6e76fc 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:136: time="2024-06-28T08:30:48Z" level=info msg="found 1 workers, default=\"ntgza3w8pqktx766x7aqju2wk\"" sandbox.go:136: time="2024-06-28T08:30:48Z" level=warning msg="currently, only the default worker can be used." sandbox.go:136: time="2024-06-28T08:30:48Z" level=info msg="running server on /tmp/bktest_buildkitd36184667/buildkitd.sock" sandbox.go:136: time="2024-06-28T08:30:48Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:48Z" level=debug msg="session finished: <nil>" sandbox.go:136: time="2024-06-28T08:30:48Z" level=debug msg="resolve exporter local with map[]" sandbox.go:136: time="2024-06-28T08:30:48Z" level=debug msg="session started" sandbox.go:136: time="2024-06-28T08:30:48Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/Solve returned error: rpc error: code = Unknown desc = failed to read dock
test-integration (master, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34347" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34347/library/busybox:latest time="2024-06-28T08:30:28Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34347" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34347/library/alpine:latest time="2024-06-28T08:30:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34347" run.go:273: copied docker.io/moby/buildkit:master to local mirror localhost:34347/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (8.35s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "hzk5kwhgr4jzcxt04zphmihvl" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:32935/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:32935': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.11s)
test-integration (master, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34357" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34357/library/busybox:latest time="2024-06-28T08:30:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34357" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34357/library/alpine:latest time="2024-06-28T08:30:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34357" run.go:273: copied docker.io/moby/buildkit:v0.14.1 to local mirror localhost:34357/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (8.90s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "8gc89zoxvw80trwvzb3knnhhk" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:33929/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:33929': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.40s)
test-integration (v0.14.1, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:26Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42253" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42253/library/busybox:latest time="2024-06-28T08:30:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42253" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42253/library/alpine:latest time="2024-06-28T08:30:28Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42253" run.go:273: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:42253/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (8.30s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "uuagw9tji3ewreiisf1k74uod" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:38387/test.git: exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.02s)
test-integration (v0.12.5, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:28Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39575" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39575/library/busybox:latest time="2024-06-28T08:30:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39575" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39575/library/alpine:latest time="2024-06-28T08:30:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39575" run.go:273: copied docker.io/moby/buildkit:v0.14.1 to local mirror localhost:39575/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (8.78s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "v15s4jrqlg6uqgav08tctly04" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:41719/test.git: git stderr: fatal: could not read Username for 'http://127.0.0.1:41719': terminal prompts disabled : exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.09s)
test-integration (v0.14.1, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L273
=== RUN TestIntegration time="2024-06-28T08:30:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41457" run.go:273: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41457/library/alpine:latest time="2024-06-28T08:30:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41457" run.go:273: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:41457/moby/buildkit:buildx-stable-1 time="2024-06-28T08:30:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41457" run.go:273: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41457/library/busybox:latest --- FAIL: TestIntegration (8.53s)
Failed: tests/TestIntegration/TestBuildRemoteAuth/worker=docker-container: tests/testutilserve.go#L53
=== RUN TestIntegration/TestBuildRemoteAuth/worker=docker-container === PAUSE TestIntegration/TestBuildRemoteAuth/worker=docker-container === CONT TestIntegration/TestBuildRemoteAuth/worker=docker-container testutilserve.go:53: git access token to check: "u53uxuav4nxyrz03ac071dmpq" testutilserve.go:55: basic auth: user="" pass="" build.go:148: Error Trace: /src/tests/build.go:148 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:96 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211 Error: Received unexpected error: exit status 1 Test: TestIntegration/TestBuildRemoteAuth/worker=docker-container Messages: ERROR: failed to solve: failed to read dockerfile: failed to load cache key: error fetching default branch for repository http://127.0.0.1:42307/test.git: exit status 128 --- FAIL: TestIntegration/TestBuildRemoteAuth/worker=docker-container (1.42s)
test-integration (v0.12.5, docker-container, ./tests)
Process completed with exit code 1.
test-integration (docker, ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2561/merge' exists
test-integration (docker, ./tests, experimental)
The operation was canceled.
test-integration (docker, ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2561/merge' exists
test-integration (docker, ./tests)
The operation was canceled.
test-integration (docker+containerd, ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2561/merge' exists
test-integration (docker+containerd, ./tests)
The operation was canceled.
test-integration (docker+containerd, ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2561/merge' exists
test-integration (docker+containerd, ./tests, experimental)
The operation was canceled.

Artifacts

Produced during runtime
Name Size
buildx-darwin-amd64 Expired
18.2 MB
buildx-darwin-arm64 Expired
17.4 MB
buildx-linux-amd64 Expired
17.3 MB
buildx-linux-arm-v6 Expired
16.2 MB
buildx-linux-arm-v7 Expired
16.2 MB
buildx-linux-arm64 Expired
15.8 MB
buildx-linux-ppc64le Expired
15.4 MB
buildx-linux-riscv64 Expired
16.6 MB
buildx-linux-s390x Expired
16.8 MB
buildx-windows-amd64 Expired
17.8 MB
buildx-windows-arm64 Expired
15.9 MB
docker~buildx~0GDF7Y.dockerbuild Expired
74.1 KB
docker~buildx~17RRN8.dockerbuild Expired
74.4 KB
docker~buildx~1BB6BW.dockerbuild Expired
76.4 KB
docker~buildx~57FLUP.dockerbuild Expired
74.2 KB
docker~buildx~8NYCGG.dockerbuild Expired
74.9 KB
docker~buildx~E1YFBY.dockerbuild Expired
74.2 KB
docker~buildx~IJWAFT.dockerbuild Expired
74 KB
docker~buildx~JD9FKP.dockerbuild Expired
75.9 KB
docker~buildx~JDYG3B.dockerbuild Expired
74.8 KB
docker~buildx~L0V7BS.dockerbuild Expired
74.7 KB
docker~buildx~LKFS68.dockerbuild Expired
74.9 KB
docker~buildx~LV8FB1.dockerbuild Expired
74.2 KB
docker~buildx~NLN09R.dockerbuild Expired
74.5 KB
docker~buildx~OPQ1WE.dockerbuild Expired
74.2 KB
docker~buildx~P0VRWS.dockerbuild Expired
75.3 KB
docker~buildx~Q76YL1.dockerbuild Expired
74.4 KB
docker~buildx~ROBYA7.dockerbuild Expired
73.3 KB
docker~buildx~TMK935.dockerbuild Expired
75.2 KB
docker~buildx~U810BP.dockerbuild Expired
73.9 KB
docker~buildx~VEZ4PK.dockerbuild Expired
74.8 KB
docker~buildx~VGJA84.dockerbuild Expired
76.1 KB
docker~buildx~VVD79Y.dockerbuild Expired
75.1 KB
docker~buildx~X8O9B9.dockerbuild Expired
74.1 KB
docker~buildx~YHFXJH.dockerbuild Expired
74.7 KB
docker~buildx~YU5ZCW.dockerbuild Expired
74.9 KB
docker~buildx~YUI8JG.dockerbuild Expired
75 KB
docker~buildx~Z1LABE.dockerbuild Expired
75.6 KB
docker~buildx~ZOKNGS.dockerbuild Expired
75.9 KB
test-reports-test-integration-tests--docker- Expired
183 KB
test-reports-test-integration-tests--docker-experimental Expired
98.9 KB
test-reports-test-integration-tests--dockercontainerd- Expired
98.2 KB
test-reports-test-integration-tests--dockercontainerd-experimental Expired
185 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container- Expired
77.3 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental Expired
77.6 KB
test-reports-test-integration-tests-buildx-stable-1-remote- Expired
83.9 KB
test-reports-test-integration-tests-buildx-stable-1-remote-experimental Expired
84.5 KB
test-reports-test-integration-tests-latest-docker-container- Expired
77.3 KB
test-reports-test-integration-tests-latest-docker-container-experimental Expired
77.7 KB
test-reports-test-integration-tests-latest-remote- Expired
84 KB
test-reports-test-integration-tests-latest-remote-experimental Expired
84.1 KB
test-reports-test-integration-tests-master-docker-container- Expired
77.3 KB
test-reports-test-integration-tests-master-docker-container-experimental Expired
77.6 KB
test-reports-test-integration-tests-master-remote- Expired
84.1 KB
test-reports-test-integration-tests-master-remote-experimental Expired
84.2 KB
test-reports-test-integration-tests-v0125-docker-container- Expired
77.8 KB
test-reports-test-integration-tests-v0125-docker-container-experimental Expired
78 KB
test-reports-test-integration-tests-v0125-remote- Expired
83.9 KB
test-reports-test-integration-tests-v0125-remote-experimental Expired
84.3 KB
test-reports-test-integration-tests-v0132-docker-container- Expired
77.7 KB
test-reports-test-integration-tests-v0132-docker-container-experimental Expired
77.9 KB
test-reports-test-integration-tests-v0132-remote- Expired
84.8 KB
test-reports-test-integration-tests-v0132-remote-experimental Expired
85.1 KB
test-reports-test-integration-tests-v0141-docker-container- Expired
77.3 KB
test-reports-test-integration-tests-v0141-docker-container-experimental Expired
77.6 KB
test-reports-test-integration-tests-v0141-remote- Expired
83.8 KB
test-reports-test-integration-tests-v0141-remote-experimental Expired
84.2 KB
test-reports-test-unit--macos-12 Expired
71.2 KB
test-reports-test-unit--ubuntu-24.04 Expired
74.9 KB
test-reports-test-unit--windows-2022 Expired
68 KB