Skip to content

inspect: display buildkit daemon configuration file #4391

inspect: display buildkit daemon configuration file

inspect: display buildkit daemon configuration file #4391

Triggered via pull request September 11, 2024 09:19
Status Failure
Total duration 6m 50s
Artifacts 71

build.yml

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

Annotations

36 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:41007/library/alpine:latest time="2024-09-11T09:22:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41007" run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:41007/moby/buildkit:buildx-stable-1 time="2024-09-11T09:22:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:41007" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41007/library/busybox:latest --- FAIL: TestIntegration (2.26s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-xjkuaa7z1yvict4ag2mk2lmd9" based in "$BUILDX_CONFIG" environment variable Name: cool_panini Driver: docker-container Last Activity: 2024-09-11 09:22:47 +0000 UTC Nodes: Name: cool_panini0 Endpoint: integration-i89way1f2mrfmfzl54kf79gi0 Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.29s)
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:32819/library/busybox:latest time="2024-09-11T09:22:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32819" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:32819/library/alpine:latest time="2024-09-11T09:22:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:32819" run.go:272: copied docker.io/moby/buildkit:latest to local mirror localhost:32819/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.21s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-tlh513w9042nbujojfxim6lyk" based in "$BUILDX_CONFIG" environment variable Name: nostalgic_bohr Driver: docker-container Last Activity: 2024-09-11 09:22:48 +0000 UTC Nodes: Name: nostalgic_bohr0 Endpoint: integration-qk52n9lpd1xtg53vy21lpkn5q Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.21s)
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/moby/buildkit:buildx-stable-1 to local mirror localhost:44325/moby/buildkit:buildx-stable-1 time="2024-09-11T09:22:41Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44325" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44325/library/busybox:latest time="2024-09-11T09:22:42Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44325" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44325/library/alpine:latest --- FAIL: TestIntegration (2.23s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-8b880bitor3njp8huj02dmjwp" based in "$BUILDX_CONFIG" environment variable Name: focused_keller Driver: docker-container Last Activity: 2024-09-11 09:22:50 +0000 UTC Nodes: Name: focused_keller0 Endpoint: integration-tmg7lcp46swlsnzb76xqluy8v Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.16s)
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/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:46177/library/busybox:latest time="2024-09-11T09:22:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46177" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:46177/library/alpine:latest time="2024-09-11T09:22:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:46177" run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:46177/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.24s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-x9r29xcm06oong7xhxxk6i4p7" based in "$BUILDX_CONFIG" environment variable Name: crazy_gauss Driver: docker-container Last Activity: 2024-09-11 09:22:50 +0000 UTC Nodes: Name: crazy_gauss0 Endpoint: integration-1fkgj5r45om5utkfhg4nmkkvv Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.34s)
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/moby/buildkit:v0.12.5 to local mirror localhost:38871/moby/buildkit:buildx-stable-1 time="2024-09-11T09:22:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38871" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38871/library/busybox:latest time="2024-09-11T09:22:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38871" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38871/library/alpine:latest --- FAIL: TestIntegration (2.25s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-wg6i9zzv8pgp4mf5iwsohxdsp" based in "$BUILDX_CONFIG" environment variable Name: modest_colden Driver: docker-container Last Activity: 2024-09-11 09:22:50 +0000 UTC Nodes: Name: modest_colden0 Endpoint: integration-n8dl9x91y1jowo5yys9lma3pn Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.26s)
test-integration (v0.12.5, 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:43107/library/busybox:latest time="2024-09-11T09:22:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43107" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43107/library/alpine:latest time="2024-09-11T09:22:35Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43107" run.go:272: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:43107/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.27s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-iccj5rkhcsu3p03hab3nb0vgh" based in "$BUILDX_CONFIG" environment variable Name: compassionate_lamarr Driver: docker-container Last Activity: 2024-09-11 09:23:09 +0000 UTC Nodes: Name: compassionate_lamarr0 Endpoint: integration-ieuk8uc0fvghamcddxmowjoow Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.40s)
test-integration (v0.13.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/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40165/library/busybox:latest time="2024-09-11T09:22:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40165" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40165/library/alpine:latest time="2024-09-11T09:22:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40165" run.go:272: copied docker.io/moby/buildkit:v0.14.1 to local mirror localhost:40165/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (11.22s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-fmjtdp1xbanjrr7d7saqw4q4w" based in "$BUILDX_CONFIG" environment variable Name: infallible_kirch Driver: docker-container Last Activity: 2024-09-11 09:23:08 +0000 UTC Nodes: Name: infallible_kirch0 Endpoint: integration-ku2kseg3vwtu4bl7kys3maa1y Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.20s)
test-integration (v0.14.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:buildx-stable-1 to local mirror localhost:44921/moby/buildkit:buildx-stable-1 time="2024-09-11T09:22:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44921" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44921/library/busybox:latest time="2024-09-11T09:22:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44921" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44921/library/alpine:latest --- FAIL: TestIntegration (2.21s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-m6ickmy5uwlpqq38b1991ajm0" based in "$BUILDX_CONFIG" environment variable Name: flamboyant_elion Driver: docker-container Last Activity: 2024-09-11 09:23:01 +0000 UTC Nodes: Name: flamboyant_elion0 Endpoint: integration-jqh4imwdbhxuk65tfdwl5yuva Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.15s)
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.14.1 to local mirror localhost:34341/moby/buildkit:buildx-stable-1 time="2024-09-11T09:22:53Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34341" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34341/library/busybox:latest time="2024-09-11T09:22:53Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34341" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34341/library/alpine:latest --- FAIL: TestIntegration (2.26s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-wrx07v1fozpy9yi8g2sn35uio" based in "$BUILDX_CONFIG" environment variable Name: thirsty_tu Driver: docker-container Last Activity: 2024-09-11 09:23:04 +0000 UTC Nodes: Name: thirsty_tu0 Endpoint: integration-spd0126axtdf4on0a3cc1nlc8 Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.27s)
test-integration (v0.14.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/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:38627/library/busybox:latest time="2024-09-11T09:22:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38627" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:38627/library/alpine:latest time="2024-09-11T09:22:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38627" run.go:272: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:38627/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.28s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-abei8rm63dlx2hfhaon5w3ozw" based in "$BUILDX_CONFIG" environment variable Name: kind_morse Driver: docker-container Last Activity: 2024-09-11 09:23:09 +0000 UTC Nodes: Name: kind_morse0 Endpoint: integration-ctctvw4cwxqy13jrk90xzdtu9 Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.46s)
test-integration (v0.12.5, 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:39893/library/busybox:latest time="2024-09-11T09:22:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39893" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39893/library/alpine:latest time="2024-09-11T09:22:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39893" run.go:272: copied docker.io/moby/buildkit:v0.13.2 to local mirror localhost:39893/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.22s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-2p1isdtr0otgczcj7ytmh012h" based in "$BUILDX_CONFIG" environment variable Name: distracted_mccarthy Driver: docker-container Last Activity: 2024-09-11 09:23:03 +0000 UTC Nodes: Name: distracted_mccarthy0 Endpoint: integration-i3zgl4s26a1l8gy019g9ea9ww Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (1.69s)
test-integration (v0.13.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:40407/library/busybox:latest time="2024-09-11T09:22:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40407" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40407/library/alpine:latest time="2024-09-11T09:22:56Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40407" run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:40407/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (2.27s)
Failed: tests/TestIntegration/TestInspectBuildkitdConf/worker=docker-container: tests/inspect.go#L158
=== RUN TestIntegration/TestInspectBuildkitdConf/worker=docker-container === PAUSE TestIntegration/TestInspectBuildkitdConf/worker=docker-container === CONT TestIntegration/TestInspectBuildkitdConf/worker=docker-container inspect.go:158: DEBUG: using config store "/tmp/buildx-integration-container-xs7cutofb4f6hzi59u23tk539" based in "$BUILDX_CONFIG" environment variable Name: distracted_cartwright Driver: docker-container Last Activity: 2024-09-11 09:23:15 +0000 UTC Nodes: Name: distracted_cartwright0 Endpoint: integration-4owyloe1lmptwdwb8t07y0jox Status: inactive BuildKit daemon flags: --allow-insecure-entitlement=network.host Features: Automatically load images to the Docker Engine image store: false Cache export: true Docker exporter: true Multi-platform build: true OCI exporter: true File#buildkitd.toml: > debug = true > insecure-entitlements = ["network.host", "security.insecure"] > > [log] > format = "text" > inspect.go:178: Error Trace: /src/tests/inspect.go:178 /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: "debug = true\ninsecure-entitlements = [\"network.host\", \"security.insecure\"]\n\n[log]\n format = \"text\"\n" actual : "" Diff: --- Expected +++ Actual @@ -1,6 +1 @@ -debug = true -insecure-entitlements = ["network.host", "security.insecure"] -[log] - format = "text" - Test: TestIntegration/TestInspectBuildkitdConf/worker=docker-container Messages: File#buildkitd.toml content mismatch --- FAIL: TestIntegration/TestInspectBuildkitdConf/worker=docker-container (0.86s)
test-integration (master, docker-container, ./tests)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
buildx-darwin-amd64
17.8 MB
buildx-darwin-arm64
16.7 MB
buildx-linux-amd64
17.5 MB
buildx-linux-arm-v6
16.3 MB
buildx-linux-arm-v7
16.3 MB
buildx-linux-arm64
16 MB
buildx-linux-ppc64le
15.6 MB
buildx-linux-riscv64
16.5 MB
buildx-linux-s390x
17 MB
buildx-windows-amd64
18 MB
buildx-windows-arm64
16.1 MB
docker~buildx~07BY5A.dockerbuild
76.9 KB
docker~buildx~1HTJHL.dockerbuild
76.4 KB
docker~buildx~2ZGYS8.dockerbuild
76.1 KB
docker~buildx~35YUMI.dockerbuild
75.5 KB
docker~buildx~5UHG5H.dockerbuild
75.4 KB
docker~buildx~6N4XL9.dockerbuild
74.1 KB
docker~buildx~841YFL.dockerbuild
74.6 KB
docker~buildx~8FISM0.dockerbuild
75.5 KB
docker~buildx~9FFKZ4.dockerbuild
74.8 KB
docker~buildx~F8XHBC.dockerbuild
75.7 KB
docker~buildx~GQR5XJ.dockerbuild
74.2 KB
docker~buildx~HE91O7.dockerbuild
14.5 KB
docker~buildx~II6SDZ.dockerbuild
74.8 KB
docker~buildx~KB6SR3.dockerbuild
75.1 KB
docker~buildx~KVZ7M0.dockerbuild
76.4 KB
docker~buildx~L5NTCJ.dockerbuild
75.9 KB
docker~buildx~P184ZT.dockerbuild
74.8 KB
docker~buildx~PLMIN3.dockerbuild
75.7 KB
docker~buildx~QA2A74.dockerbuild
75.3 KB
docker~buildx~QHP0W8.dockerbuild
76.9 KB
docker~buildx~SPQD70.dockerbuild
75.3 KB
docker~buildx~SZ57UF.dockerbuild
74.3 KB
docker~buildx~T2RIS9.dockerbuild
75.8 KB
docker~buildx~T3BY33.dockerbuild
75.6 KB
docker~buildx~TKESRW.dockerbuild
75.9 KB
docker~buildx~UMKXYV.dockerbuild
75.6 KB
docker~buildx~UQ64QY.dockerbuild
74.6 KB
docker~buildx~V8IYB7.dockerbuild
77.2 KB
docker~buildx~ZGTXFO.dockerbuild
77 KB
test-reports-test-integration-tests--docker-
81.7 KB
test-reports-test-integration-tests--docker-experimental
82 KB
test-reports-test-integration-tests--dockercontainerd-
81.9 KB
test-reports-test-integration-tests--dockercontainerd-experimental
82.2 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-
83.6 KB
test-reports-test-integration-tests-buildx-stable-1-docker-container-experimental
83.9 KB
test-reports-test-integration-tests-buildx-stable-1-remote-
82 KB
test-reports-test-integration-tests-buildx-stable-1-remote-experimental
82.3 KB
test-reports-test-integration-tests-latest-docker-container-
83.5 KB
test-reports-test-integration-tests-latest-docker-container-experimental
83.8 KB
test-reports-test-integration-tests-latest-remote-
81.9 KB
test-reports-test-integration-tests-latest-remote-experimental
82.2 KB
test-reports-test-integration-tests-master-docker-container-
83.7 KB
test-reports-test-integration-tests-master-docker-container-experimental
83.9 KB
test-reports-test-integration-tests-master-remote-
81.9 KB
test-reports-test-integration-tests-master-remote-experimental
82.2 KB
test-reports-test-integration-tests-v0125-docker-container-
84.1 KB
test-reports-test-integration-tests-v0125-docker-container-experimental
84.5 KB
test-reports-test-integration-tests-v0125-remote-
82.2 KB
test-reports-test-integration-tests-v0125-remote-experimental
82.6 KB
test-reports-test-integration-tests-v0132-docker-container-
83.9 KB
test-reports-test-integration-tests-v0132-docker-container-experimental
84.3 KB
test-reports-test-integration-tests-v0132-remote-
82.3 KB
test-reports-test-integration-tests-v0132-remote-experimental
82.6 KB
test-reports-test-integration-tests-v0141-docker-container-
83.5 KB
test-reports-test-integration-tests-v0141-docker-container-experimental
83.9 KB
test-reports-test-integration-tests-v0141-remote-
81.9 KB
test-reports-test-integration-tests-v0141-remote-experimental
82.2 KB
test-reports-test-unit--macos-12
116 KB
test-reports-test-unit--ubuntu-24.04
122 KB
test-reports-test-unit--windows-2022
112 KB