bake: handle derived attributes #4710
build.yml
on: pull_request
Matrix: test-integration
Matrix: test-unit
prepare-binaries
5s
govulncheck
48s
Matrix: binaries
scout
0s
release
0s
Annotations
88 errors
Failed: tests/TestIntegration:
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46505/library/alpine:latest
time="2024-11-28T11:06:45Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46505"
run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:46505/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46505"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46505/library/busybox:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000a45ce0), (*buildflags.ExportEntry)(0xc000a45d10)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000a45ad0), (*buildflags.ExportEntry)(0xc000a45b30)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config3447629768/buildkitd.toml --root /tmp/bktest_buildkitd2257754052 --addr unix:///tmp/bktest_buildkitd2257754052/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_config3447629768/buildkitd.toml --root /tmp/bktest_buildkitd2257754052 --addr unix:///tmp/bktest_buildkitd2257754052/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:06:54.17975958 +0000 UTC m=+9.378230365 /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_config3447629768/buildkitd.toml --root /tmp/bktest_buildkitd2257754052 --addr unix:///tmp/bktest_buildkitd2257754052/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:06:54Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:06:54Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:06:54Z" level=info msg="found worker \"1546ugb0bccxgfzfos6ssu5rw\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:be586d6bd1e5 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-28T11:06:54Z" level=info msg="found 1 workers, default=\"1546ugb0bccxgfzfos6ssu5rw\""
sandbox.go:138: time="2024-11-28T11:06:54Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:06:54Z" level=info msg="running server on /tmp/bktest_buildkitd2257754052/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.33s)
|
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/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36419/library/busybox:latest
time="2024-11-28T11:06:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36419"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36419/library/alpine:latest
time="2024-11-28T11:06:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36419"
run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:36419/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc001fe7500), (*buildflags.ExportEntry)(0xc001fe7530)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc001fe72f0), (*buildflags.ExportEntry)(0xc001fe7350)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config1861581033/buildkitd.toml --root /tmp/bktest_buildkitd936711273 --addr unix:///tmp/bktest_buildkitd936711273/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:06:56.666224192 +0000 UTC m=+8.441358414 /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_config1861581033/buildkitd.toml --root /tmp/bktest_buildkitd936711273 --addr unix:///tmp/bktest_buildkitd936711273/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="found worker \"79j91hlfk9cjgrtlg01c4kgit\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:2ffb9bfc8287 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-28T11:06:56Z" level=info msg="found 1 workers, default=\"79j91hlfk9cjgrtlg01c4kgit\""
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="running server on /tmp/bktest_buildkitd936711273/buildkitd.sock"
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_config1861581033/buildkitd.toml --root /tmp/bktest_buildkitd936711273 --addr unix:///tmp/bktest_buildkitd936711273/buildkitd.sock --debug
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.35s)
|
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/moby/buildkit:latest to local mirror localhost:39165/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39165"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39165/library/busybox:latest
time="2024-11-28T11:06:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39165"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39165/library/alpine:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000ef5980), (*buildflags.ExportEntry)(0xc000ef59b0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000ef5770), (*buildflags.ExportEntry)(0xc000ef57d0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config4026531163/buildkitd.toml --root /tmp/bktest_buildkitd1081395458 --addr unix:///tmp/bktest_buildkitd1081395458/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_config4026531163/buildkitd.toml --root /tmp/bktest_buildkitd1081395458 --addr unix:///tmp/bktest_buildkitd1081395458/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:06:56.621357231 +0000 UTC m=+8.182375732 /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_config4026531163/buildkitd.toml --root /tmp/bktest_buildkitd1081395458 --addr unix:///tmp/bktest_buildkitd1081395458/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="found worker \"o302mgvvpzj7u4rkc79waw9e6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:5a02c0cb63ac 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-28T11:06:56Z" level=info msg="found 1 workers, default=\"o302mgvvpzj7u4rkc79waw9e6\""
sandbox.go:138: time="2024-11-28T11:06:56Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:06:56Z" level=info msg="running server on /tmp/bktest_buildkitd1081395458/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.33s)
|
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/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35331/library/alpine:latest
time="2024-11-28T11:06:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35331"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:35331/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35331"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:35331/library/busybox:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000f35680), (*buildflags.ExportEntry)(0xc000f356b0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000f35470), (*buildflags.ExportEntry)(0xc000f354d0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config3246151635/buildkitd.toml --root /tmp/bktest_buildkitd2633587484 --addr unix:///tmp/bktest_buildkitd2633587484/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_config3246151635/buildkitd.toml --root /tmp/bktest_buildkitd2633587484 --addr unix:///tmp/bktest_buildkitd2633587484/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:06:57.682576937 +0000 UTC m=+9.063411668 /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_config3246151635/buildkitd.toml --root /tmp/bktest_buildkitd2633587484 --addr unix:///tmp/bktest_buildkitd2633587484/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:06:57Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:06:57Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:06:57Z" level=info msg="found worker \"bup8t8phcqm5geiofc29mx2qw\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f990313ab829 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-28T11:06:57Z" level=info msg="found 1 workers, default=\"bup8t8phcqm5geiofc29mx2qw\""
sandbox.go:138: time="2024-11-28T11:06:57Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:06:57Z" level=info msg="running server on /tmp/bktest_buildkitd2633587484/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.39s)
|
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/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42347/library/alpine:latest
time="2024-11-28T11:06:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42347"
run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:42347/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:53Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42347"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42347/library/busybox:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0015bb080), (*buildflags.ExportEntry)(0xc0015bb0b0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0015bae70), (*buildflags.ExportEntry)(0xc0015baed0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config2591393986/buildkitd.toml --root /tmp/bktest_buildkitd2777865180 --addr unix:///tmp/bktest_buildkitd2777865180/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_config2591393986/buildkitd.toml --root /tmp/bktest_buildkitd2777865180 --addr unix:///tmp/bktest_buildkitd2777865180/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:06:58.95325582 +0000 UTC m=+9.148273707 /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_config2591393986/buildkitd.toml --root /tmp/bktest_buildkitd2777865180 --addr unix:///tmp/bktest_buildkitd2777865180/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:06:59Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:06:59Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:06:59Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:06:59Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:06:59Z" level=info msg="found worker \"vqh45cgxfxovaylgek8qm95z0\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:98d18da04801 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-28T11:06:59Z" level=info msg="found 1 workers, default=\"vqh45cgxfxovaylgek8qm95z0\""
sandbox.go:138: time="2024-11-28T11:06:59Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:06:59Z" level=info msg="running server on /tmp/bktest_buildkitd2777865180/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.34s)
|
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/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46429/library/busybox:latest
time="2024-11-28T11:06:54Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46429"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46429/library/alpine:latest
time="2024-11-28T11:06:55Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46429"
run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:46429/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc00127e4e0), (*buildflags.ExportEntry)(0xc00127e510)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc00127e2d0), (*buildflags.ExportEntry)(0xc00127e330)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config1165939505/buildkitd.toml --root /tmp/bktest_buildkitd3942266029 --addr unix:///tmp/bktest_buildkitd3942266029/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_config1165939505/buildkitd.toml --root /tmp/bktest_buildkitd3942266029 --addr unix:///tmp/bktest_buildkitd3942266029/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:03.814172917 +0000 UTC m=+9.402706798 /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_config1165939505/buildkitd.toml --root /tmp/bktest_buildkitd3942266029 --addr unix:///tmp/bktest_buildkitd3942266029/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:03Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:03Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:03Z" level=info msg="found worker \"lea8tugqjxga9hn905ba0bzix\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:64461ffaaef0 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-28T11:07:03Z" level=info msg="found 1 workers, default=\"lea8tugqjxga9hn905ba0bzix\""
sandbox.go:138: time="2024-11-28T11:07:03Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:03Z" level=info msg="running server on /tmp/bktest_buildkitd3942266029/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.35s)
|
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:44879/library/busybox:latest
time="2024-11-28T11:06:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44879"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44879/library/alpine:latest
time="2024-11-28T11:06:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44879"
run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:44879/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000964630), (*buildflags.ExportEntry)(0xc000964660)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000964420), (*buildflags.ExportEntry)(0xc000964480)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.25s)
|
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:44221/library/busybox:latest
time="2024-11-28T11:06:54Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44221"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44221/library/alpine:latest
time="2024-11-28T11:06:55Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44221"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:44221/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc001345620), (*buildflags.ExportEntry)(0xc001345650)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc001345320), (*buildflags.ExportEntry)(0xc001345380)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config2356394294/buildkitd.toml --root /tmp/bktest_buildkitd169010744 --addr unix:///tmp/bktest_buildkitd169010744/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_config2356394294/buildkitd.toml --root /tmp/bktest_buildkitd169010744 --addr unix:///tmp/bktest_buildkitd169010744/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:05.474713974 +0000 UTC m=+11.822697152 /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_config2356394294/buildkitd.toml --root /tmp/bktest_buildkitd169010744 --addr unix:///tmp/bktest_buildkitd169010744/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:05Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:05Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:05Z" level=info msg="found worker \"etxjsfodcc2f4eq53ib6vwrov\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:15917a167ea5 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-28T11:07:05Z" level=info msg="found 1 workers, default=\"etxjsfodcc2f4eq53ib6vwrov\""
sandbox.go:138: time="2024-11-28T11:07:05Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:05Z" level=info msg="running server on /tmp/bktest_buildkitd169010744/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.31s)
|
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:35553/library/busybox:latest
time="2024-11-28T11:06:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35553"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35553/library/alpine:latest
time="2024-11-28T11:06:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35553"
run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:35553/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.00s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000a7aab0), (*buildflags.ExportEntry)(0xc000a7aae0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000a7a7b0), (*buildflags.ExportEntry)(0xc000a7a810)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config1904442124/buildkitd.toml --root /tmp/bktest_buildkitd3588214415 --addr unix:///tmp/bktest_buildkitd3588214415/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_config1904442124/buildkitd.toml --root /tmp/bktest_buildkitd3588214415 --addr unix:///tmp/bktest_buildkitd3588214415/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:06.904681569 +0000 UTC m=+11.587333133 /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_config1904442124/buildkitd.toml --root /tmp/bktest_buildkitd3588214415 --addr unix:///tmp/bktest_buildkitd3588214415/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:06Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:06Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:06Z" level=info msg="found worker \"r7qity96ymmbus6cdhevv6j5e\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:2b5f0b616586 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-28T11:07:07Z" level=info msg="found 1 workers, default=\"r7qity96ymmbus6cdhevv6j5e\""
sandbox.go:138: time="2024-11-28T11:07:07Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:07Z" level=info msg="running server on /tmp/bktest_buildkitd3588214415/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.41s)
|
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/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46045/library/busybox:latest
time="2024-11-28T11:06:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46045"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46045/library/alpine:latest
time="2024-11-28T11:06:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46045"
run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:46045/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0014f7bf0), (*buildflags.ExportEntry)(0xc0014f7c20)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0014f79e0), (*buildflags.ExportEntry)(0xc0014f7a40)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.25s)
|
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/moby/buildkit:v0.17.2 to local mirror localhost:46273/moby/buildkit:buildx-stable-1
time="2024-11-28T11:07:01Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46273"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46273/library/busybox:latest
time="2024-11-28T11:07:02Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46273"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46273/library/alpine:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000f501e0), (*buildflags.ExportEntry)(0xc000f50210)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc00075ff50), (*buildflags.ExportEntry)(0xc000f50030)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config277787448/buildkitd.toml --root /tmp/bktest_buildkitd589649934 --addr unix:///tmp/bktest_buildkitd589649934/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_config277787448/buildkitd.toml --root /tmp/bktest_buildkitd589649934 --addr unix:///tmp/bktest_buildkitd589649934/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:07.978385544 +0000 UTC m=+11.209493836 /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_config277787448/buildkitd.toml --root /tmp/bktest_buildkitd589649934 --addr unix:///tmp/bktest_buildkitd589649934/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="found worker \"h1jgp4hmnvn50m4oza4rm2trj\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d98c68fdee53 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-28T11:07:08Z" level=info msg="found 1 workers, default=\"h1jgp4hmnvn50m4oza4rm2trj\""
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="running server on /tmp/bktest_buildkitd589649934/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.41s)
|
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/moby/buildkit:v0.15.2 to local mirror localhost:33903/moby/buildkit:buildx-stable-1
time="2024-11-28T11:07:02Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33903"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33903/library/busybox:latest
time="2024-11-28T11:07:03Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33903"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33903/library/alpine:latest
--- FAIL: TestIntegration (0.00s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0003397a0), (*buildflags.ExportEntry)(0xc000339890)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000338ea0), (*buildflags.ExportEntry)(0xc000338f90)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config1154612210/buildkitd.toml --root /tmp/bktest_buildkitd4142176352 --addr unix:///tmp/bktest_buildkitd4142176352/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_config1154612210/buildkitd.toml --root /tmp/bktest_buildkitd4142176352 --addr unix:///tmp/bktest_buildkitd4142176352/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:08.857532526 +0000 UTC m=+11.512768203 /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_config1154612210/buildkitd.toml --root /tmp/bktest_buildkitd4142176352 --addr unix:///tmp/bktest_buildkitd4142176352/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="found worker \"ke14s46mceykbynnhqwo0jv9g\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:c9d8e96d93b3 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-28T11:07:08Z" level=info msg="found 1 workers, default=\"ke14s46mceykbynnhqwo0jv9g\""
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="running server on /tmp/bktest_buildkitd4142176352/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.22s)
|
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/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40673/library/alpine:latest
time="2024-11-28T11:06:46Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40673"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:40673/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40673"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40673/library/busybox:latest
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000fedb30), (*buildflags.ExportEntry)(0xc000fedb60)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000fed920), (*buildflags.ExportEntry)(0xc000fed980)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.10s)
|
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:37807/library/alpine:latest
time="2024-11-28T11:06:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:37807"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:37807/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:37807"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:37807/library/busybox:latest
--- FAIL: TestIntegration (1.03s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0014146f0), (*buildflags.ExportEntry)(0xc001414720)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0014144e0), (*buildflags.ExportEntry)(0xc001414540)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.02s)
|
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/moby/buildkit:v0.17.2 to local mirror localhost:38267/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38267"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38267/library/busybox:latest
time="2024-11-28T11:06:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38267"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38267/library/alpine:latest
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0006b8960), (*buildflags.ExportEntry)(0xc0006b8990)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0006b8750), (*buildflags.ExportEntry)(0xc0006b87b0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.14s)
|
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/moby/buildkit:master to local mirror localhost:34079/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34079"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34079/library/busybox:latest
time="2024-11-28T11:06:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34079"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34079/library/alpine:latest
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc002512b40), (*buildflags.ExportEntry)(0xc002512b70)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc002512930), (*buildflags.ExportEntry)(0xc002512990)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.20s)
|
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:35067/library/busybox:latest
time="2024-11-28T11:06:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35067"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35067/library/alpine:latest
time="2024-11-28T11:06:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35067"
run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:35067/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0007b55f0), (*buildflags.ExportEntry)(0xc0007b5620)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0007b5380), (*buildflags.ExportEntry)(0xc0007b53e0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.34s)
|
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:latest to local mirror localhost:39781/moby/buildkit:buildx-stable-1
time="2024-11-28T11:07:02Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39781"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39781/library/busybox:latest
time="2024-11-28T11:07:02Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39781"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39781/library/alpine:latest
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0018fef90), (*buildflags.ExportEntry)(0xc0018fefc0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0018fed80), (*buildflags.ExportEntry)(0xc0018fede0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config865535291/buildkitd.toml --root /tmp/bktest_buildkitd3919460092 --addr unix:///tmp/bktest_buildkitd3919460092/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_config865535291/buildkitd.toml --root /tmp/bktest_buildkitd3919460092 --addr unix:///tmp/bktest_buildkitd3919460092/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:08.364929559 +0000 UTC m=+11.212940060 /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_config865535291/buildkitd.toml --root /tmp/bktest_buildkitd3919460092 --addr unix:///tmp/bktest_buildkitd3919460092/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="found worker \"9zs1innwrdul1hh4y1jhklq3d\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:09d7a850fc43 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-28T11:07:08Z" level=info msg="found 1 workers, default=\"9zs1innwrdul1hh4y1jhklq3d\""
sandbox.go:138: time="2024-11-28T11:07:08Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:08Z" level=info msg="running server on /tmp/bktest_buildkitd3919460092/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.36s)
|
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:36609/library/busybox:latest
time="2024-11-28T11:07:05Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36609"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36609/library/alpine:latest
time="2024-11-28T11:07:06Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36609"
run.go:272: copied docker.io/moby/buildkit:v0.16.0 to local mirror localhost:36609/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=remote:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc001fb1e90), (*buildflags.ExportEntry)(0xc001fb1ec0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc001fb1c80), (*buildflags.ExportEntry)(0xc001fb1ce0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
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_config116928409/buildkitd.toml --root /tmp/bktest_buildkitd1999297818 --addr unix:///tmp/bktest_buildkitd1999297818/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_config116928409/buildkitd.toml --root /tmp/bktest_buildkitd1999297818 --addr unix:///tmp/bktest_buildkitd1999297818/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 11:07:15.896827006 +0000 UTC m=+11.369813142 /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_config116928409/buildkitd.toml --root /tmp/bktest_buildkitd1999297818 --addr unix:///tmp/bktest_buildkitd1999297818/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T11:07:15Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:07:15Z" level=warning msg="failed to get disk size: no such file or directory"
sandbox.go:138: time="2024-11-28T11:07:15Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T11:07:15Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T11:07:15Z" level=info msg="found worker \"8h8f5u3m2s6z2d1ed3tsdnwke\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:37a73c7e6eee 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-28T11:07:16Z" level=info msg="found 1 workers, default=\"8h8f5u3m2s6z2d1ed3tsdnwke\""
sandbox.go:138: time="2024-11-28T11:07:16Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-28T11:07:16Z" level=info msg="running server on /tmp/bktest_buildkitd1999297818/buildkitd.sock"
--- FAIL: TestIntegration/TestBakePrint/worker=remote (0.27s)
|
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/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43933/library/alpine:latest
time="2024-11-28T11:06:52Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43933"
run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:43933/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:55Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43933"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43933/library/busybox:latest
--- FAIL: TestIntegration (1.03s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000f35d10), (*buildflags.ExportEntry)(0xc000f35d40)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000f35b00), (*buildflags.ExportEntry)(0xc000f35b60)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.19s)
|
test-integration (latest, 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:38807/library/busybox:latest
time="2024-11-28T11:06:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38807"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38807/library/alpine:latest
time="2024-11-28T11:06:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38807"
run.go:272: copied docker.io/moby/buildkit:v0.17.2 to local mirror localhost:38807/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000749770), (*buildflags.ExportEntry)(0xc0007497a0)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000749560), (*buildflags.ExportEntry)(0xc0007495c0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.10s)
|
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/moby/buildkit:v0.16.0 to local mirror localhost:39263/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:59Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39263"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39263/library/busybox:latest
time="2024-11-28T11:06:59Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39263"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39263/library/alpine:latest
--- FAIL: TestIntegration (1.03s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0010aa6f0), (*buildflags.ExportEntry)(0xc0010aa720)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0010aa4e0), (*buildflags.ExportEntry)(0xc0010aa540)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.20s)
|
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:master to local mirror localhost:42725/moby/buildkit:buildx-stable-1
time="2024-11-28T11:07:01Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42725"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42725/library/busybox:latest
time="2024-11-28T11:07:02Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42725"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42725/library/alpine:latest
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc0019bb8f0), (*buildflags.ExportEntry)(0xc0019bb920)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0019bb6e0), (*buildflags.ExportEntry)(0xc0019bb740)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (0.64s)
|
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/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33281/library/alpine:latest
time="2024-11-28T11:06:59Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33281"
run.go:272: copied docker.io/moby/buildkit:v0.15.2 to local mirror localhost:33281/moby/buildkit:buildx-stable-1
time="2024-11-28T11:07:04Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33281"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33281/library/busybox:latest
--- FAIL: TestIntegration (1.02s)
|
Failed: tests/TestIntegration/TestBakePrint/worker=docker-container:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc001606000), (*buildflags.ExportEntry)(0xc001606030)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc0014bbd70), (*buildflags.ExportEntry)(0xc0014bbdd0)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.34s)
|
test-integration (v0.15.2, docker-container, ./tests)
Process completed with exit code 1.
|
test-integration (docker, ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration (docker, ./tests, experimental)
The operation was canceled.
|
test-integration ([email protected], ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration ([email protected], ./tests)
The operation was canceled.
|
test-integration ([email protected], ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration ([email protected], ./tests, experimental)
The operation was canceled.
|
test-integration (docker, ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration (docker, ./tests)
The operation was canceled.
|
test-integration ([email protected], ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration ([email protected], ./tests, experimental)
The operation was canceled.
|
test-integration ([email protected], ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration ([email protected], ./tests)
The operation was canceled.
|
test-integration (docker+containerd, ./tests, experimental)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration (docker+containerd, ./tests, experimental)
The operation was canceled.
|
test-integration (docker+containerd, ./tests)
Canceling since a higher priority waiting request for 'build-refs/pull/2827/merge' exists
|
test-integration (docker+containerd, ./tests)
The operation was canceled.
|
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~1XJ1AP.dockerbuild
|
79.1 KB |
|
docker~buildx~2JUC2X.dockerbuild
|
80 KB |
|
docker~buildx~4QA07E.dockerbuild
|
79.6 KB |
|
docker~buildx~4ULQXQ.dockerbuild
|
79.1 KB |
|
docker~buildx~53CXUN.dockerbuild
|
79.8 KB |
|
docker~buildx~65YF39.dockerbuild
|
81.3 KB |
|
docker~buildx~9U76EW.dockerbuild
|
80.9 KB |
|
docker~buildx~CEEO1W.dockerbuild
|
80.6 KB |
|
docker~buildx~GBU4HL.dockerbuild
|
80.3 KB |
|
docker~buildx~I3TMUG.dockerbuild
|
79.3 KB |
|
docker~buildx~IU6BRE.dockerbuild
|
79.5 KB |
|
docker~buildx~J9AZP6.dockerbuild
|
79.9 KB |
|
docker~buildx~KEUIMI.dockerbuild
|
79.9 KB |
|
docker~buildx~MT13V7.dockerbuild
|
80.1 KB |
|
docker~buildx~NH83T1.dockerbuild
|
80.2 KB |
|
docker~buildx~NQXA4G.dockerbuild
|
80.2 KB |
|
docker~buildx~O5QJOV.dockerbuild
|
79.9 KB |
|
docker~buildx~OUZZZI.dockerbuild
|
79.2 KB |
|
docker~buildx~P5RZGJ.dockerbuild
|
80.1 KB |
|
docker~buildx~QBA3BO.dockerbuild
|
79 KB |
|
docker~buildx~QF96SC.dockerbuild
|
80.1 KB |
|
docker~buildx~QONQNW.dockerbuild
|
79.3 KB |
|
docker~buildx~R0RT7O.dockerbuild
|
79.6 KB |
|
docker~buildx~RI3S2E.dockerbuild
|
80.4 KB |
|
docker~buildx~RLRWQZ.dockerbuild
|
80.3 KB |
|
docker~buildx~TM6B8I.dockerbuild
|
79.5 KB |
|
docker~buildx~TSR12B.dockerbuild
|
28.2 KB |
|
docker~buildx~UGNBFN.dockerbuild
|
79 KB |
|
docker~buildx~UX41GC.dockerbuild
|
80.7 KB |
|
docker~buildx~V0GXLW.dockerbuild
|
81.5 KB |
|
docker~buildx~WXTZO6.dockerbuild
|
80 KB |
|
docker~buildx~XEJUEK.dockerbuild
|
78.9 KB |
|
docker~buildx~YU2TS2.dockerbuild
|
80.9 KB |
|
test-reports-test-integration-tests--docker-
|
226 KB |
|
test-reports-test-integration-tests--docker-experimental
|
210 KB |
|
test-reports-test-integration-tests--docker261-
|
219 KB |
|
test-reports-test-integration-tests--docker261-experimental
|
215 KB |
|
test-reports-test-integration-tests--dockercontainerd-
|
207 KB |
|
test-reports-test-integration-tests--dockercontainerd-experimental
|
202 KB |
|
test-reports-test-integration-tests--dockercontainerd261-
|
224 KB |
|
test-reports-test-integration-tests--dockercontainerd261-experimental
|
198 KB |
|
test-reports-test-integration-tests-buildx-stable-1-docker-container-
|
126 KB |
|
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental
|
126 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-
|
126 KB |
|
test-reports-test-integration-tests-latest-docker-container-experimental
|
126 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
|
126 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-
|
126 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-
|
126 KB |
|
test-reports-test-integration-tests-v0160-docker-container-experimental
|
126 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-
|
126 KB |
|
test-reports-test-integration-tests-v0172-docker-container-experimental
|
126 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
|
173 KB |
|
test-reports-test-unit--ubuntu-24.04
|
181 KB |
|
test-reports-test-unit--windows-2022
|
177 KB |
|