Skip to content

bake: more test cases #4715

bake: more test cases

bake: more test cases #4715

Triggered via pull request November 28, 2024 15:47
Status Failure
Total duration 7m 26s
Artifacts 83

build.yml

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

Annotations

102 errors
Failed: bake/TestEmptyAttribute: bake/bake_test.go#L2037
=== RUN TestEmptyAttribute bake_test.go:2037: Error Trace: /home/runner/work/buildx/buildx/bake/bake_test.go:2037 Error: Received unexpected error: docker-bake.hcl:3,12-13: Unsuitable value type; Unsuitable value: EOF Test: TestEmptyAttribute --- FAIL: TestEmptyAttribute (0.00s)
test-unit (ubuntu-24.04)
Process completed with exit code 1.
Failed: bake/TestEmptyAttribute: bake/bake_test.go#L2037
=== RUN TestEmptyAttribute bake_test.go:2037: Error Trace: /Users/runner/work/buildx/buildx/bake/bake_test.go:2037 Error: Received unexpected error: docker-bake.hcl:3,12-13: Unsuitable value type; Unsuitable value: EOF Test: TestEmptyAttribute --- FAIL: TestEmptyAttribute (0.00s)
test-unit (macos-14)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:37001/library/busybox:latest time="2024-11-28T15:50:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:37001" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:37001/library/alpine:latest time="2024-11-28T15:50:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:37001" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:37001/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001195560), (*buildflags.CacheOptionsEntry)(0xc001195578), (*buildflags.CacheOptionsEntry)(0xc001195590)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0011953c8), (*buildflags.CacheOptionsEntry)(0xc0011953f8), (*buildflags.CacheOptionsEntry)(0xc001195428)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config1323541929/buildkitd.toml --root /tmp/bktest_buildkitd1320923932 --addr unix:///tmp/bktest_buildkitd1320923932/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:38.388718455 +0000 UTC m=+9.073378156 /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_config1323541929/buildkitd.toml --root /tmp/bktest_buildkitd1320923932 --addr unix:///tmp/bktest_buildkitd1320923932/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:38Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:38Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:38Z" level=info msg="found worker \"xrs061zed111ai9zfptpzqve6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:2cd58c21f4c6 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/arm/v7 linux/arm/v6]" sandbox.go:138: time="2024-11-28T15:50:38Z" level=info msg="found 1 workers, default=\"xrs061zed111ai9zfptpzqve6\"" sandbox.go:138: time="2024-11-28T15:50:38Z" level=warning msg="currently, only the default worker can be used." sandbox.go:138: time="2024-11-28T15:50:38Z" level=info msg="running server on /tmp/bktest_buildkitd1320923932/bu
test-integration (buildx-stable-1, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44813/library/busybox:latest time="2024-11-28T15:50:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44813" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44813/library/alpine:latest time="2024-11-28T15:50:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44813" run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:44813/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0014aa660), (*buildflags.CacheOptionsEntry)(0xc0014aa678), (*buildflags.CacheOptionsEntry)(0xc0014aa690)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0014aa4c8), (*buildflags.CacheOptionsEntry)(0xc0014aa4f8), (*buildflags.CacheOptionsEntry)(0xc0014aa528)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config4245442633/buildkitd.toml --root /tmp/bktest_buildkitd591273116 --addr unix:///tmp/bktest_buildkitd591273116/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_config4245442633/buildkitd.toml --root /tmp/bktest_buildkitd591273116 --addr unix:///tmp/bktest_buildkitd591273116/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:39.646651789 +0000 UTC m=+9.585741415 /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_config4245442633/buildkitd.toml --root /tmp/bktest_buildkitd591273116 --addr unix:///tmp/bktest_buildkitd591273116/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:39Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:39Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:39Z" level=info msg="found worker \"xwo421atdsprkyvkm1fjp1gxk\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:2dc5248de960 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/arm/v7 linux/arm/v6]" sandbox.go:138:
test-integration (master, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:39351/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39351" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39351/library/busybox:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39351" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39351/library/alpine:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0007ab980), (*buildflags.CacheOptionsEntry)(0xc0007ab998), (*buildflags.CacheOptionsEntry)(0xc0007ab9b0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0007ab7b8), (*buildflags.CacheOptionsEntry)(0xc0007ab7e8), (*buildflags.CacheOptionsEntry)(0xc0007ab818)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config2437880564/buildkitd.toml --root /tmp/bktest_buildkitd2153313729 --addr unix:///tmp/bktest_buildkitd2153313729/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_config2437880564/buildkitd.toml --root /tmp/bktest_buildkitd2153313729 --addr unix:///tmp/bktest_buildkitd2153313729/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:36.843682743 +0000 UTC m=+6.194672851 /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_config2437880564/buildkitd.toml --root /tmp/bktest_buildkitd2153313729 --addr unix:///tmp/bktest_buildkitd2153313729/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:36Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:36Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:36Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:36Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:36Z" level=info msg="found worker \"27wdzf2zxny23cqsd1t47x53s\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ccd87045f526 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.wor
test-integration (v0.15.2, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39041/library/busybox:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39041" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39041/library/alpine:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39041" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:39041/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.00s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001069140), (*buildflags.CacheOptionsEntry)(0xc001069158), (*buildflags.CacheOptionsEntry)(0xc001069170)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001068fa8), (*buildflags.CacheOptionsEntry)(0xc001068fd8), (*buildflags.CacheOptionsEntry)(0xc001069008)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/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_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:43.805248873 +0000 UTC m=+10.054248848 /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_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="found worker \"4ttot72zbehsjdhwanc3rhn32\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea9f685df043 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/arm/v7 linux/arm/v6]" sandbox.go:
test-integration (buildx-stable-1, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33187/library/busybox:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33187" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33187/library/alpine:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33187" run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:33187/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00065b260), (*buildflags.CacheOptionsEntry)(0xc00065b278), (*buildflags.CacheOptionsEntry)(0xc00065b290)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00065b098), (*buildflags.CacheOptionsEntry)(0xc00065b0c8), (*buildflags.CacheOptionsEntry)(0xc00065b0f8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config1960790774/buildkitd.toml --root /tmp/bktest_buildkitd3210000909 --addr unix:///tmp/bktest_buildkitd3210000909/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_config1960790774/buildkitd.toml --root /tmp/bktest_buildkitd3210000909 --addr unix:///tmp/bktest_buildkitd3210000909/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:43.796390853 +0000 UTC m=+9.314256934 /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_config1960790774/buildkitd.toml --root /tmp/bktest_buildkitd3210000909 --addr unix:///tmp/bktest_buildkitd3210000909/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="found worker \"are0sbcj1pozk1eiui86mb4lv\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:cc007e59671c org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.wor
test-integration (v0.16.0, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38983/library/alpine:latest time="2024-11-28T15:50:33Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38983" run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:38983/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38983" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38983/library/busybox:latest --- FAIL: TestIntegration (0.00s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00163ad80), (*buildflags.CacheOptionsEntry)(0xc00163ad98), (*buildflags.CacheOptionsEntry)(0xc00163adb0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00163abe8), (*buildflags.CacheOptionsEntry)(0xc00163ac18), (*buildflags.CacheOptionsEntry)(0xc00163ac48)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config3981419789/buildkitd.toml --root /tmp/bktest_buildkitd3556410596 --addr unix:///tmp/bktest_buildkitd3556410596/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_config3981419789/buildkitd.toml --root /tmp/bktest_buildkitd3556410596 --addr unix:///tmp/bktest_buildkitd3556410596/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:39.330490751 +0000 UTC m=+5.944805695 /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_config3981419789/buildkitd.toml --root /tmp/bktest_buildkitd3556410596 --addr unix:///tmp/bktest_buildkitd3556410596/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:39Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:39Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:39Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:39Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:39Z" level=info msg="found worker \"ylebqezycz7y7gmbjyayta9ly\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:3abc6ba327d3 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.wor
test-integration (v0.16.0, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44661/library/busybox:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44661" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44661/library/alpine:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44661" run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:44661/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00145b3b0), (*buildflags.CacheOptionsEntry)(0xc00145b3c8), (*buildflags.CacheOptionsEntry)(0xc00145b3e0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00145b218), (*buildflags.CacheOptionsEntry)(0xc00145b248), (*buildflags.CacheOptionsEntry)(0xc00145b278)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config916245568/buildkitd.toml --root /tmp/bktest_buildkitd367677419 --addr unix:///tmp/bktest_buildkitd367677419/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_config916245568/buildkitd.toml --root /tmp/bktest_buildkitd367677419 --addr unix:///tmp/bktest_buildkitd367677419/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:43.492286811 +0000 UTC m=+8.732484488 /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_config916245568/buildkitd.toml --root /tmp/bktest_buildkitd367677419 --addr unix:///tmp/bktest_buildkitd367677419/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="found worker \"jrmmrublm0srm65totspiuos7\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:2f8f3c32da3d 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/arm/v7 linux/arm/v6]" sandbox.go:138: ti
test-integration (v0.17.2, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:35037/library/busybox:latest time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35037" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35037/library/alpine:latest time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35037" run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:35037/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0004ae3a8), (*buildflags.CacheOptionsEntry)(0xc0004ae3c0), (*buildflags.CacheOptionsEntry)(0xc0004ae3d8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0004ae210), (*buildflags.CacheOptionsEntry)(0xc0004ae240), (*buildflags.CacheOptionsEntry)(0xc0004ae270)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config2441690338/buildkitd.toml --root /tmp/bktest_buildkitd3413419266 --addr unix:///tmp/bktest_buildkitd3413419266/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:48.273742462 +0000 UTC m=+8.061207323 /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_config2441690338/buildkitd.toml --root /tmp/bktest_buildkitd3413419266 --addr unix:///tmp/bktest_buildkitd3413419266/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="found worker \"r88pghfnjs2act8f2rlucdtnm\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f17f8fc85a11 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/arm/v7 linux/arm/v6]" sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="found 1 workers, default=\"r88pghfnjs2act8f2rlucdtnm\"" sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="currently, only the default worker can be used." sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="running server on /tmp/bktest_buildkitd3413419266/bu
test-integration (v0.17.2, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39055/library/busybox:latest time="2024-11-28T15:50:29Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39055" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39055/library/alpine:latest time="2024-11-28T15:50:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39055" run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:39055/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.03s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000c8d2d8), (*buildflags.CacheOptionsEntry)(0xc000c8d2f0), (*buildflags.CacheOptionsEntry)(0xc000c8d308)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000c8d140), (*buildflags.CacheOptionsEntry)(0xc000c8d170), (*buildflags.CacheOptionsEntry)(0xc000c8d1a0)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (0.91s)
test-integration (latest, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46131/library/busybox:latest time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46131" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46131/library/alpine:latest time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46131" run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:46131/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000600fd8), (*buildflags.CacheOptionsEntry)(0xc000600ff0), (*buildflags.CacheOptionsEntry)(0xc000601008)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000600e40), (*buildflags.CacheOptionsEntry)(0xc000600e70), (*buildflags.CacheOptionsEntry)(0xc000600ea0)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config2541247855/buildkitd.toml --root /tmp/bktest_buildkitd1985787773 --addr unix:///tmp/bktest_buildkitd1985787773/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:48.268643709 +0000 UTC m=+9.129464078 /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_config2541247855/buildkitd.toml --root /tmp/bktest_buildkitd1985787773 --addr unix:///tmp/bktest_buildkitd1985787773/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="found worker \"4gkvdkwxl4dukkmwyaz15tmr1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:9dc0a9e726b7 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-11-28T15:50:48Z" level=info msg="found 1 workers, defau
test-integration (v0.15.2, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38229/library/busybox:latest time="2024-11-28T15:50:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38229" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38229/library/alpine:latest time="2024-11-28T15:50:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38229" run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:38229/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001fc4570), (*buildflags.CacheOptionsEntry)(0xc001fc4588), (*buildflags.CacheOptionsEntry)(0xc001fc45a0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001fc43a8), (*buildflags.CacheOptionsEntry)(0xc001fc43d8), (*buildflags.CacheOptionsEntry)(0xc001fc4438)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config982997084/buildkitd.toml --root /tmp/bktest_buildkitd3081978458 --addr unix:///tmp/bktest_buildkitd3081978458/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_config982997084/buildkitd.toml --root /tmp/bktest_buildkitd3081978458 --addr unix:///tmp/bktest_buildkitd3081978458/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:48.925456083 +0000 UTC m=+8.560130161 /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_config982997084/buildkitd.toml --root /tmp/bktest_buildkitd3081978458 --addr unix:///tmp/bktest_buildkitd3081978458/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:48Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:48Z" level=info msg="found worker \"y42bnter324vm6k2vpdp3j9k0\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:42e6f9a41bef 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/arm/v7 linux/arm/v6]" sandbox.go:1
test-integration (latest, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38089/library/busybox:latest time="2024-11-28T15:50:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38089" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38089/library/alpine:latest time="2024-11-28T15:50:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38089" run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:38089/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00206b158), (*buildflags.CacheOptionsEntry)(0xc00206b170), (*buildflags.CacheOptionsEntry)(0xc00206b188)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00206afc0), (*buildflags.CacheOptionsEntry)(0xc00206aff0), (*buildflags.CacheOptionsEntry)(0xc00206b020)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config4254210210/buildkitd.toml --root /tmp/bktest_buildkitd2138063014 --addr unix:///tmp/bktest_buildkitd2138063014/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_config4254210210/buildkitd.toml --root /tmp/bktest_buildkitd2138063014 --addr unix:///tmp/bktest_buildkitd2138063014/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:52.294769863 +0000 UTC m=+9.593636679 /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_config4254210210/buildkitd.toml --root /tmp/bktest_buildkitd2138063014 --addr unix:///tmp/bktest_buildkitd2138063014/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:52Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:52Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:52Z" level=info msg="found worker \"z4dl539khdyb0wif8dmq6ivt6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:9ba670f35cdd 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/arm/v7 linux/arm/v6]" sandbox.g
test-integration (latest, remote, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33525/library/busybox:latest time="2024-11-28T15:50:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33525" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33525/library/alpine:latest time="2024-11-28T15:50:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33525" run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:33525/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00052dc98), (*buildflags.CacheOptionsEntry)(0xc00052dcb0), (*buildflags.CacheOptionsEntry)(0xc00052dcc8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00052dad0), (*buildflags.CacheOptionsEntry)(0xc00052db00), (*buildflags.CacheOptionsEntry)(0xc00052db30)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.17s)
test-integration (v0.17.2, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36087/library/alpine:latest time="2024-11-28T15:50:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36087" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:36087/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:33Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36087" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36087/library/busybox:latest --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0017f82e8), (*buildflags.CacheOptionsEntry)(0xc0017f8300), (*buildflags.CacheOptionsEntry)(0xc0017f8318)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0017f8120), (*buildflags.CacheOptionsEntry)(0xc0017f8150), (*buildflags.CacheOptionsEntry)(0xc0017f8180)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.28s)
test-integration (buildx-stable-1, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39265/library/alpine:latest time="2024-11-28T15:50:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39265" run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:39265/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:36Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39265" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39265/library/busybox:latest --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0012fc378), (*buildflags.CacheOptionsEntry)(0xc0012fc390), (*buildflags.CacheOptionsEntry)(0xc0012fc3a8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0012fc1e0), (*buildflags.CacheOptionsEntry)(0xc0012fc210), (*buildflags.CacheOptionsEntry)(0xc0012fc240)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.16s)
test-integration (v0.17.2, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36319/library/busybox:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36319" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36319/library/alpine:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36319" run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:36319/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0007018d8), (*buildflags.CacheOptionsEntry)(0xc0007018f0), (*buildflags.CacheOptionsEntry)(0xc000701908)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000701740), (*buildflags.CacheOptionsEntry)(0xc000701770), (*buildflags.CacheOptionsEntry)(0xc0007017a0)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.28s)
test-integration (master, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:38495/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:38Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38495" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38495/library/busybox:latest time="2024-11-28T15:50:39Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38495" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38495/library/alpine:latest --- FAIL: TestIntegration (1.03s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001793c20), (*buildflags.CacheOptionsEntry)(0xc001793c38), (*buildflags.CacheOptionsEntry)(0xc001793c50)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001793a88), (*buildflags.CacheOptionsEntry)(0xc001793ab8), (*buildflags.CacheOptionsEntry)(0xc001793ae8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.36s)
test-integration (master, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42623/library/busybox:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42623" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42623/library/alpine:latest time="2024-11-28T15:50:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42623" run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:42623/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000aa4db0), (*buildflags.CacheOptionsEntry)(0xc000aa4dc8), (*buildflags.CacheOptionsEntry)(0xc000aa4de0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000aa4c18), (*buildflags.CacheOptionsEntry)(0xc000aa4c48), (*buildflags.CacheOptionsEntry)(0xc000aa4c78)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.23s)
test-integration (v0.16.0, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42283/library/busybox:latest time="2024-11-28T15:50:31Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42283" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42283/library/alpine:latest time="2024-11-28T15:50:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42283" run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:42283/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.03s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000c2e420), (*buildflags.CacheOptionsEntry)(0xc000c2e438), (*buildflags.CacheOptionsEntry)(0xc000c2e450)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000c2e228), (*buildflags.CacheOptionsEntry)(0xc000c2e270), (*buildflags.CacheOptionsEntry)(0xc000c2e2b8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.08s)
test-integration (v0.15.2, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:46637/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46637" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46637/library/busybox:latest time="2024-11-28T15:50:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46637" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46637/library/alpine:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=remote: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote === PAUSE TestIntegration/TestBakePrint/worker=remote === CONT TestIntegration/TestBakePrint/worker=remote bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0005cd770), (*buildflags.CacheOptionsEntry)(0xc0005cd788), (*buildflags.CacheOptionsEntry)(0xc0005cd7a0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0005cd5d8), (*buildflags.CacheOptionsEntry)(0xc0005cd608), (*buildflags.CacheOptionsEntry)(0xc0005cd638)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=remote 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_config2265973531/buildkitd.toml --root /tmp/bktest_buildkitd2411991384 --addr unix:///tmp/bktest_buildkitd2411991384/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_config2265973531/buildkitd.toml --root /tmp/bktest_buildkitd2411991384 --addr unix:///tmp/bktest_buildkitd2411991384/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-11-28 15:50:57.477700542 +0000 UTC m=+9.551259286 /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_config2265973531/buildkitd.toml --root /tmp/bktest_buildkitd2411991384 --addr unix:///tmp/bktest_buildkitd2411991384/buildkitd.sock --debug sandbox.go:138: time="2024-11-28T15:50:57Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:138: time="2024-11-28T15:50:57Z" level=warning msg="using host network as the default" sandbox.go:138: time="2024-11-28T15:50:57Z" level=info msg="found worker \"7iv8lhqw2b5l2ku9vhcs70bpl\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:a79682b5be9e 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/arm/v7 linux/arm/v6]" sandbox.g
test-integration (master, remote, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41387/library/alpine:latest time="2024-11-28T15:50:36Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41387" run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:41387/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41387" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41387/library/busybox:latest --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc002235ce0), (*buildflags.CacheOptionsEntry)(0xc002235cf8), (*buildflags.CacheOptionsEntry)(0xc002235d10)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc002235b48), (*buildflags.CacheOptionsEntry)(0xc002235b78), (*buildflags.CacheOptionsEntry)(0xc002235ba8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.12s)
test-integration (v0.15.2, docker-container, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:43139/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:45Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43139" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43139/library/busybox:latest time="2024-11-28T15:50:46Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43139" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43139/library/alpine:latest --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000773050), (*buildflags.CacheOptionsEntry)(0xc000773068), (*buildflags.CacheOptionsEntry)(0xc000773080)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000772eb8), (*buildflags.CacheOptionsEntry)(0xc000772ee8), (*buildflags.CacheOptionsEntry)(0xc000772f18)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.12s)
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38169/library/busybox:latest time="2024-11-28T15:50:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38169" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38169/library/alpine:latest time="2024-11-28T15:50:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38169" run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:38169/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (1.03s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0007ac300), (*buildflags.CacheOptionsEntry)(0xc0007ac318), (*buildflags.CacheOptionsEntry)(0xc0007ac330)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0007ac168), (*buildflags.CacheOptionsEntry)(0xc0007ac198), (*buildflags.CacheOptionsEntry)(0xc0007ac1c8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.25s)
test-integration (v0.16.0, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:42409/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42409" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42409/library/busybox:latest time="2024-11-28T15:50:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42409" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42409/library/alpine:latest --- FAIL: TestIntegration (1.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker-container === PAUSE TestIntegration/TestBakePrint/worker=docker-container === CONT TestIntegration/TestBakePrint/worker=docker-container bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00164a2b8), (*buildflags.CacheOptionsEntry)(0xc00164a2d0), (*buildflags.CacheOptionsEntry)(0xc00164a2e8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00164a120), (*buildflags.CacheOptionsEntry)(0xc00164a150), (*buildflags.CacheOptionsEntry)(0xc00164a180)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker-container --- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.25s)
test-integration (latest, docker-container, ./tests, experimental)
Process completed with exit code 1.
Failed: bake/TestEmptyAttribute: bake/bake_test.go#L2037
=== RUN TestEmptyAttribute bake_test.go:2037: Error Trace: D:/a/buildx/buildx/bake/bake_test.go:2037 Error: Received unexpected error: docker-bake.hcl:3,12-13: Unsuitable value type; Unsuitable value: EOF Test: TestEmptyAttribute --- FAIL: TestEmptyAttribute (0.00s)
test-unit (windows-2022)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41157/library/busybox:latest time="2024-11-28T15:50:31Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41157" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41157/library/alpine:latest time="2024-11-28T15:50:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41157" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:41157/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker@26.1: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker@26.1 === PAUSE TestIntegration/TestBakePrint/worker=docker@26.1 === CONT TestIntegration/TestBakePrint/worker=docker@26.1 bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000690c78), (*buildflags.CacheOptionsEntry)(0xc000690c90), (*buildflags.CacheOptionsEntry)(0xc000690ca8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000690ae0), (*buildflags.CacheOptionsEntry)(0xc000690b10), (*buildflags.CacheOptionsEntry)(0xc000690b40)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker@26.1 sandbox.go:135: stdout: /opt/docker-alt-26/dockerd sandbox.go:135: stderr: /opt/docker-alt-26/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:38.473228626 +0000 UTC m=+126.969242078 /opt/docker-alt-26/dockerd --data-root /tmp/integration4126673455/dil7yhljhobx7/root --exec-root /tmp/dxr/dil7yhljhobx7 --pidfile /tmp/integration4126673455/dil7yhljhobx7/docker.pid --containerd-namespace dil7yhljhobx7 --containerd-plugins-namespace dil7yhljhobx7p --host unix:///tmp/docker-integration/dil7yhljhobx7.sock --config-file /tmp/integration4126673455/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:38.499670187Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:38.500781447Z" level=warning msg="could not change group /tmp/docker-integration/dil7yhljhobx7.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:38.500975149Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dil7yhljhobx7.sock)" sandbox.go:138: time="2024-11-28T15:52:38.500992692Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:38.501523937Z" level=info msg="started new containerd process" address=/tmp/dxr/dil7yhljhobx7/containerd/containerd.sock module=libcontainerd pid=20274 sandbox.go:138: time="2024-11-28T15:52:38.501952309Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dil7yhljhobx7/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:38.502183359Z" level=debug msg="2024/11/28 15:52:38 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dil7yhljhobx7/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.tran
test-integration (docker@26.1, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35815/library/alpine:latest time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35815" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:35815/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35815" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:35815/library/busybox:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker+containerd: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker+containerd === PAUSE TestIntegration/TestBakePrint/worker=docker+containerd === CONT TestIntegration/TestBakePrint/worker=docker+containerd bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00099ade0), (*buildflags.CacheOptionsEntry)(0xc00099adf8), (*buildflags.CacheOptionsEntry)(0xc00099ae10)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00099ac48), (*buildflags.CacheOptionsEntry)(0xc00099ac78), (*buildflags.CacheOptionsEntry)(0xc00099aca8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker+containerd sandbox.go:135: stdout: /usr/bin/dockerd sandbox.go:135: stderr: /usr/bin/dockerd sandbox.go:138: > startCmd 2024-11-28 15:50:55.554793276 +0000 UTC m=+21.308171718 /usr/bin/dockerd --data-root /tmp/integration34720131/d9kka8hpwrn5w/root --exec-root /tmp/dxr/d9kka8hpwrn5w --pidfile /tmp/integration34720131/d9kka8hpwrn5w/docker.pid --containerd-namespace d9kka8hpwrn5w --containerd-plugins-namespace d9kka8hpwrn5wp --host unix:///tmp/docker-integration/d9kka8hpwrn5w.sock --config-file /tmp/integration34720131/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:50:55.572703914Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:50:55.573760805Z" level=warning msg="could not change group /tmp/docker-integration/d9kka8hpwrn5w.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:50:55.573879526Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d9kka8hpwrn5w.sock)" sandbox.go:138: time="2024-11-28T15:50:55.573897310Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:50:55.574466306Z" level=info msg="started new containerd process" address=/tmp/dxr/d9kka8hpwrn5w/containerd/containerd.sock module=libcontainerd pid=10641 sandbox.go:138: time="2024-11-28T15:50:55.574835343Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d9kka8hpwrn5w/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:50:55.574998059Z" level=debug msg="2024/11/28 15:50:55 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d9kka8hpwrn5w/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networkt
test-integration (docker+containerd, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39879/library/busybox:latest time="2024-11-28T15:50:38Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39879" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39879/library/alpine:latest time="2024-11-28T15:50:38Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39879" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:39879/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker+containerd@26.1: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker+containerd@26.1 === PAUSE TestIntegration/TestBakePrint/worker=docker+containerd@26.1 === CONT TestIntegration/TestBakePrint/worker=docker+containerd@26.1 bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000694f30), (*buildflags.CacheOptionsEntry)(0xc000694f48), (*buildflags.CacheOptionsEntry)(0xc000694f60)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000694d98), (*buildflags.CacheOptionsEntry)(0xc000694dc8), (*buildflags.CacheOptionsEntry)(0xc000694df8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker+containerd@26.1 sandbox.go:135: stdout: /opt/docker-alt-26/dockerd sandbox.go:135: stderr: /opt/docker-alt-26/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:43.579433684 +0000 UTC m=+125.365414287 /opt/docker-alt-26/dockerd --data-root /tmp/integration988923752/dk9yn1l2dpaxz/root --exec-root /tmp/dxr/dk9yn1l2dpaxz --pidfile /tmp/integration988923752/dk9yn1l2dpaxz/docker.pid --containerd-namespace dk9yn1l2dpaxz --containerd-plugins-namespace dk9yn1l2dpaxzp --host unix:///tmp/docker-integration/dk9yn1l2dpaxz.sock --config-file /tmp/integration988923752/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:43.605985413Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:43.607230322Z" level=warning msg="could not change group /tmp/docker-integration/dk9yn1l2dpaxz.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:43.607406781Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dk9yn1l2dpaxz.sock)" sandbox.go:138: time="2024-11-28T15:52:43.607433481Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:43.608011467Z" level=info msg="started new containerd process" address=/tmp/dxr/dk9yn1l2dpaxz/containerd/containerd.sock module=libcontainerd pid=19539 sandbox.go:138: time="2024-11-28T15:52:43.608328778Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dk9yn1l2dpaxz/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:43.608478229Z" level=debug msg="2024/11/28 15:52:43 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dk9yn1l2dpaxz/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%
test-integration (docker+containerd@26.1, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38387/library/busybox:latest time="2024-11-28T15:50:36Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38387" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38387/library/alpine:latest time="2024-11-28T15:50:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38387" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:38387/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.02s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker+containerd: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker+containerd === PAUSE TestIntegration/TestBakePrint/worker=docker+containerd === CONT TestIntegration/TestBakePrint/worker=docker+containerd bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0002fd848), (*buildflags.CacheOptionsEntry)(0xc0002fd860), (*buildflags.CacheOptionsEntry)(0xc0002fd878)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0002fd680), (*buildflags.CacheOptionsEntry)(0xc0002fd6b0), (*buildflags.CacheOptionsEntry)(0xc0002fd6e0)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker+containerd sandbox.go:135: stdout: /usr/bin/dockerd sandbox.go:135: stderr: /usr/bin/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:43.938912909 +0000 UTC m=+127.503648347 /usr/bin/dockerd --data-root /tmp/integration4208471285/dn5gyw0qc3z41/root --exec-root /tmp/dxr/dn5gyw0qc3z41 --pidfile /tmp/integration4208471285/dn5gyw0qc3z41/docker.pid --containerd-namespace dn5gyw0qc3z41 --containerd-plugins-namespace dn5gyw0qc3z41p --host unix:///tmp/docker-integration/dn5gyw0qc3z41.sock --config-file /tmp/integration4208471285/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:43.956047144Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:43.956989862Z" level=warning msg="could not change group /tmp/docker-integration/dn5gyw0qc3z41.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:43.957107210Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dn5gyw0qc3z41.sock)" sandbox.go:138: time="2024-11-28T15:52:43.957128961Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:43.957658358Z" level=info msg="started new containerd process" address=/tmp/dxr/dn5gyw0qc3z41/containerd/containerd.sock module=libcontainerd pid=20088 sandbox.go:138: time="2024-11-28T15:52:43.957956865Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dn5gyw0qc3z41/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:43.958101679Z" level=debug msg="2024/11/28 15:52:43 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dn5gyw0qc3z41/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.n
test-integration (docker+containerd, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41671/library/busybox:latest time="2024-11-28T15:50:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41671" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41671/library/alpine:latest time="2024-11-28T15:50:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41671" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:41671/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker+containerd@26.1: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker+containerd@26.1 === PAUSE TestIntegration/TestBakePrint/worker=docker+containerd@26.1 === CONT TestIntegration/TestBakePrint/worker=docker+containerd@26.1 bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001c3c228), (*buildflags.CacheOptionsEntry)(0xc001c3c240), (*buildflags.CacheOptionsEntry)(0xc001c3c258)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001c3c078), (*buildflags.CacheOptionsEntry)(0xc001c3c0a8), (*buildflags.CacheOptionsEntry)(0xc001c3c0d8)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker+containerd@26.1 sandbox.go:135: stdout: /opt/docker-alt-26/dockerd sandbox.go:135: stderr: /opt/docker-alt-26/dockerd sandbox.go:138: > startCmd 2024-11-28 15:51:53.924458346 +0000 UTC m=+76.630055318 /opt/docker-alt-26/dockerd --data-root /tmp/integration3562324239/dynrpqdoddxve/root --exec-root /tmp/dxr/dynrpqdoddxve --pidfile /tmp/integration3562324239/dynrpqdoddxve/docker.pid --containerd-namespace dynrpqdoddxve --containerd-plugins-namespace dynrpqdoddxvep --host unix:///tmp/docker-integration/dynrpqdoddxve.sock --config-file /tmp/integration3562324239/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:51:53.952329697Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:51:53.953688805Z" level=warning msg="could not change group /tmp/docker-integration/dynrpqdoddxve.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:51:53.953847410Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dynrpqdoddxve.sock)" sandbox.go:138: time="2024-11-28T15:51:53.953875723Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:51:53.954463923Z" level=info msg="started new containerd process" address=/tmp/dxr/dynrpqdoddxve/containerd/containerd.sock module=libcontainerd pid=14912 sandbox.go:138: time="2024-11-28T15:51:53.954776404Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dynrpqdoddxve/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:51:53.954961992Z" level=debug msg="2024/11/28 15:51:53 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dynrpqdoddxve/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"
test-integration (docker+containerd@26.1, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43823/library/alpine:latest time="2024-11-28T15:50:39Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43823" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:43823/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:42Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43823" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43823/library/busybox:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker@26.1: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker@26.1 === PAUSE TestIntegration/TestBakePrint/worker=docker@26.1 === CONT TestIntegration/TestBakePrint/worker=docker@26.1 bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000612b70), (*buildflags.CacheOptionsEntry)(0xc000612b88), (*buildflags.CacheOptionsEntry)(0xc000612ba0)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0006129d8), (*buildflags.CacheOptionsEntry)(0xc000612a08), (*buildflags.CacheOptionsEntry)(0xc000612a38)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker@26.1 sandbox.go:135: stdout: /opt/docker-alt-26/dockerd sandbox.go:135: stderr: /opt/docker-alt-26/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:47.688314975 +0000 UTC m=+129.141337978 /opt/docker-alt-26/dockerd --data-root /tmp/integration576919997/dcyrfbnoubit6/root --exec-root /tmp/dxr/dcyrfbnoubit6 --pidfile /tmp/integration576919997/dcyrfbnoubit6/docker.pid --containerd-namespace dcyrfbnoubit6 --containerd-plugins-namespace dcyrfbnoubit6p --host unix:///tmp/docker-integration/dcyrfbnoubit6.sock --config-file /tmp/integration576919997/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:47.718010370Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:47.719222539Z" level=warning msg="could not change group /tmp/docker-integration/dcyrfbnoubit6.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:47.719347984Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dcyrfbnoubit6.sock)" sandbox.go:138: time="2024-11-28T15:52:47.719369815Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:47.719980587Z" level=info msg="started new containerd process" address=/tmp/dxr/dcyrfbnoubit6/containerd/containerd.sock module=libcontainerd pid=20299 sandbox.go:138: time="2024-11-28T15:52:47.720457139Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dcyrfbnoubit6/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:47.720665807Z" level=debug msg="2024/11/28 15:52:47 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dcyrfbnoubit6/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transpo
test-integration (docker@26.1, ./tests, experimental)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34223/library/alpine:latest time="2024-11-28T15:50:44Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34223" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:34223/moby/buildkit:buildx-stable-1 time="2024-11-28T15:50:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34223" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34223/library/busybox:latest --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker === PAUSE TestIntegration/TestBakePrint/worker=docker === CONT TestIntegration/TestBakePrint/worker=docker bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00066a288), (*buildflags.CacheOptionsEntry)(0xc00066a2a0), (*buildflags.CacheOptionsEntry)(0xc00066a2b8)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc00066a0f0), (*buildflags.CacheOptionsEntry)(0xc00066a120), (*buildflags.CacheOptionsEntry)(0xc00066a150)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker sandbox.go:135: stdout: /usr/bin/dockerd sandbox.go:135: stderr: /usr/bin/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:54.000203234 +0000 UTC m=+130.564558019 /usr/bin/dockerd --data-root /tmp/integration3093341828/dkt1of4yuwct5/root --exec-root /tmp/dxr/dkt1of4yuwct5 --pidfile /tmp/integration3093341828/dkt1of4yuwct5/docker.pid --containerd-namespace dkt1of4yuwct5 --containerd-plugins-namespace dkt1of4yuwct5p --host unix:///tmp/docker-integration/dkt1of4yuwct5.sock --config-file /tmp/integration3093341828/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:54.018682906Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:54.019673144Z" level=warning msg="could not change group /tmp/docker-integration/dkt1of4yuwct5.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:54.019783171Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dkt1of4yuwct5.sock)" sandbox.go:138: time="2024-11-28T15:52:54.019799713Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:54.020321892Z" level=info msg="started new containerd process" address=/tmp/dxr/dkt1of4yuwct5/containerd/containerd.sock module=libcontainerd pid=20330 sandbox.go:138: time="2024-11-28T15:52:54.020726846Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dkt1of4yuwct5/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:54.020889749Z" level=debug msg="2024/11/28 15:52:54 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dkt1of4yuwct5/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connecti
test-integration (docker, ./tests)
Process completed with exit code 1.
Failed: tests/TestIntegration: tests/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46759/library/busybox:latest time="2024-11-28T15:50:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46759" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46759/library/alpine:latest time="2024-11-28T15:50:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46759" run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:46759/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (0.01s)
Failed: tests/TestIntegration/TestBakePrint/worker=docker: tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker === PAUSE TestIntegration/TestBakePrint/worker=docker === CONT TestIntegration/TestBakePrint/worker=docker bake.go:123: Error Trace: /src/tests/bake.go:123 /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: Not equal: expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc000959650), (*buildflags.CacheOptionsEntry)(0xc000959668), (*buildflags.CacheOptionsEntry)(0xc000959680)} actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0009594b8), (*buildflags.CacheOptionsEntry)(0xc0009594e8), (*buildflags.CacheOptionsEntry)(0xc000959518)} Diff: --- Expected +++ Actual @@ -3,4 +3,5 @@ Type: (string) (len=3) "gha", - Attrs: (map[string]string) (len=1) { - (string) (len=5) "scope": (string) (len=5) "build" + Attrs: (map[string]string) (len=2) { + (string) (len=5) "scope": (string) (len=5) "build", + (string) (len=5) "token": (string) (len=3) "baz" } @@ -9,5 +10,7 @@ Type: (string) (len=2) "s3", - Attrs: (map[string]string) (len=2) { + Attrs: (map[string]string) (len=4) { + (string) (len=13) "access_key_id": (string) (len=3) "foo", (string) (len=6) "bucket": (string) (len=8) "mybucket", - (string) (len=6) "region": (string) (len=9) "eu-west-1" + (string) (len=6) "region": (string) (len=9) "eu-west-1", + (string) (len=17) "secret_access_key": (string) (len=3) "bar" } Test: TestIntegration/TestBakePrint/worker=docker sandbox.go:135: stdout: /usr/bin/dockerd sandbox.go:135: stderr: /usr/bin/dockerd sandbox.go:138: > startCmd 2024-11-28 15:52:56.112442932 +0000 UTC m=+127.423279892 /usr/bin/dockerd --data-root /tmp/integration3919637675/dbhj2w8ppm93q/root --exec-root /tmp/dxr/dbhj2w8ppm93q --pidfile /tmp/integration3919637675/dbhj2w8ppm93q/docker.pid --containerd-namespace dbhj2w8ppm93q --containerd-plugins-namespace dbhj2w8ppm93qp --host unix:///tmp/docker-integration/dbhj2w8ppm93q.sock --config-file /tmp/integration3919637675/daemon.json --userland-proxy=false --tls=false --debug sandbox.go:138: time="2024-11-28T15:52:56.130156309Z" level=info msg="Starting up" sandbox.go:138: time="2024-11-28T15:52:56.131209586Z" level=warning msg="could not change group /tmp/docker-integration/dbhj2w8ppm93q.sock to docker: group docker not found" sandbox.go:138: time="2024-11-28T15:52:56.131363874Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dbhj2w8ppm93q.sock)" sandbox.go:138: time="2024-11-28T15:52:56.131380505Z" level=info msg="containerd not running, starting managed containerd" sandbox.go:138: time="2024-11-28T15:52:56.131915092Z" level=info msg="started new containerd process" address=/tmp/dxr/dbhj2w8ppm93q/containerd/containerd.sock module=libcontainerd pid=20356 sandbox.go:138: time="2024-11-28T15:52:56.132342991Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dbhj2w8ppm93q/containerd/containerd.sock module=libcontainerd sandbox.go:138: time="2024-11-28T15:52:56.132468337Z" level=debug msg="2024/11/28 15:52:56 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dbhj2w8ppm93q/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connecti
test-integration (docker, ./tests, experimental)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
buildx-darwin-amd64
18.2 MB
buildx-darwin-arm64
17 MB
buildx-freebsd-amd64
17.8 MB
buildx-freebsd-arm64
16.2 MB
buildx-linux-amd64
17.9 MB
buildx-linux-arm-v6
16.6 MB
buildx-linux-arm-v7
16.6 MB
buildx-linux-arm64
16.3 MB
buildx-linux-ppc64le
15.9 MB
buildx-linux-riscv64
16.8 MB
buildx-linux-s390x
17.4 MB
buildx-openbsd-amd64
17.8 MB
buildx-openbsd-arm64
16.2 MB
buildx-windows-amd64
18.4 MB
buildx-windows-arm64
16.4 MB
docker~buildx~1FKO62.dockerbuild
79.7 KB
docker~buildx~1HJXXM.dockerbuild
79.5 KB
docker~buildx~2EQXHB.dockerbuild
80.8 KB
docker~buildx~2VOQHM.dockerbuild
79.4 KB
docker~buildx~6FTY6U.dockerbuild
79.8 KB
docker~buildx~6YRAJL.dockerbuild
79 KB
docker~buildx~7R7PJZ.dockerbuild
79.1 KB
docker~buildx~8C9EJW.dockerbuild
79.7 KB
docker~buildx~D22US5.dockerbuild
28 KB
docker~buildx~E8IME6.dockerbuild
78.9 KB
docker~buildx~EZAQEL.dockerbuild
79.1 KB
docker~buildx~H3F59F.dockerbuild
78 KB
docker~buildx~I6PGG5.dockerbuild
80.5 KB
docker~buildx~IAOHBX.dockerbuild
80 KB
docker~buildx~J2VV1T.dockerbuild
81.4 KB
docker~buildx~JIINFR.dockerbuild
79.2 KB
docker~buildx~KH0M1S.dockerbuild
78.3 KB
docker~buildx~KSJ5UN.dockerbuild
79.1 KB
docker~buildx~MECGRP.dockerbuild
81.4 KB
docker~buildx~MYX8O3.dockerbuild
78.9 KB
docker~buildx~OCIGLL.dockerbuild
79.8 KB
docker~buildx~ODUFGO.dockerbuild
79.9 KB
docker~buildx~P5YLO2.dockerbuild
81.1 KB
docker~buildx~P95MOF.dockerbuild
78.6 KB
docker~buildx~PHVSNZ.dockerbuild
80.8 KB
docker~buildx~PU3MGR.dockerbuild
80.5 KB
docker~buildx~QHTOPT.dockerbuild
80.8 KB
docker~buildx~REWLNL.dockerbuild
79.6 KB
docker~buildx~TF0NBL.dockerbuild
79.4 KB
docker~buildx~VP6X3B.dockerbuild
80.2 KB
docker~buildx~VUKYSI.dockerbuild
81 KB
docker~buildx~W0G198.dockerbuild
79.7 KB
docker~buildx~WL55N6.dockerbuild
78.8 KB
test-reports-test-integration-tests--docker-
143 KB
test-reports-test-integration-tests--docker-experimental
143 KB
test-reports-test-integration-tests--docker261-
141 KB
test-reports-test-integration-tests--docker261-experimental
141 KB
test-reports-test-integration-tests--dockercontainerd-
142 KB
test-reports-test-integration-tests--dockercontainerd-experimental
142 KB
test-reports-test-integration-tests--dockercontainerd261-
141 KB
test-reports-test-integration-tests--dockercontainerd261-experimental
141 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-
127 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental
127 KB
test-reports-test-integration-tests-buildx-stable-1-remote-
128 KB
test-reports-test-integration-tests-buildx-stable-1-remote-experimental
128 KB
test-reports-test-integration-tests-latest-docker-container-
127 KB
test-reports-test-integration-tests-latest-docker-container-experimental
127 KB
test-reports-test-integration-tests-latest-remote-
128 KB
test-reports-test-integration-tests-latest-remote-experimental
128 KB
test-reports-test-integration-tests-master-docker-container-
126 KB
test-reports-test-integration-tests-master-docker-container-experimental
127 KB
test-reports-test-integration-tests-master-remote-
128 KB
test-reports-test-integration-tests-master-remote-experimental
128 KB
test-reports-test-integration-tests-v0152-docker-container-
127 KB
test-reports-test-integration-tests-v0152-docker-container-experimental
127 KB
test-reports-test-integration-tests-v0152-remote-
128 KB
test-reports-test-integration-tests-v0152-remote-experimental
128 KB
test-reports-test-integration-tests-v0160-docker-container-
127 KB
test-reports-test-integration-tests-v0160-docker-container-experimental
127 KB
test-reports-test-integration-tests-v0160-remote-
128 KB
test-reports-test-integration-tests-v0160-remote-experimental
128 KB
test-reports-test-integration-tests-v0172-docker-container-
127 KB
test-reports-test-integration-tests-v0172-docker-container-experimental
127 KB
test-reports-test-integration-tests-v0172-remote-
128 KB
test-reports-test-integration-tests-v0172-remote-experimental
128 KB
test-reports-test-unit--macos-14
174 KB
test-reports-test-unit--ubuntu-24.04
181 KB
test-reports-test-unit--windows-2022
176 KB