Skip to content

Remove globals & refactor into structs #166

Remove globals & refactor into structs

Remove globals & refactor into structs #166

Triggered via pull request March 22, 2024 19:27
Status Failure
Total duration 6m 36s
Artifacts 1

frontend.yml

on: pull_request
Matrix: test / run
Matrix: image
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

119 errors and 15 warnings
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=builtin === PAUSE TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=builtin === CONT TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=builtin dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=builtin sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1957594371/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1957594371/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:32:28.434869747 +0000 UTC m=+1.960657551 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1957594371/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1957594371/config.toml sandbox.go:131: time="2024-03-22T19:32:28Z" level=warning msg="The host root filesystem is mounted as \"master:314\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:32:28Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:32:28.498110426Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:32:28.525515087Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:32:28.525564589Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:32:28.525611036Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:32:28.525647554Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:28.525774089Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:28.525795418Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:28.525822088Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:32:28.525838709Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:28.525975864Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:28.526357053Z" level=info msg="loading plugin \"io.c
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestMismatch (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithUnknownAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/DigestWithoutAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-rootless/frontend=builtin/NonHTTPSource (0.02s)
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=oci/frontend=builtin: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=oci/frontend=builtin === PAUSE TestIntegration/TestMountInvalid/worker=oci/frontend=builtin === CONT TestIntegration/TestMountInvalid/worker=oci/frontend=builtin dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=oci/frontend=builtin sandbox.go:128: 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_config4289045353/buildkitd.toml --root /tmp/bktest_buildkitd3310116570 --addr unix:///tmp/bktest_buildkitd3310116570/buildkitd.sock --debug sandbox.go:128: 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_config4289045353/buildkitd.toml --root /tmp/bktest_buildkitd3310116570 --addr unix:///tmp/bktest_buildkitd3310116570/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:30.546835046 +0000 UTC m=+1.244150620 /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_config4289045353/buildkitd.toml --root /tmp/bktest_buildkitd3310116570 --addr unix:///tmp/bktest_buildkitd3310116570/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3310116570/net/cni\" for cleanup: open /tmp/bktest_buildkitd3310116570/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="creating new network namespace e0pofl0cpwt5jt903rgo5dane" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="finished creating network namespace e0pofl0cpwt5jt903rgo5dane" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="finished setting up network namespace e0pofl0cpwt5jt903rgo5dane" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="found worker \"oxlb0ah2awqwpfb7p4hc8qhvs\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:a50e8dc29f26 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:30Z" level=info msg="found 1 workers, default=\"oxlb0ah2awqwpfb7p4hc8qhvs\"" sandbox.go:131: time="2024-03-22T19:32:30Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="running server on /tmp/bktest_buildkitd3310116570/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=91ae9801d443e9b4 traceID=841948a07abeb5468e2ed3eb47b1a52f version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="new ref for local: 243z5xod7kofpvcsskk1zdafh" revision=35ad8c69e100ebbea314cbc8e0398e5731105
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=oci/frontend=client: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=oci/frontend=client === PAUSE TestIntegration/TestMountInvalid/worker=oci/frontend=client === CONT TestIntegration/TestMountInvalid/worker=oci/frontend=client dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=oci/frontend=client sandbox.go:128: 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_config633360091/buildkitd.toml --root /tmp/bktest_buildkitd2851838936 --addr unix:///tmp/bktest_buildkitd2851838936/buildkitd.sock --debug sandbox.go:128: 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_config633360091/buildkitd.toml --root /tmp/bktest_buildkitd2851838936 --addr unix:///tmp/bktest_buildkitd2851838936/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:30.546101318 +0000 UTC m=+1.243416883 /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_config633360091/buildkitd.toml --root /tmp/bktest_buildkitd2851838936 --addr unix:///tmp/bktest_buildkitd2851838936/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2851838936/net/cni\" for cleanup: open /tmp/bktest_buildkitd2851838936/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="creating new network namespace gmosa4z2q7s43p7cy84vjoqk2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="finished creating network namespace gmosa4z2q7s43p7cy84vjoqk2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="finished setting up network namespace gmosa4z2q7s43p7cy84vjoqk2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="found worker \"panolu475wdj63zz0ifg65hf0\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:a50e8dc29f26 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:30Z" level=info msg="found 1 workers, default=\"panolu475wdj63zz0ifg65hf0\"" sandbox.go:131: time="2024-03-22T19:32:30Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:30Z" level=info msg="running server on /tmp/bktest_buildkitd2851838936/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:30Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=a7d8390d059c43f0 traceID=79808c026d0367cb14aa2776efbd2098 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:31Z" level=debug msg="new ref for local: 1is2yjx68fo5kdyzz15gbnioh" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spa
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestMismatch (0.03s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.03s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithUnknownAlgoName (0.03s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/DigestWithoutAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=builtin/NonHTTPSource (0.02s)
test / run (oci, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd/frontend=client: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd/frontend=client === PAUSE TestIntegration/TestCmdShell/worker=containerd/frontend=client === CONT TestIntegration/TestCmdShell/worker=containerd/frontend=client dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd/frontend=client sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd4190330555/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:32:44.204944295 +0000 UTC m=+3.360980162 /usr/bin/containerd --config /tmp/bktest_containerd4190330555/config.toml sandbox.go:131: time="2024-03-22T19:32:44Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:32:44.226600859Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:32:44.261058450Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:32:44.261099086Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:32:44.261140985Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.261228860Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.261246112Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.261261691Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:32:44.261273633Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.261384812Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.261616727Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.262756433Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.262788393Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.262942645Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4190330555/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:13
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd/frontend=client: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd/frontend=client === PAUSE TestIntegration/TestMountInvalid/worker=containerd/frontend=client === CONT TestIntegration/TestMountInvalid/worker=containerd/frontend=client dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=containerd/frontend=client sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2183700403/config.toml sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2183700403/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:32:44.510641961 +0000 UTC m=+3.666677828 /usr/bin/containerd --config /tmp/bktest_containerd2183700403/config.toml sandbox.go:131: time="2024-03-22T19:32:44Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:32:44.543104687Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:32:44.581160669Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:32:44.581195765Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:32:44.581251730Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.581345075Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.581366826Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.581384960Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:32:44.581398495Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.581514483Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.581770062Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.582683883Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.582716053Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.582924967Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2183700403/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:44.582948511Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd/frontend=builtin: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd/frontend=builtin === PAUSE TestIntegration/TestMountInvalid/worker=containerd/frontend=builtin === CONT TestIntegration/TestMountInvalid/worker=containerd/frontend=builtin dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=containerd/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3871535700/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2793985248/buildkitd.toml --root /tmp/bktest_buildkitd726636136 --addr unix:///tmp/bktest_buildkitd726636136/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3871535700/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2793985248/buildkitd.toml --root /tmp/bktest_buildkitd726636136 --addr unix:///tmp/bktest_buildkitd726636136/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:44.307239154 +0000 UTC m=+3.463275011 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3871535700/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2793985248/buildkitd.toml --root /tmp/bktest_buildkitd726636136 --addr unix:///tmp/bktest_buildkitd726636136/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:44Z" level=debug msg="could not read \"/tmp/bktest_buildkitd726636136/net/cni\" for cleanup: open /tmp/bktest_buildkitd726636136/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:44Z" level=debug msg="creating new network namespace wxaju8kfz7vs0tcizf2q7qg5x" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:44Z" level=debug msg="finished creating network namespace wxaju8kfz7vs0tcizf2q7qg5x" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:44Z" level=debug msg="finished setting up network namespace wxaju8kfz7vs0tcizf2q7qg5x" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:44Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:44Z" level=info msg="found worker \"x86e4z5czg7mwadlemdq0jy82\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:a6fc3790-7469-4d0b-87cf-e1503358a21b org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:f6f19be0591c org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:44Z" level=info msg="found 1 workers, default=\"x86e4z5czg7mwadlemdq0jy82\"" sandbox.go:131: time="2024-03-22T19:32:44Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:44Z" level=in
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestMismatch (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithUnknownAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/DigestWithoutAlgoName (0.01s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=containerd/frontend=builtin/NonHTTPSource (0.02s)
test / run (containerd, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=builtin dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3691004375/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3873030777/buildkitd.toml --root /tmp/bktest_buildkitd3785058990 --addr unix:///tmp/bktest_buildkitd3785058990/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3691004375/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3873030777/buildkitd.toml --root /tmp/bktest_buildkitd3785058990 --addr unix:///tmp/bktest_buildkitd3785058990/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:48.076191834 +0000 UTC m=+3.537757085 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3691004375/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3873030777/buildkitd.toml --root /tmp/bktest_buildkitd3785058990 --addr unix:///tmp/bktest_buildkitd3785058990/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:48Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3785058990/net/cni\" for cleanup: open /tmp/bktest_buildkitd3785058990/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:48Z" level=debug msg="creating new network namespace ukyw5c5gnp0fal0rpuyvpe621" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:48Z" level=debug msg="finished creating network namespace ukyw5c5gnp0fal0rpuyvpe621" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:48Z" level=debug msg="finished setting up network namespace ukyw5c5gnp0fal0rpuyvpe621" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:48Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:48Z" level=info msg="found worker \"i4z1hvudkq0dox8gcmyfzte1y\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:0c8784c7-8893-4f58-94c9-f18f4c2fd436 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:98c0ad90d9f7 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.s
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestMismatch (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=builtin/NonHTTPSource (0.02s)
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=client: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=client === PAUSE TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=client === CONT TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=client dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=client sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd44698063/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1135775149/buildkitd.toml --root /tmp/bktest_buildkitd2908250756 --addr unix:///tmp/bktest_buildkitd2908250756/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:38.22106529 +0000 UTC m=+1.221651306 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd44698063/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1135775149/buildkitd.toml --root /tmp/bktest_buildkitd2908250756 --addr unix:///tmp/bktest_buildkitd2908250756/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2908250756/net/cni\" for cleanup: open /tmp/bktest_buildkitd2908250756/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="creating new network namespace 8ir1kf1h45y9uiofzjtma6gai" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished creating network namespace 8ir1kf1h45y9uiofzjtma6gai" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished setting up network namespace 8ir1kf1h45y9uiofzjtma6gai" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:38Z" level=info msg="found worker \"l136qfwukku8fw8jtrdv9rgoy\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:3400df2a-73d5-4bf8-9e83-9b79261bacc8 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2cbe510b0215 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:38Z" level=info msg="found 1 workers, default=\"l136qfwukku8fw8jtrdv9rgoy\"" sandbox.go:131: time="2024-03-22T19:32:38Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:38Z" level=info msg="running server on /tmp/bktest_buildkitd2908250756/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=0fd16d525b785bb1 traceID=7ed056eae525ed80879717a4df29821f version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="new ref for local: s80xiuiuqw4aneiebpxx5pbcy"
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=builtin: frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=builtin === PAUSE TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=builtin === CONT TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=builtin dockerfile_heredoc_test.go:667: Error Trace: /src/frontend/dockerfile/dockerfile_heredoc_test.go:667 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildHeredocworker=containerd-1.6frontend=builtin1476560260/001/dest: no such file or directory Test: TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=builtin sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3903162305/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3903162305/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:32:42.228097217 +0000 UTC m=+5.228683233 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3903162305/config.toml sandbox.go:131: time="2024-03-22T19:32:42Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:32:42.247136008Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:32:42.259679378Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:32:42.259860906Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.259907513Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:32:42.259940404Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.260080065Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.260307679Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.261009187Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.261054321Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.261207367Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3903162305/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:32:42.261235439Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:32:42.261299588Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:32:42.261329454Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:131: time="2024-03-22T19:32:42.269190581Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 sandbox.
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=client: frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=client === PAUSE TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=client === CONT TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=client dockerfile_heredoc_test.go:667: Error Trace: /src/frontend/dockerfile/dockerfile_heredoc_test.go:667 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildHeredocworker=containerd-1.6frontend=client2851096466/001/dest: no such file or directory Test: TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=client sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd93426204/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1866536075/buildkitd.toml --root /tmp/bktest_buildkitd1612888115 --addr unix:///tmp/bktest_buildkitd1612888115/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd93426204/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1866536075/buildkitd.toml --root /tmp/bktest_buildkitd1612888115 --addr unix:///tmp/bktest_buildkitd1612888115/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:42.164769533 +0000 UTC m=+5.165355518 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd93426204/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1866536075/buildkitd.toml --root /tmp/bktest_buildkitd1612888115 --addr unix:///tmp/bktest_buildkitd1612888115/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:42Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1612888115/net/cni\" for cleanup: open /tmp/bktest_buildkitd1612888115/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:42Z" level=debug msg="creating new network namespace rtwbxn1pepda71clgtxh2wsye" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:42Z" level=debug msg="finished creating network namespace rtwbxn1pepda71clgtxh2wsye" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:42Z" level=debug msg="finished setting up network namespace rtwbxn1pepda71clgtxh2wsye" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:42Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:42Z" level=info msg="found worker \"uuktsn05wy0bax7euhrw0a2yo\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:1b4b743e-26ee-474c-9fa3-02fc951fa8fe org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2cbe510b0215 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:42Z" level=info msg="found 1 workers, default=\"uuktsn05wy0bax7euhrw0a2yo\"" sandbox.go:131: time="2024-03-22T19:32:42Z" level=warning msg="currently, only the default worker can
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=builtin === PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=builtin === CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=builtin dockerfile_test.go:6560: SOURCE_DATE_EPOCH=1673354096 dockerfile_test.go:6621: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6621 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=builtin sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd628437391/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config881654953/buildkitd.toml --root /tmp/bktest_buildkitd2966530834 --addr unix:///tmp/bktest_buildkitd2966530834/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:38.22168041 +0000 UTC m=+1.222266405 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd628437391/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config881654953/buildkitd.toml --root /tmp/bktest_buildkitd2966530834 --addr unix:///tmp/bktest_buildkitd2966530834/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2966530834/net/cni\" for cleanup: open /tmp/bktest_buildkitd2966530834/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="creating new network namespace 7iwad3uqtqedk9ijlfl4u27p2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished creating network namespace 7iwad3uqtqedk9ijlfl4u27p2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished setting up network namespace 7iwad3uqtqedk9ijlfl4u27p2" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:38Z" level=info msg="found worker \"png481ehb0kfahyxrg4u2rm8h\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:d5a39451-a347-4289-8ea3-7409dbcd5990 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2cbe510b0215 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:38Z" level=info msg="found 1 workers, default=\"png481ehb0kfahyxrg4u2rm8h\"" sandbox.go:131: time="2024-03-22T19:32:38Z" level=warning msg="currently, only the default work
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=client: frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=client === PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=client === CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=client dockerfile_test.go:6560: SOURCE_DATE_EPOCH=1673354096 dockerfile_test.go:6621: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6621 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=client sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd912344756/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config803228880/buildkitd.toml --root /tmp/bktest_buildkitd1699662649 --addr unix:///tmp/bktest_buildkitd1699662649/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:38.221155073 +0000 UTC m=+1.221741068 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd912344756/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config803228880/buildkitd.toml --root /tmp/bktest_buildkitd1699662649 --addr unix:///tmp/bktest_buildkitd1699662649/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1699662649/net/cni\" for cleanup: open /tmp/bktest_buildkitd1699662649/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="creating new network namespace pbiw3eva5qyz5sg68rw3cck11" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished creating network namespace pbiw3eva5qyz5sg68rw3cck11" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="finished setting up network namespace pbiw3eva5qyz5sg68rw3cck11" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:38Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:32:38Z" level=info msg="found worker \"gaskfar72ebvezj3wk0k27r0f\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:ad0337bc-399b-4bf9-b5d9-b3b45d2fbb8b org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2cbe510b0215 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:32:38Z" level=info msg="found 1 workers, default=\"gaskfar72ebvezj3wk0k27r0f\"" sandbox.go:131: time="2024-03-22T19:32:38Z" level=warning msg="currently, only the default worker
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestMismatch (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.03s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithUnknownAlgoName (0.02s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/DigestWithoutAlgoName (0.03s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-1.6/frontend=builtin/NonHTTPSource (0.03s)
test / run (containerd-1.6, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestCopyWildcardCache/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestCopyWildcardCache/worker=oci-rootless/frontend=gateway dockerfile_test.go:863: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:863 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "b9e83fd20346319d70542b2cfac6a5459bc907aadc108f43071a4091884d621a -\n" Test: TestIntegration/TestCopyWildcardCache/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2291160872/buildkitd.toml --root /tmp/bktest_buildkitd600870575 --addr unix:///tmp/bktest_buildkitd600870575/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2291160872/buildkitd.toml --root /tmp/bktest_buildkitd600870575 --addr unix:///tmp/bktest_buildkitd600870575/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:04.801601019 +0000 UTC m=+22.806259763 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2291160872/buildkitd.toml --root /tmp/bktest_buildkitd600870575 --addr unix:///tmp/bktest_buildkitd600870575/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="found worker \"uo6a71i8wx79hvpv1bcho201f\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="found 1 workers, default=\"uo6a71i8wx79hvpv1bcho201f\"" sandbox.go:131: time="2024-03-22T19:33:04Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="running server on /tmp/bktest_buildkitd600870575/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=00f6cc5aad377661 traceID=14d3320fcc2cee2d82df0a8e747d1ab7 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:43237/v2/buildkit_test/1h8sbxa3yqbdbp6t7zetlu3z1/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="fetch response received" host="localhost:43237" response.header.content-length=482 response.header.content-type=application/vnd.oci.image.manifest.v1+json response.header.date="Fri, 22 Mar 2024 19:33:04 GMT" response.header.docker-content-digest="sha256:89
Failed: frontend/dockerfile/TestIntegration/TestOnBuildCleared/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestOnBuildCleared/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestOnBuildCleared/worker=oci-rootless/frontend=gateway dockerfile_test.go:3881: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3881 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildClearedworker=oci-rootlessfrontend=gateway477365692/001/foo: no such file or directory Test: TestIntegration/TestOnBuildCleared/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1519446115/buildkitd.toml --root /tmp/bktest_buildkitd3061580966 --addr unix:///tmp/bktest_buildkitd3061580966/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1519446115/buildkitd.toml --root /tmp/bktest_buildkitd3061580966 --addr unix:///tmp/bktest_buildkitd3061580966/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:02.761873806 +0000 UTC m=+20.766532540 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1519446115/buildkitd.toml --root /tmp/bktest_buildkitd3061580966 --addr unix:///tmp/bktest_buildkitd3061580966/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="found worker \"998698cd2emz5nbalklc9jdiu\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="found 1 workers, default=\"998698cd2emz5nbalklc9jdiu\"" sandbox.go:131: time="2024-03-22T19:33:02Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="running server on /tmp/bktest_buildkitd3061580966/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=11024bfebabcd49b traceID=ca938394f19b9147c965c752d9045bb0 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:43237/v2/buildkit_test/1h8sbxa3yqbdbp6t7zetlu3z1/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="fetch response received" host="localhost:43237" response.header.content-length=482 response.header.content-type=application/vnd.oci.image.manifest.v1+json response.header.dat
Failed: frontend/dockerfile/TestIntegration/TestFrontendInputs/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestFrontendInputs/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestFrontendInputs/worker=oci-rootless/frontend=gateway dockerfile_test.go:4844: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4844 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestFrontendInputs/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1731791846/buildkitd.toml --root /tmp/bktest_buildkitd97291032 --addr unix:///tmp/bktest_buildkitd97291032/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1731791846/buildkitd.toml --root /tmp/bktest_buildkitd97291032 --addr unix:///tmp/bktest_buildkitd97291032/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:02.35331493 +0000 UTC m=+20.357973694 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1731791846/buildkitd.toml --root /tmp/bktest_buildkitd97291032 --addr unix:///tmp/bktest_buildkitd97291032/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="found worker \"x9q87815jj1oziubfnsjncq94\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="found 1 workers, default=\"x9q87815jj1oziubfnsjncq94\"" sandbox.go:131: time="2024-03-22T19:33:02Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:02Z" level=info msg="running server on /tmp/bktest_buildkitd97291032/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=35c1816046a9bd5e traceID=b0a20e9eafd699299593bb3666a98cce version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:02Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.metho
Failed: frontend/dockerfile/TestIntegration/TestExportCacheLoop/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestExportCacheLoop/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestExportCacheLoop/worker=oci-rootless/frontend=gateway dockerfile_test.go:474: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:474 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestExportCacheLoop/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2759234369/buildkitd.toml --root /tmp/bktest_buildkitd901735423 --addr unix:///tmp/bktest_buildkitd901735423/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2759234369/buildkitd.toml --root /tmp/bktest_buildkitd901735423 --addr unix:///tmp/bktest_buildkitd901735423/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:00.811871257 +0000 UTC m=+18.816530022 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2759234369/buildkitd.toml --root /tmp/bktest_buildkitd901735423 --addr unix:///tmp/bktest_buildkitd901735423/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="found worker \"yhbnztwpspj0v028g4sxrtadr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="found 1 workers, default=\"yhbnztwpspj0v028g4sxrtadr\"" sandbox.go:131: time="2024-03-22T19:33:00Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="running server on /tmp/bktest_buildkitd901735423/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=f0ce4f3b5e3360c2 traceID=a9966fee3a926bcf1508e02386f815e8 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="skipping invalid cache export mode: " revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=3d888bc990401118 traceID=a62a6547de899fb297c31754b317fdb9 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="do request" host="localhost:43237" request.header.accept="ap
Failed: frontend/dockerfile/TestIntegration/TestWildcardRenameCache/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3780
=== RUN TestIntegration/TestWildcardRenameCache/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestWildcardRenameCache/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestWildcardRenameCache/worker=oci-rootless/frontend=gateway dockerfile_test.go:3780: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3780 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: An error is expected but got nil. Test: TestIntegration/TestWildcardRenameCache/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config537394595/buildkitd.toml --root /tmp/bktest_buildkitd3497460095 --addr unix:///tmp/bktest_buildkitd3497460095/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config537394595/buildkitd.toml --root /tmp/bktest_buildkitd3497460095 --addr unix:///tmp/bktest_buildkitd3497460095/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:00.277442435 +0000 UTC m=+18.282101199 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config537394595/buildkitd.toml --root /tmp/bktest_buildkitd3497460095 --addr unix:///tmp/bktest_buildkitd3497460095/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="found worker \"ibj8s61lytlqus8w2iglfdxfy\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="found 1 workers, default=\"ibj8s61lytlqus8w2iglfdxfy\"" sandbox.go:131: time="2024-03-22T19:33:00Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:00Z" level=info msg="running server on /tmp/bktest_buildkitd3497460095/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=8f21e3b6e4638fd5 traceID=46447dbd6b47be15bf286c32c54ac4da version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:43237/v2/buildkit_test/1h8sbxa3yqbdbp6t7zetlu3z1/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:33:00Z" level=debug msg="fetch response received" host="localhost:43237" response.header.content-length=482 response.header.content-type=application/vnd.oci.image.manifest.v1+json response.header.date="Fri, 22 Mar 2024 19:33:00 GMT" response.header.docker-content-digest="sha256:89a107d580381ab2ea2d8e40db5d9cb1daa7bdcef
Failed: frontend/dockerfile/TestIntegration/TestNamedImageContext/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L5249
=== RUN TestIntegration/TestNamedImageContext/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestNamedImageContext/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestNamedImageContext/worker=oci-rootless/frontend=gateway dockerfile_test.go:5249: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:5249 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/bin/sh -c cat /etc/alpine-release > /out" did not complete successfully: exit code: 1 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:77 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:198 github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor /src/util/grpcerrors/intercept.go:41 google.golang.org/grpc.(*ClientConn).Invoke /src/vendor/google.golang.org/grpc/call.go:35 github.com/moby/buildkit/api/services/control.(*controlClient).Solve /src/api/services/control/control.pb.go:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:291 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestNamedImageContext/worker=oci-rootless/frontend=gateway sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2647880836/buildkitd.toml --root /tmp/bktest_buildkitd1876768795 --addr unix:///tmp/bktest_buildkitd1876768795/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:58.992922972 +0000 UTC m=+16.997581736 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2647880836/buildkitd.toml --root /tmp/bktest_buildkitd1876768795 --addr unix:///tmp/bktest_buildkitd1876768795/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="found worker \"bptodky53gqyfkp3p4w3inmwd\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="found 1 workers, default=\"bptodky53gqyfkp3p4w3inmwd\"" sandbox.go:131: time="2024-03-22T19:32:59Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="running server on /tmp/bktest_buildkitd187
Failed: frontend/dockerfile/TestIntegration/TestNamedOCILayoutContext/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L5688
=== RUN TestIntegration/TestNamedOCILayoutContext/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestNamedOCILayoutContext/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestNamedOCILayoutContext/worker=oci-rootless/frontend=gateway dockerfile_test.go:5688: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:5688 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestNamedOCILayoutContextworker=oci-rootlessfrontend=gateway1169902007/002/out: no such file or directory Test: TestIntegration/TestNamedOCILayoutContext/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1798858817/buildkitd.toml --root /tmp/bktest_buildkitd2003451276 --addr unix:///tmp/bktest_buildkitd2003451276/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1798858817/buildkitd.toml --root /tmp/bktest_buildkitd2003451276 --addr unix:///tmp/bktest_buildkitd2003451276/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:57.532186802 +0000 UTC m=+15.536845556 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1798858817/buildkitd.toml --root /tmp/bktest_buildkitd2003451276 --addr unix:///tmp/bktest_buildkitd2003451276/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="found worker \"01bvl2z36uangeya8jq01oevb\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="found 1 workers, default=\"01bvl2z36uangeya8jq01oevb\"" sandbox.go:131: time="2024-03-22T19:32:57Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="running server on /tmp/bktest_buildkitd2003451276/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=9fb1c50e849f9eec traceID=9cc471f6b5988b86a72db024b2eb24e0 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:43237/v2/buildkit_test/1h8sbxa3yqbdbp6t7zetlu3z1/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="fetch response received" host="localhost:43237" response.header.content-length=482 response.header.content-type=application/vnd.oci.image.
Failed: frontend/dockerfile/TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L6047
=== RUN TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway dockerfile_test.go:6047: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6047 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"foo is $FOO\" > /foo" did not complete successfully: exit code: 255 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:77 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:198 github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor /src/util/grpcerrors/intercept.go:41 google.golang.org/grpc.(*ClientConn).Invoke /src/vendor/google.golang.org/grpc/call.go:35 github.com/moby/buildkit/api/services/control.(*controlClient).Solve /src/api/services/control/control.pb.go:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:291 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestNamedMultiplatformInputContext/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2761073479/buildkitd.toml --root /tmp/bktest_buildkitd100610859 --addr unix:///tmp/bktest_buildkitd100610859/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2761073479/buildkitd.toml --root /tmp/bktest_buildkitd100610859 --addr unix:///tmp/bktest_buildkitd100610859/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:56.566637451 +0000 UTC m=+14.571296225 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2761073479/buildkitd.toml --root /tmp/bktest_buildkitd100610859 --addr unix:///tmp/bktest_buildkitd100610859/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:56Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:56Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:32:56Z" level=info msg="found worker \"p54jnbw14zxtuil5ounghx5jp\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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
Failed: frontend/dockerfile/TestIntegration/TestContextChangeDirToFile/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1537
=== RUN TestIntegration/TestContextChangeDirToFile/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestContextChangeDirToFile/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestContextChangeDirToFile/worker=oci-rootless/frontend=gateway dockerfile_test.go:1537: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1537 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestContextChangeDirToFileworker=oci-rootlessfrontend=gateway3718482598/001/foo: no such file or directory Test: TestIntegration/TestContextChangeDirToFile/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config803566847/buildkitd.toml --root /tmp/bktest_buildkitd2874994998 --addr unix:///tmp/bktest_buildkitd2874994998/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config803566847/buildkitd.toml --root /tmp/bktest_buildkitd2874994998 --addr unix:///tmp/bktest_buildkitd2874994998/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:55.057656704 +0000 UTC m=+13.062315438 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config803566847/buildkitd.toml --root /tmp/bktest_buildkitd2874994998 --addr unix:///tmp/bktest_buildkitd2874994998/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:55Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:32:55Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:32:55Z" level=info msg="found worker \"ytv3r5rmibe9gbmhh1r6fuu3o\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:32:55Z" level=info msg="found 1 workers, default=\"ytv3r5rmibe9gbmhh1r6fuu3o\"" sandbox.go:131: time="2024-03-22T19:32:55Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:55Z" level=info msg="running server on /tmp/bktest_buildkitd2874994998/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:55Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=31176e5abee75f11 traceID=4b66c16086589262608009fdc8efd9e2 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:55Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:32:55Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:43237/v2/buildkit_test/1h8sbxa3yqbdbp6t7zetlu3z1/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:32:55Z" level=debug msg="fetch response received" host="localhost:43237" response.header.content-length=482 response.header.content-type=application/vnd.oci.imag
Failed: frontend/dockerfile/TestIntegration/TestGitProvenanceAttestation/worker=oci-rootless/frontend=gateway: frontend/dockerfile/dockerfile_provenance_test.go#L301
=== RUN TestIntegration/TestGitProvenanceAttestation/worker=oci-rootless/frontend=gateway === PAUSE TestIntegration/TestGitProvenanceAttestation/worker=oci-rootless/frontend=gateway === CONT TestIntegration/TestGitProvenanceAttestation/worker=oci-rootless/frontend=gateway dockerfile_provenance_test.go:301: Error Trace: /src/frontend/dockerfile/dockerfile_provenance_test.go:301 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestGitProvenanceAttestation/worker=oci-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2654007824/buildkitd.toml --root /tmp/bktest_buildkitd1872655653 --addr unix:///tmp/bktest_buildkitd1872655653/buildkitd.sock --debug sandbox.go:131: ACB hack, remote add origin ***127.0.0.1:45437/.git sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2654007824/buildkitd.toml --root /tmp/bktest_buildkitd1872655653 --addr unix:///tmp/bktest_buildkitd1872655653/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:04.861985722 +0000 UTC m=+22.866644477 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2654007824/buildkitd.toml --root /tmp/bktest_buildkitd1872655653 --addr unix:///tmp/bktest_buildkitd1872655653/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="found worker \"jjfc4i3vounwjnj1pq2azppxc\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:89bb023c9a62 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]" sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="found 1 workers, default=\"jjfc4i3vounwjnj1pq2azppxc\"" sandbox.go:131: time="2024-03-22T19:33:04Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="running server on /tmp/bktest_buildkitd1872655653/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=b49e539cd22d5b6b traceID=991eb7261df86f46395809d75f5d255d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg=resolving host="localhost:43237" sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="do request" host="localhost:43237" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json,
test / run (oci-rootless, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=gateway === PAUSE TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=gateway === CONT TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=gateway dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd-snapshotter-stargz/frontend=gateway sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc780251957/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc780251957/root sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc780251957/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc780251957/root sandbox.go:131: > StartCmd 2024-03-22 19:33:01.260256566 +0000 UTC m=+3.447118019 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc780251957/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc780251957/root sandbox.go:131: {"key":"buildkit/1/tmp-vemyw254cstrcd8wef9htx8v2 sha256:9145a301f0bef921781ae907ce1b41c1c5e691556750f414c002310adc31fcd9","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc780251957/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-03-22T19:33:02.800876787Z"} sandbox.go:131: {"key":"buildkit/1/tmp-vemyw254cstrcd8wef9htx8v2 sha256:9145a301f0bef921781ae907ce1b41c1c5e691556750f414c002310adc31fcd9","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc780251957/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/grsp7v5hn20q5e1znriihsmin:latest@sha256:ac4643e112a0d6c97919a94ebe55c1a8ad848c0fc7ca05c875dcc7cf304a7ae9/sha256:0d22a9cbba73000e5e0042e6794e6c1bf0297435001170370e6b95a4e0a7b459","time":"2024-03-22T19:33:02.801073956Z"} sandbox.go:131: {"digest":"sha256:0d22a9cbba73000e5e0042e6794e6c1bf0297435001170370e6b95a4e0a7b459","error":null,"key":"buildkit/1/tmp-vemyw254cstrcd8wef9htx8v2 sha256:9145a301f0bef921781ae907ce1b41c1c5e691556750f414c002310adc31fcd9","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc780251957/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/grsp7v5hn20q5e1znriihsmin:latest@sha256:ac4643e112a0d6c97919a94ebe55c1a8ad848c0fc7ca05c875dcc7cf304a7ae9","src":"docker.io/buildkit_test/grsp7v5hn20q5e1znriihsmin:latest@sha256:ac4643e112a0d6c97919a94ebe55c1a8ad848c0fc7ca05c875dcc7cf304a7ae9/sha256:0d22a9cbba73000e5e0042e6794e6c1bf0297435001170370e6b95a4e0a7b459","time":"2024-03-22T19:33:02.801228465Z"} sandbox.go:131: {"key":"buildkit/1/tmp-vemyw254cstrcd8wef9htx8v2 sha256:9145a301f0bef921781ae907ce1b41c1c5e691556750f414c002310adc31fcd9","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc780251957/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/buildkit_test/grsp7v5hn20q5e1znriihsmin:latest@sha256:ac4643e112a0d6c97919a94ebe55c1a8ad848c0fc7ca05c875dcc7cf304a7ae9/sha256:0d22a9cbba73000e5e0042e6794e6c1bf0297435001170370e6b95a4e0a7b459","time":"2024-03-22T19:33:02.976495686Z"} sandbox.go:131: {"error":"failed to resolve layer \"sha256:0d22a9cbba73000e5e0042e679
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestMismatch: frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestMismatch dockerfile_addchecksum_test.go:93: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:93 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestMismatch Messages: digest mismatch --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestMismatch (0.15s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithKnownButUnsupportedAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithKnownButUnsupportedAlgoName dockerfile_addchecksum_test.go:110: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:110 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithKnownButUnsupportedAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithKnownButUnsupportedAlgoName (0.16s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithUnknownAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithUnknownAlgoName dockerfile_addchecksum_test.go:127: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:127 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithUnknownAlgoName Messages: unsupported digest algorithm --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithUnknownAlgoName (0.22s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithoutAlgoName: frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithoutAlgoName dockerfile_addchecksum_test.go:144: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:144 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithoutAlgoName Messages: invalid checksum digest format --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/DigestWithoutAlgoName (0.22s)
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/NonHTTPSource: frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/NonHTTPSource dockerfile_addchecksum_test.go:163: Error Trace: /src/frontend/dockerfile/dockerfile_addchecksum_test.go:163 Error: An error is expected but got nil. Test: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/NonHTTPSource Messages: checksum can't be specified for non-HTTP sources --- FAIL: TestIntegration/TestAddChecksum/worker=containerd-snapshotter-stargz/frontend=gateway/NonHTTPSource (0.21s)
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd/frontend=gateway === PAUSE TestIntegration/TestCmdShell/worker=containerd/frontend=gateway === CONT TestIntegration/TestCmdShell/worker=containerd/frontend=gateway dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd/frontend=gateway sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd1037510411/config.toml sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1037510411/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:07.258219965 +0000 UTC m=+4.109099700 /usr/bin/containerd --config /tmp/bktest_containerd1037510411/config.toml sandbox.go:131: time="2024-03-22T19:33:07Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:07.279944311Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:07.314099265Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:07.314148226Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:07.314552951Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.314648048Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.314671121Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.314685288Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:07.314701097Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.314808597Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.315102756Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.316392379Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.316420302Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.316596590Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1037510411/root/io.containerd.snapshotter.v1.zfs must be a zfs filesy
test / run (containerd, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestDockerfileADDFromURL/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestDockerfileADDFromURL/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:2155: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2155 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileADDFromURLworker=oci-snapshotter-stargzfrontend=builtin1796090005/002/dest/__unnamed__: no such file or directory Test: TestIntegration/TestDockerfileADDFromURL/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config641668270/buildkitd.toml --root /tmp/bktest_buildkitd405164713 --addr unix:///tmp/bktest_buildkitd405164713/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:12.048042241 +0000 UTC m=+42.382090471 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config641668270/buildkitd.toml --root /tmp/bktest_buildkitd405164713 --addr unix:///tmp/bktest_buildkitd405164713/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="could not read \"/tmp/bktest_buildkitd405164713/net/cni\" for cleanup: open /tmp/bktest_buildkitd405164713/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="creating new network namespace kthj7bfvgs7evbmzj7vdqf46b" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="finished creating network namespace kthj7bfvgs7evbmzj7vdqf46b" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="finished setting up network namespace kthj7bfvgs7evbmzj7vdqf46b" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="found worker \"gnp1ectsv37dfd24hex38fpsc\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:33:12Z" level=info msg="found 1 workers, default=\"gnp1ectsv37dfd24hex38fpsc\"" sandbox.go:131: time="2024-03-22T19:33:12Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="running server on /tmp/bktest_buildkitd405164713/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=d11a0f30b4eaf9f4 traceID=647644e6895d87cdfe231d5fad2a6926 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="new ref for local: xnz4rjiumuge0tgzzm2bib3oe" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=32650f47ce28c642 traceID=647644e6895d87cdfe231d5fad2a6926 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg=
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestDockerfileAddArchive/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestDockerfileAddArchive/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:2257: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2257 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileAddArchiveworker=oci-snapshotter-stargzfrontend=builtin1143936342/003/t.tar.gz: no such file or directory Test: TestIntegration/TestDockerfileAddArchive/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3942656570/buildkitd.toml --root /tmp/bktest_buildkitd3032955881 --addr unix:///tmp/bktest_buildkitd3032955881/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3942656570/buildkitd.toml --root /tmp/bktest_buildkitd3032955881 --addr unix:///tmp/bktest_buildkitd3032955881/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:11.892949387 +0000 UTC m=+42.226997629 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3942656570/buildkitd.toml --root /tmp/bktest_buildkitd3032955881 --addr unix:///tmp/bktest_buildkitd3032955881/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3032955881/net/cni\" for cleanup: open /tmp/bktest_buildkitd3032955881/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="creating new network namespace e6zmwrfawxnqmo09ve6avil78" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="finished creating network namespace e6zmwrfawxnqmo09ve6avil78" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="finished setting up network namespace e6zmwrfawxnqmo09ve6avil78" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=info msg="found worker \"pxobkee2yaiq8rjaxe01dgzl3\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:33:12Z" level=info msg="found 1 workers, default=\"pxobkee2yaiq8rjaxe01dgzl3\"" sandbox.go:131: time="2024-03-22T19:33:12Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="running server on /tmp/bktest_buildkitd3032955881/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=212e8b4fc35f53b1 traceID=b85ff8ff21a9bd24a663caf0037f7598 version=v0.0.0+earthlyunknown
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:6789: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6789 /src/frontend/dockerfile/dockerfile_test.go:653 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should be true Test: TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2009016131/buildkitd.toml --root /tmp/bktest_buildkitd4207062782 --addr unix:///tmp/bktest_buildkitd4207062782/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2009016131/buildkitd.toml --root /tmp/bktest_buildkitd4207062782 --addr unix:///tmp/bktest_buildkitd4207062782/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:01.576346958 +0000 UTC m=+31.910395189 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2009016131/buildkitd.toml --root /tmp/bktest_buildkitd4207062782 --addr unix:///tmp/bktest_buildkitd4207062782/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4207062782/net/cni\" for cleanup: open /tmp/bktest_buildkitd4207062782/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="creating new network namespace edvzwc06mhec56tr3bd5c2yo3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="finished creating network namespace edvzwc06mhec56tr3bd5c2yo3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="finished setting up network namespace edvzwc06mhec56tr3bd5c2yo3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=info msg="found worker \"6j7hc9222l5jk70qvzh5h81gv\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:33:01Z" level=info msg="found 1 workers, default=\"6j7hc9222l5jk70qvzh5h81gv\"" sandbox.go:131: time="2024-03-22T19:33:01Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:01Z" level=info msg="running server on /tmp/bktest_buildkitd4207062782/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=31e91981086ef3aa traceID=e0e23a5e462a7725513a76bdfad6f736 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="new ref for local: 8i43fq0ghwy0ifmlll6wutbwb" revision=35ad8c69e100ebbea3
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=client: frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=client === PAUSE TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=client === CONT TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=client dockerfile_test.go:6789: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6789 /src/frontend/dockerfile/dockerfile_test.go:653 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should be true Test: TestIntegration/TestCacheReleased/worker=oci-snapshotter-stargz/frontend=client sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1825406506/buildkitd.toml --root /tmp/bktest_buildkitd446314707 --addr unix:///tmp/bktest_buildkitd446314707/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1825406506/buildkitd.toml --root /tmp/bktest_buildkitd446314707 --addr unix:///tmp/bktest_buildkitd446314707/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:01.568754238 +0000 UTC m=+31.902802449 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1825406506/buildkitd.toml --root /tmp/bktest_buildkitd446314707 --addr unix:///tmp/bktest_buildkitd446314707/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="could not read \"/tmp/bktest_buildkitd446314707/net/cni\" for cleanup: open /tmp/bktest_buildkitd446314707/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="creating new network namespace g4p7cj27myl38l60k56ej36hz" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="finished creating network namespace g4p7cj27myl38l60k56ej36hz" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="finished setting up network namespace g4p7cj27myl38l60k56ej36hz" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=info msg="found worker \"lyemz7gpary69gkup0zwiufj5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:33:01Z" level=info msg="found 1 workers, default=\"lyemz7gpary69gkup0zwiufj5\"" sandbox.go:131: time="2024-03-22T19:33:01Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:01Z" level=info msg="running server on /tmp/bktest_buildkitd446314707/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=49067af0553ae5f0 traceID=1f6d875ac423a61a7a67dcc98292c28a version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:01Z" level=debug msg="new ref for local: r8h3ni48l3fjhprcz818mt4z5" revision=35ad8c69e100ebbea314cbc8e0398e5
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=oci-snapshotter-stargzfrontend=builtin1346427118/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2346453528/buildkitd.toml --root /tmp/bktest_buildkitd3310938366 --addr unix:///tmp/bktest_buildkitd3310938366/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2346453528/buildkitd.toml --root /tmp/bktest_buildkitd3310938366 --addr unix:///tmp/bktest_buildkitd3310938366/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:59.543370973 +0000 UTC m=+29.877419204 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2346453528/buildkitd.toml --root /tmp/bktest_buildkitd3310938366 --addr unix:///tmp/bktest_buildkitd3310938366/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3310938366/net/cni\" for cleanup: open /tmp/bktest_buildkitd3310938366/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="creating new network namespace 01ydptval7uoq3c65fdve8g17" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="finished creating network namespace 01ydptval7uoq3c65fdve8g17" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="finished setting up network namespace 01ydptval7uoq3c65fdve8g17" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="found worker \"83dfhl5v8q2or5ldfwmyxiecy\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:59Z" level=info msg="found 1 workers, default=\"83dfhl5v8q2or5ldfwmyxiecy\"" sandbox.go:131: time="2024-03-22T19:32:59Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="running server on /tmp/bktest_buildkitd3310938366/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=6815b1ad1f54689f traceID=6145c33ccf88b653fe7e77b58e370e7b version=v0.0.0+earthlyunknown
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=client: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=client === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=client === CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=client dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=oci-snapshotter-stargzfrontend=client2552586152/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=oci-snapshotter-stargz/frontend=client sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2654009729/buildkitd.toml --root /tmp/bktest_buildkitd2394418363 --addr unix:///tmp/bktest_buildkitd2394418363/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2654009729/buildkitd.toml --root /tmp/bktest_buildkitd2394418363 --addr unix:///tmp/bktest_buildkitd2394418363/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:59.54334283 +0000 UTC m=+29.877391051 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2654009729/buildkitd.toml --root /tmp/bktest_buildkitd2394418363 --addr unix:///tmp/bktest_buildkitd2394418363/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2394418363/net/cni\" for cleanup: open /tmp/bktest_buildkitd2394418363/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="creating new network namespace u7kd2o5vi87cbwvix5xorgd51" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="finished creating network namespace u7kd2o5vi87cbwvix5xorgd51" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="finished setting up network namespace u7kd2o5vi87cbwvix5xorgd51" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="found worker \"x33bp3wjjuiyt21hccm374hki\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:59Z" level=info msg="found 1 workers, default=\"x33bp3wjjuiyt21hccm374hki\"" sandbox.go:131: time="2024-03-22T19:32:59Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:59Z" level=info msg="running server on /tmp/bktest_buildkitd2394418363/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:59Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=280a4cca0339a710 traceID=a27732a17b04f217dfa95322680a8f21 version=v0.0.0+earthlyunknown sa
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3739269207/buildkitd.toml --root /tmp/bktest_buildkitd643443163 --addr unix:///tmp/bktest_buildkitd643443163/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3739269207/buildkitd.toml --root /tmp/bktest_buildkitd643443163 --addr unix:///tmp/bktest_buildkitd643443163/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:58.763142214 +0000 UTC m=+29.097190435 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3739269207/buildkitd.toml --root /tmp/bktest_buildkitd643443163 --addr unix:///tmp/bktest_buildkitd643443163/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="could not read \"/tmp/bktest_buildkitd643443163/net/cni\" for cleanup: open /tmp/bktest_buildkitd643443163/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="creating new network namespace 9jgftqoll5bclq7evlh7ugovw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished creating network namespace 9jgftqoll5bclq7evlh7ugovw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished setting up network namespace 9jgftqoll5bclq7evlh7ugovw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=info msg="found worker \"gogb239pr705qy0e72lcdbv0q\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:58Z" level=info msg="found 1 workers, default=\"gogb239pr705qy0e72lcdbv0q\"" sandbox.go:131: time="2024-03-22T19:32:58Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client === PAUSE TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client === CONT TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1882271430/buildkitd.toml --root /tmp/bktest_buildkitd397426981 --addr unix:///tmp/bktest_buildkitd397426981/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1882271430/buildkitd.toml --root /tmp/bktest_buildkitd397426981 --addr unix:///tmp/bktest_buildkitd397426981/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:58.326353722 +0000 UTC m=+28.660401953 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1882271430/buildkitd.toml --root /tmp/bktest_buildkitd397426981 --addr unix:///tmp/bktest_buildkitd397426981/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="could not read \"/tmp/bktest_buildkitd397426981/net/cni\" for cleanup: open /tmp/bktest_buildkitd397426981/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="creating new network namespace abkkwdl9qqaoov4cyoj9f40ef" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished creating network namespace abkkwdl9qqaoov4cyoj9f40ef" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished setting up network namespace abkkwdl9qqaoov4cyoj9f40ef" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=info msg="found worker \"wdgup07vaznr8xdg8elwy1ac3\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:58Z" level=info msg="found 1 workers, default=\"wdgup07vaznr8xdg8elwy1ac3\"" sandbox.go:131: time="2024-03-22T19:32:58Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:5
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:4068: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config142509879/buildkitd.toml --root /tmp/bktest_buildkitd160413725 --addr unix:///tmp/bktest_buildkitd160413725/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config142509879/buildkitd.toml --root /tmp/bktest_buildkitd160413725 --addr unix:///tmp/bktest_buildkitd160413725/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:58.297437877 +0000 UTC m=+28.631486108 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config142509879/buildkitd.toml --root /tmp/bktest_buildkitd160413725 --addr unix:///tmp/bktest_buildkitd160413725/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="could not read \"/tmp/bktest_buildkitd160413725/net/cni\" for cleanup: open /tmp/bktest_buildkitd160413725/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="creating new network namespace n4qubthbplrxuz7mnktnzkmis" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished creating network namespace n4qubthbplrxuz7mnktnzkmis" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=debug msg="finished setting up network namespace n4qubthbplrxuz7mnktnzkmis" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:58Z" level=info msg="found worker \"g9g15mn9ww2v6j34k4sg9bk3w\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:58Z" level=info msg="found 1 workers, default=\"g9g15mn9ww2v6j34k4sg9bk3w\"" sandbox.go:131: time="2024-03-22T19:32:58Z" level=warning msg="currently, only the default worker can b
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=builtin dockerfile_test.go:4416: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4416 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "ad6a398a63c426e83cfa94b436f721290e2ffbf2512b5c8eef87259bcee2eb96 -\n" Test: TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=builtin sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2404682717/buildkitd.toml --root /tmp/bktest_buildkitd373428146 --addr unix:///tmp/bktest_buildkitd373428146/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:32:56.986044302 +0000 UTC m=+27.320092523 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2404682717/buildkitd.toml --root /tmp/bktest_buildkitd373428146 --addr unix:///tmp/bktest_buildkitd373428146/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="could not read \"/tmp/bktest_buildkitd373428146/net/cni\" for cleanup: open /tmp/bktest_buildkitd373428146/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="creating new network namespace 1lta28czff3zx424cy5oeexk3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="finished creating network namespace 1lta28czff3zx424cy5oeexk3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="finished setting up network namespace 1lta28czff3zx424cy5oeexk3" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="found worker \"ydxxhwiukvum9z98emundhg9q\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:e2417723b150 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:32:57Z" level=info msg="found 1 workers, default=\"ydxxhwiukvum9z98emundhg9q\"" sandbox.go:131: time="2024-03-22T19:32:57Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:32:57Z" level=info msg="running server on /tmp/bktest_buildkitd373428146/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=98ac5e82c4102727 traceID=85a73cfa4f6d639629dc7027738f806a version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="new ref for local: ros90qfs7cwfe1lnblxv7enxq" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=279ca17b19d56f65 traceID=a53d042bd3ff8df418706dcde01c6f72 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="checking layer availability" key=buildkit/1/ros90qfs7cwfe1lnblxv7enxq sandbox.go:131: time="2024-03-22T19:32:57Z" level=debug msg="layer is normal snapshot(over
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci/frontend=gateway === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci/frontend=gateway === CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci/frontend=gateway dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=ocifrontend=gateway3887290625/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=oci/frontend=gateway sandbox.go:128: 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_config1351305755/buildkitd.toml --root /tmp/bktest_buildkitd1923042199 --addr unix:///tmp/bktest_buildkitd1923042199/buildkitd.sock --debug sandbox.go:128: 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_config1351305755/buildkitd.toml --root /tmp/bktest_buildkitd1923042199 --addr unix:///tmp/bktest_buildkitd1923042199/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:14.990324178 +0000 UTC m=+20.669563767 /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_config1351305755/buildkitd.toml --root /tmp/bktest_buildkitd1923042199 --addr unix:///tmp/bktest_buildkitd1923042199/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:15Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1923042199/net/cni\" for cleanup: open /tmp/bktest_buildkitd1923042199/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="creating new network namespace fhm0bk5nhosfww8k49bkccpes" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="finished creating network namespace fhm0bk5nhosfww8k49bkccpes" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="finished setting up network namespace fhm0bk5nhosfww8k49bkccpes" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=info msg="found worker \"7hh8pddy2uacv0t4dj9jjm0mn\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:15Z" level=info msg="found 1 workers, default=\"7hh8pddy2uacv0t4dj9jjm0mn\"" sandbox.go:131: time="2024-03-22T19:33:15Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:15Z" level=info msg="running server on /tmp/bktest_buildkitd1923042199/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=b9035ae79e1c26db traceID=3d0b7aff4d10ed70a2e85bc1a08214b7 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg=resolving host="localhost
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci/frontend=gateway === PAUSE TestIntegration/TestCacheImportExport/worker=oci/frontend=gateway === CONT TestIntegration/TestCacheImportExport/worker=oci/frontend=gateway dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=oci/frontend=gateway sandbox.go:128: 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_config920341227/buildkitd.toml --root /tmp/bktest_buildkitd1258894549 --addr unix:///tmp/bktest_buildkitd1258894549/buildkitd.sock --debug sandbox.go:128: 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_config920341227/buildkitd.toml --root /tmp/bktest_buildkitd1258894549 --addr unix:///tmp/bktest_buildkitd1258894549/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:13.939907296 +0000 UTC m=+19.619146896 /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_config920341227/buildkitd.toml --root /tmp/bktest_buildkitd1258894549 --addr unix:///tmp/bktest_buildkitd1258894549/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:14Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1258894549/net/cni\" for cleanup: open /tmp/bktest_buildkitd1258894549/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="creating new network namespace v8ryy7vpu163hkzzkqmizk5am" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="finished creating network namespace v8ryy7vpu163hkzzkqmizk5am" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="finished setting up network namespace v8ryy7vpu163hkzzkqmizk5am" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=info msg="found worker \"gq8lvfr82w19phtnarhx99ob3\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:14Z" level=info msg="found 1 workers, default=\"gq8lvfr82w19phtnarhx99ob3\"" sandbox.go:131: time="2024-03-22T19:33:14Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:14Z" level=info msg="running server on /tmp/bktest_buildkitd12
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci/frontend=gateway === PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci/frontend=gateway === CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci/frontend=gateway dockerfile_test.go:4068: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImageManifestCacheImportExport/worker=oci/frontend=gateway sandbox.go:128: 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_config368465067/buildkitd.toml --root /tmp/bktest_buildkitd4070153602 --addr unix:///tmp/bktest_buildkitd4070153602/buildkitd.sock --debug sandbox.go:128: 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_config368465067/buildkitd.toml --root /tmp/bktest_buildkitd4070153602 --addr unix:///tmp/bktest_buildkitd4070153602/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:13.439289149 +0000 UTC m=+19.118528738 /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_config368465067/buildkitd.toml --root /tmp/bktest_buildkitd4070153602 --addr unix:///tmp/bktest_buildkitd4070153602/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:13Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:13Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4070153602/net/cni\" for cleanup: open /tmp/bktest_buildkitd4070153602/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:13Z" level=debug msg="creating new network namespace 80bda1nmtfefixbryhaeu4erw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:13Z" level=debug msg="finished creating network namespace 80bda1nmtfefixbryhaeu4erw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:13Z" level=debug msg="finished setting up network namespace 80bda1nmtfefixbryhaeu4erw" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:13Z" level=info msg="found worker \"qcm8q9m59x0k9wiri06198ovj\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:13Z" level=info msg="found 1 workers, default=\"qcm8q9m59x0k9wiri06198ovj\"" sandbox.go:131: time="2024-03-22T19:33:13Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:13Z" level
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=oci/frontend=gateway === PAUSE TestIntegration/TestNoCache/worker=oci/frontend=gateway === CONT TestIntegration/TestNoCache/worker=oci/frontend=gateway dockerfile_test.go:4416: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4416 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "32cbdf03030a451bda98c012833f88ed1139dcd9c8ad7c7fc9a15f64156e5e63 -\n" Test: TestIntegration/TestNoCache/worker=oci/frontend=gateway sandbox.go:128: 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_config2820365566/buildkitd.toml --root /tmp/bktest_buildkitd3075991138 --addr unix:///tmp/bktest_buildkitd3075991138/buildkitd.sock --debug sandbox.go:131: 660c81b1a3802b205a81a83becf34b556d429dc328c38c3710c4a27a288664a9 - sandbox.go:131: 32cbdf03030a451bda98c012833f88ed1139dcd9c8ad7c7fc9a15f64156e5e63 - sandbox.go:128: 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_config2820365566/buildkitd.toml --root /tmp/bktest_buildkitd3075991138 --addr unix:///tmp/bktest_buildkitd3075991138/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:12.815051633 +0000 UTC m=+18.494291222 /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_config2820365566/buildkitd.toml --root /tmp/bktest_buildkitd3075991138 --addr unix:///tmp/bktest_buildkitd3075991138/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3075991138/net/cni\" for cleanup: open /tmp/bktest_buildkitd3075991138/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="creating new network namespace d5tnqpyaqp456gvysczk2rwmn" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="finished creating network namespace d5tnqpyaqp456gvysczk2rwmn" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=debug msg="finished setting up network namespace d5tnqpyaqp456gvysczk2rwmn" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="found worker \"y29x71m88s5gldk4bklm8u533\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:12Z" level=info msg="found 1 workers, default=\"y29x71m88s5gldk4bklm8u533\"" sandbox.go:131: time="2024-03-22T19:33:12Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:12Z" level=info msg="running server on /tmp/bktest_buildkitd3075991138/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:13Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=6ea9b449997e7ef2 traceID=4b68daa242bf59c59c6d1692ab9b3e27 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:13Z" level=deb
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=oci/frontend=gateway === PAUSE TestIntegration/TestCopyWildcardCache/worker=oci/frontend=gateway === CONT TestIntegration/TestCopyWildcardCache/worker=oci/frontend=gateway dockerfile_test.go:863: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:863 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "ac3404d721e9929348d649b36043abdbd3095f519f31252532aa18d2248d5e5d -\n" Test: TestIntegration/TestCopyWildcardCache/worker=oci/frontend=gateway sandbox.go:128: 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_config444174954/buildkitd.toml --root /tmp/bktest_buildkitd408872364 --addr unix:///tmp/bktest_buildkitd408872364/buildkitd.sock --debug sandbox.go:128: 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_config444174954/buildkitd.toml --root /tmp/bktest_buildkitd408872364 --addr unix:///tmp/bktest_buildkitd408872364/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:11.470324077 +0000 UTC m=+17.149563636 /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_config444174954/buildkitd.toml --root /tmp/bktest_buildkitd408872364 --addr unix:///tmp/bktest_buildkitd408872364/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:11Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="could not read \"/tmp/bktest_buildkitd408872364/net/cni\" for cleanup: open /tmp/bktest_buildkitd408872364/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="creating new network namespace 9z0zxirmzzvooy60kgqbcdr3l" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="finished creating network namespace 9z0zxirmzzvooy60kgqbcdr3l" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="finished setting up network namespace 9z0zxirmzzvooy60kgqbcdr3l" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=info msg="found worker \"v5cnchxo9ehhtf0xtq1hwu2u5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:11Z" level=info msg="found 1 workers, default=\"v5cnchxo9ehhtf0xtq1hwu2u5\"" sandbox.go:131: time="2024-03-22T19:33:11Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:11Z" level=info msg="running server on /tmp/bktest_buildkitd408872364/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=e88443e674faf47c traceID=f3c6d002df1391c44268b390be26016e version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg=resolving host="localhost:39779" sandbox.go:131: time="2024-03-22T19:33:11Z" level=debug msg="do request" host="localhost:39779" request.he
Failed: frontend/dockerfile/TestIntegration/TestOnBuildCleared/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=oci/frontend=gateway === PAUSE TestIntegration/TestOnBuildCleared/worker=oci/frontend=gateway === CONT TestIntegration/TestOnBuildCleared/worker=oci/frontend=gateway dockerfile_test.go:3881: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3881 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildClearedworker=ocifrontend=gateway841397047/001/foo: no such file or directory Test: TestIntegration/TestOnBuildCleared/worker=oci/frontend=gateway sandbox.go:128: 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_config3916122447/buildkitd.toml --root /tmp/bktest_buildkitd1104402676 --addr unix:///tmp/bktest_buildkitd1104402676/buildkitd.sock --debug sandbox.go:128: 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_config3916122447/buildkitd.toml --root /tmp/bktest_buildkitd1104402676 --addr unix:///tmp/bktest_buildkitd1104402676/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:09.323131576 +0000 UTC m=+15.002371135 /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_config3916122447/buildkitd.toml --root /tmp/bktest_buildkitd1104402676 --addr unix:///tmp/bktest_buildkitd1104402676/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1104402676/net/cni\" for cleanup: open /tmp/bktest_buildkitd1104402676/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="creating new network namespace fkelt6uy5mo9g2dbalmin43em" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="finished creating network namespace fkelt6uy5mo9g2dbalmin43em" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="finished setting up network namespace fkelt6uy5mo9g2dbalmin43em" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="found worker \"izmx5imb8yi12i387y3ae9oo6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:09Z" level=info msg="found 1 workers, default=\"izmx5imb8yi12i387y3ae9oo6\"" sandbox.go:131: time="2024-03-22T19:33:09Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="running server on /tmp/bktest_buildkitd1104402676/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=0ab0a16c1e6190cb traceID=2603d135c5605940311cfd4b2d75dacd version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg=resolving host="localhost:39779" sandbox.go:131: time="2024-0
Failed: frontend/dockerfile/TestIntegration/TestFrontendInputs/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=oci/frontend=gateway === PAUSE TestIntegration/TestFrontendInputs/worker=oci/frontend=gateway === CONT TestIntegration/TestFrontendInputs/worker=oci/frontend=gateway dockerfile_test.go:4844: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4844 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestFrontendInputs/worker=oci/frontend=gateway sandbox.go:128: 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_config2044704168/buildkitd.toml --root /tmp/bktest_buildkitd4224169527 --addr unix:///tmp/bktest_buildkitd4224169527/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:09.010079987 +0000 UTC m=+14.689319596 /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_config2044704168/buildkitd.toml --root /tmp/bktest_buildkitd4224169527 --addr unix:///tmp/bktest_buildkitd4224169527/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4224169527/net/cni\" for cleanup: open /tmp/bktest_buildkitd4224169527/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="creating new network namespace mobbbkwoxy2axniyn3t0l4128" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="finished creating network namespace mobbbkwoxy2axniyn3t0l4128" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="finished setting up network namespace mobbbkwoxy2axniyn3t0l4128" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="found worker \"zg8g8vbgvijy3vvgw59i2v1s3\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:09Z" level=info msg="found 1 workers, default=\"zg8g8vbgvijy3vvgw59i2v1s3\"" sandbox.go:131: time="2024-03-22T19:33:09Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:09Z" level=info msg="running server on /tmp/bktest_buildkitd4224169527/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=5031b074d1e89a32 traceID=fa8a4302dadf9f3bff5238e2787d99a8 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:09Z" level=debug msg=resolving host="localhost:39779"
Failed: frontend/dockerfile/TestIntegration/TestExportCacheLoop/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=oci/frontend=gateway === PAUSE TestIntegration/TestExportCacheLoop/worker=oci/frontend=gateway === CONT TestIntegration/TestExportCacheLoop/worker=oci/frontend=gateway dockerfile_test.go:474: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:474 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestExportCacheLoop/worker=oci/frontend=gateway sandbox.go:128: 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_config403827044/buildkitd.toml --root /tmp/bktest_buildkitd731765595 --addr unix:///tmp/bktest_buildkitd731765595/buildkitd.sock --debug sandbox.go:128: 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_config403827044/buildkitd.toml --root /tmp/bktest_buildkitd731765595 --addr unix:///tmp/bktest_buildkitd731765595/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:06.901232644 +0000 UTC m=+12.580472243 /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_config403827044/buildkitd.toml --root /tmp/bktest_buildkitd731765595 --addr unix:///tmp/bktest_buildkitd731765595/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:06Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="could not read \"/tmp/bktest_buildkitd731765595/net/cni\" for cleanup: open /tmp/bktest_buildkitd731765595/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:07Z" level=debug msg="creating new network namespace p0u9qqvrv7yzqz9z8z4kfs7bp" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:07Z" level=debug msg="finished creating network namespace p0u9qqvrv7yzqz9z8z4kfs7bp" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:07Z" level=debug msg="finished setting up network namespace p0u9qqvrv7yzqz9z8z4kfs7bp" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:07Z" level=info msg="found worker \"7ble1u0aas4lmub7n9s7skhdw\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:07Z" level=info msg="found 1 workers, default=\"7ble1u0aas4lmub7n9s7skhdw\"" sandbox.go:131: time="2024-03-22T19:33:07Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:07Z" level=info msg="running server on /tmp/bktest_buildkitd731765595/buildkitd.
Failed: frontend/dockerfile/TestIntegration/TestWildcardRenameCache/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3780
=== RUN TestIntegration/TestWildcardRenameCache/worker=oci/frontend=gateway === PAUSE TestIntegration/TestWildcardRenameCache/worker=oci/frontend=gateway === CONT TestIntegration/TestWildcardRenameCache/worker=oci/frontend=gateway dockerfile_test.go:3780: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3780 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: An error is expected but got nil. Test: TestIntegration/TestWildcardRenameCache/worker=oci/frontend=gateway sandbox.go:128: 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_config2365350147/buildkitd.toml --root /tmp/bktest_buildkitd1013874120 --addr unix:///tmp/bktest_buildkitd1013874120/buildkitd.sock --debug sandbox.go:131: /files/file1 sandbox.go:128: 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_config2365350147/buildkitd.toml --root /tmp/bktest_buildkitd1013874120 --addr unix:///tmp/bktest_buildkitd1013874120/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:06.185724135 +0000 UTC m=+11.864963734 /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_config2365350147/buildkitd.toml --root /tmp/bktest_buildkitd1013874120 --addr unix:///tmp/bktest_buildkitd1013874120/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:06Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1013874120/net/cni\" for cleanup: open /tmp/bktest_buildkitd1013874120/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="creating new network namespace 3gu8zm95fy412z6jznqik05wd" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="finished creating network namespace 3gu8zm95fy412z6jznqik05wd" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="finished setting up network namespace 3gu8zm95fy412z6jznqik05wd" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:06Z" level=info msg="found worker \"l3wxxv7qsrr6e6tyvvkbycnkm\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:02d1f7c1eed3 org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:06Z" level=info msg="found 1 workers, default=\"l3wxxv7qsrr6e6tyvvkbycnkm\"" sandbox.go:131: time="2024-03-22T19:33:06Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:06Z" level=info msg="running server on /tmp/bktest_buildkitd1013874120/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=398c1ff9377680e1 traceID=e74254331d6a9823ec3d9559ff56625a version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg=resolving host="localhost:39779" sandbox.go:131: time="2024-03-22T19:33:06Z" level=debug msg="do request" host="localhost:39779" request.
Failed: frontend/dockerfile/TestIntegration/TestNamedImageContext/worker=oci/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L5249
=== RUN TestIntegration/TestNamedImageContext/worker=oci/frontend=gateway === PAUSE TestIntegration/TestNamedImageContext/worker=oci/frontend=gateway === CONT TestIntegration/TestNamedImageContext/worker=oci/frontend=gateway dockerfile_test.go:5249: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:5249 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: process "/bin/sh -c cat /etc/alpine-release > /out" did not complete successfully: exit code: 1 github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:77 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:198 github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor /src/util/grpcerrors/intercept.go:41 google.golang.org/grpc.(*ClientConn).Invoke /src/vendor/google.golang.org/grpc/call.go:35 github.com/moby/buildkit/api/services/control.(*controlClient).Solve /src/api/services/control/control.pb.go:2579 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:276 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:291 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestNamedImageContext/worker=oci/frontend=gateway sandbox.go:128: 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_config4059356498/buildkitd.toml --root /tmp/bktest_buildkitd588491899 --addr unix:///tmp/bktest_buildkitd588491899/buildkitd.sock --debug sandbox.go:128: 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_config4059356498/buildkitd.toml --root /tmp/bktest_buildkitd588491899 --addr unix:///tmp/bktest_buildkitd588491899/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:04.23101976 +0000 UTC m=+9.910259329 /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_config4059356498/buildkitd.toml --root /tmp/bktest_buildkitd588491899 --addr unix:///tmp/bktest_buildkitd588491899/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:04Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="could not read \"/tmp/bktest_buildkitd588491899/net/cni\" for cleanup: open /tmp/bktest_buildkitd588491899/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="creating new network namespace r8y3cb9iqimdom11t8u869bu5" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="finished creating network namespace r8y3cb9iqimdom11t8u869bu5" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="finished setting up network namespace r8y3cb9iqimdom11t8u8
test / run (oci, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestGitProvenanceAttestation/worker=oci-snapshotter-stargz/frontend=gateway: frontend/dockerfile/dockerfile_provenance_test.go#L301
=== RUN TestIntegration/TestGitProvenanceAttestation/worker=oci-snapshotter-stargz/frontend=gateway === PAUSE TestIntegration/TestGitProvenanceAttestation/worker=oci-snapshotter-stargz/frontend=gateway === CONT TestIntegration/TestGitProvenanceAttestation/worker=oci-snapshotter-stargz/frontend=gateway dockerfile_provenance_test.go:301: Error Trace: /src/frontend/dockerfile/dockerfile_provenance_test.go:301 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestGitProvenanceAttestation/worker=oci-snapshotter-stargz/frontend=gateway sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2675165933/buildkitd.toml --root /tmp/bktest_buildkitd4045339982 --addr unix:///tmp/bktest_buildkitd4045339982/buildkitd.sock --debug sandbox.go:131: ACB hack, remote add origin ***127.0.0.1:34703/.git sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2675165933/buildkitd.toml --root /tmp/bktest_buildkitd4045339982 --addr unix:///tmp/bktest_buildkitd4045339982/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:23.950497723 +0000 UTC m=+4.587282223 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2675165933/buildkitd.toml --root /tmp/bktest_buildkitd4045339982 --addr unix:///tmp/bktest_buildkitd4045339982/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:24Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4045339982/net/cni\" for cleanup: open /tmp/bktest_buildkitd4045339982/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:24Z" level=debug msg="creating new network namespace uay8yhel767h8khbwv4qf8bgo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:24Z" level=debug msg="finished creating network namespace uay8yhel767h8khbwv4qf8bgo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:24Z" level=debug msg="finished setting up network namespace uay8yhel767h8khbwv4qf8bgo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:24Z" level=info msg="found worker \"mgtk0i16kmdv6yaw35e6pibo6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d6759968a8c7 org.mobyproject.buildkit.worker.network:cni 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:stargz], 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:131: time="2024-03-22T19:33:24Z" level=info msg="found 1 workers, default=\"mgtk0i16kmdv6yaw35e6pibo6\"" sandbox.go:131: time="202
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=builtin dockerfile_test.go:2155: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2155 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileADDFromURLworker=oci-rootlessfrontend=builtin3806300568/002/dest/__unnamed__: no such file or directory Test: TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3778647209/buildkitd.toml --root /tmp/bktest_buildkitd159517317 --addr unix:///tmp/bktest_buildkitd159517317/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3778647209/buildkitd.toml --root /tmp/bktest_buildkitd159517317 --addr unix:///tmp/bktest_buildkitd159517317/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:26.830312601 +0000 UTC m=+53.237165194 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3778647209/buildkitd.toml --root /tmp/bktest_buildkitd159517317 --addr unix:///tmp/bktest_buildkitd159517317/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="found worker \"bxq93m91ggmwqkhr84aqf9i1t\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="found 1 workers, default=\"bxq93m91ggmwqkhr84aqf9i1t\"" sandbox.go:131: time="2024-03-22T19:33:26Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="running server on /tmp/bktest_buildkitd159517317/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=bb17f33e6d515487 traceID=1e630b8b70d0917e3bb928f734828a1f version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="new ref for local: ep0q17xpj2a98k3hnp6ba12mb" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=04f623b021993f4c traceID=1e630b8b70d0917e3bb928f734828a1f version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="diffcopy took: 1.667017ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=d057a6d8f8f81d3e traceID=1e630b8b70d0917e3bb928f734828a1f version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="saved ep0q17xpj2a98k3hnp6ba12mb as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[inter
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=builtin dockerfile_test.go:2257: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2257 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileAddArchiveworker=oci-rootlessfrontend=builtin2636288396/003/t.tar.gz: no such file or directory Test: TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3718250865/buildkitd.toml --root /tmp/bktest_buildkitd1261305500 --addr unix:///tmp/bktest_buildkitd1261305500/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3718250865/buildkitd.toml --root /tmp/bktest_buildkitd1261305500 --addr unix:///tmp/bktest_buildkitd1261305500/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:26.681039475 +0000 UTC m=+53.087892099 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3718250865/buildkitd.toml --root /tmp/bktest_buildkitd1261305500 --addr unix:///tmp/bktest_buildkitd1261305500/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="found worker \"ch2qs607yst2lreu4vjv2w1vh\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="found 1 workers, default=\"ch2qs607yst2lreu4vjv2w1vh\"" sandbox.go:131: time="2024-03-22T19:33:26Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:26Z" level=info msg="running server on /tmp/bktest_buildkitd1261305500/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=81491ffdcaea7058 traceID=da14893783fc063123ee2b77b38aba3d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="new ref for local: 6lek45asw4jmdi5kc5lrk556x" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=c2dd902c52cb7f65 traceID=da14893783fc063123ee2b77b38aba3d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="diffcopy took: 1.899362ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=8c6dc870f44400bf traceID=da14893783fc063123ee2b77b38aba3d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:26Z" level=debug msg="saved 6lek45asw4jmdi5kc5lrk556x as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[intern
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=builtin dockerfile_test.go:6789: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6789 /src/frontend/dockerfile/dockerfile_test.go:653 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should be true Test: TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=builtin sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1899822326/buildkitd.toml --root /tmp/bktest_buildkitd1397756140 --addr unix:///tmp/bktest_buildkitd1397756140/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:16.685580179 +0000 UTC m=+43.092432782 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1899822326/buildkitd.toml --root /tmp/bktest_buildkitd1397756140 --addr unix:///tmp/bktest_buildkitd1397756140/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="found worker \"yf9465uig9d9d7cdwi2lxh30s\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="found 1 workers, default=\"yf9465uig9d9d7cdwi2lxh30s\"" sandbox.go:131: time="2024-03-22T19:33:16Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="running server on /tmp/bktest_buildkitd1397756140/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=71ce15c94bd36747 traceID=932187615ed1f281420c9613bc5466a3 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="new ref for local: kl448oz6rani72wujhvvz71uf" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=170bd813ae87536b traceID=ef73bcef0bcc89d70e1ccbe126dd6d38 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="diffcopy took: 1.65639ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=4050963b2add76b3 traceID=ef73bcef0bcc89d70e1ccbe126dd6d38 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="saved kl448oz6rani72wujhvvz71uf as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=170bd813ae87536b traceID=ef73bcef0bcc89d70e1ccbe126dd6d38 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg=resolving host="localhost:35867" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="do request" host="localhost:35867" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.mani
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=builtin dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=oci-rootlessfrontend=builtin3060655933/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config924790141/buildkitd.toml --root /tmp/bktest_buildkitd1778216399 --addr unix:///tmp/bktest_buildkitd1778216399/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config924790141/buildkitd.toml --root /tmp/bktest_buildkitd1778216399 --addr unix:///tmp/bktest_buildkitd1778216399/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:19.201289197 +0000 UTC m=+45.608141800 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config924790141/buildkitd.toml --root /tmp/bktest_buildkitd1778216399 --addr unix:///tmp/bktest_buildkitd1778216399/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="found worker \"y0ajuqzfthfmumdaskhzy9ux5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="found 1 workers, default=\"y0ajuqzfthfmumdaskhzy9ux5\"" sandbox.go:131: time="2024-03-22T19:33:19Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="running server on /tmp/bktest_buildkitd1778216399/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=b51a850a1d42732a traceID=dc4245c728c7aa5b770dad8ef34e70fc version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="new ref for local: yk181t3adgb5w9q6259i7eu5k" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=f6e4c2abd44abc55 traceID=563a842e3831a258a9bfad04813b0d1d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="diffcopy took: 1.333056ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=77f1c7a7f8b78db3 traceID=563a842e3831a258a9bfad04813b0d1d version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="saved yk181t3adgb5w9q6259i7eu5k as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[inter
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=client: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=client === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=client === CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=client dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=oci-rootlessfrontend=client2916666706/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=client sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3124254621/buildkitd.toml --root /tmp/bktest_buildkitd225653298 --addr unix:///tmp/bktest_buildkitd225653298/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3124254621/buildkitd.toml --root /tmp/bktest_buildkitd225653298 --addr unix:///tmp/bktest_buildkitd225653298/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:18.96587163 +0000 UTC m=+45.372724223 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3124254621/buildkitd.toml --root /tmp/bktest_buildkitd225653298 --addr unix:///tmp/bktest_buildkitd225653298/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="found worker \"t3vl5xde0cwgp7x81q4ckdj0b\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="found 1 workers, default=\"t3vl5xde0cwgp7x81q4ckdj0b\"" sandbox.go:131: time="2024-03-22T19:33:19Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:19Z" level=info msg="running server on /tmp/bktest_buildkitd225653298/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=9a36a27af448a1bb traceID=2be9db46a4507be16cb3a7721c1ae1d5 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="new ref for local: 7of510ek0pc426fgsgb02s4nx" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=0f68d5556242a0a4 traceID=efc1bb77505d2affd60379b9eb1bc1e7 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="diffcopy took: 1.387389ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=e630a8923fe14e8f traceID=efc1bb77505d2affd60379b9eb1bc1e7 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:19Z" level=debug msg="saved 7of510ek0pc426fgsgb02s4nx as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1146970247/buildkitd.toml --root /tmp/bktest_buildkitd2061136077 --addr unix:///tmp/bktest_buildkitd2061136077/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1146970247/buildkitd.toml --root /tmp/bktest_buildkitd2061136077 --addr unix:///tmp/bktest_buildkitd2061136077/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:18.286477598 +0000 UTC m=+44.693330191 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1146970247/buildkitd.toml --root /tmp/bktest_buildkitd2061136077 --addr unix:///tmp/bktest_buildkitd2061136077/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="found worker \"op25xrmlbzzmd2db0zkmwu4jh\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="found 1 workers, default=\"op25xrmlbzzmd2db0zkmwu4jh\"" sandbox.go:131: time="2024-03-22T19:33:18Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="running server on /tmp/bktest_buildkitd2061136077/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=91202eab6c921ab3 traceID=10ca7ccf14ce1e88497384057cfbf637 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="skipping invalid cache export mode: " revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=5090eace1c001805 traceID=d7b2d1f2b544638e6f1bc99c4bdedcc6 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="new ref for local: e7zkp1bwjdad3wo3sfgv982z8" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client === PAUSE TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client === CONT TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2254578688/buildkitd.toml --root /tmp/bktest_buildkitd376238531 --addr unix:///tmp/bktest_buildkitd376238531/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2254578688/buildkitd.toml --root /tmp/bktest_buildkitd376238531 --addr unix:///tmp/bktest_buildkitd376238531/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:18.00486341 +0000 UTC m=+44.411715993 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2254578688/buildkitd.toml --root /tmp/bktest_buildkitd376238531 --addr unix:///tmp/bktest_buildkitd376238531/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="found worker \"vgcrhkx2xfu5n63x7g7dkfhs5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="found 1 workers, default=\"vgcrhkx2xfu5n63x7g7dkfhs5\"" sandbox.go:131: time="2024-03-22T19:33:18Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:18Z" level=info msg="running server on /tmp/bktest_buildkitd376238531/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=4601e3d6ad9879ab traceID=ea34e37c7e0902052e00dd824d4616ca version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="skipping invalid cache export mode: " revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=87ac9138243025bb traceID=85ed81529bdfa258fbd166085307763b version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:18Z" level=debug msg="new ref for local: w84hqurfndqcn76hokcwu0kd6" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile"
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin dockerfile_test.go:4068: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config538826988/buildkitd.toml --root /tmp/bktest_buildkitd494458756 --addr unix:///tmp/bktest_buildkitd494458756/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config538826988/buildkitd.toml --root /tmp/bktest_buildkitd494458756 --addr unix:///tmp/bktest_buildkitd494458756/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:17.681862121 +0000 UTC m=+44.088714744 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config538826988/buildkitd.toml --root /tmp/bktest_buildkitd494458756 --addr unix:///tmp/bktest_buildkitd494458756/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="found worker \"k4zskms7f9ocb4j7soiphrega\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="found 1 workers, default=\"k4zskms7f9ocb4j7soiphrega\"" sandbox.go:131: time="2024-03-22T19:33:17Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="running server on /tmp/bktest_buildkitd494458756/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="skipping invalid cache export mode: " revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=155c0d6fad843166 traceID=123d82ff7f1d99b79c9f018252c73a78 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=0979aeb19935af1a traceID=e173637462657dc429d36f7c3fdbd9dd version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="new ref for local: anck8122j7rbeisbbi1fonxbj" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 sp
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=client: frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=client === PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=client === CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=client dockerfile_test.go:4068: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=client sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3270840837/buildkitd.toml --root /tmp/bktest_buildkitd257108212 --addr unix:///tmp/bktest_buildkitd257108212/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3270840837/buildkitd.toml --root /tmp/bktest_buildkitd257108212 --addr unix:///tmp/bktest_buildkitd257108212/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:17.394730953 +0000 UTC m=+43.801583576 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3270840837/buildkitd.toml --root /tmp/bktest_buildkitd257108212 --addr unix:///tmp/bktest_buildkitd257108212/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="found worker \"tgx2sbx0r4049o1g8akim1nbv\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="found 1 workers, default=\"tgx2sbx0r4049o1g8akim1nbv\"" sandbox.go:131: time="2024-03-22T19:33:17Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:17Z" level=info msg="running server on /tmp/bktest_buildkitd257108212/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=ecaee021781ff55e traceID=331850602352face5bb69d56fdc0820c version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="skipping invalid cache export mode: " revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=79e39120775378f1 traceID=2421e68739768f1a85bccd1c06ced0cf version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:17Z" level=debug msg="new ref for local: 7lt6y8g5801zss7h1j1fm9crl" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spa
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin: frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin === PAUSE TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin === CONT TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin dockerfile_test.go:4416: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4416 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "b5ed92d89f6bfbd01104a26ed555ba35cdd8c2d818c381be939fefcef932f974 -\n" Test: TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config148821836/buildkitd.toml --root /tmp/bktest_buildkitd398892698 --addr unix:///tmp/bktest_buildkitd398892698/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config148821836/buildkitd.toml --root /tmp/bktest_buildkitd398892698 --addr unix:///tmp/bktest_buildkitd398892698/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:16.350872667 +0000 UTC m=+42.757725270 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config148821836/buildkitd.toml --root /tmp/bktest_buildkitd398892698 --addr unix:///tmp/bktest_buildkitd398892698/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="auto snapshotter: using overlayfs" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="found worker \"mkfgbksr0o5h50qq855z0v1dh\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ed7430bf8fad 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]" sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="found 1 workers, default=\"mkfgbksr0o5h50qq855z0v1dh\"" sandbox.go:131: time="2024-03-22T19:33:16Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="running server on /tmp/bktest_buildkitd398892698/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=6d8fa88600deadf7 traceID=314fe98a67902d05b9bc0467b7891083 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="new ref for local: wiz91p9lrbpty6w0hvv1bmwj7" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=3d0cda538ca93950 traceID=250588e67812c48da621262003a353d4 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="diffcopy took: 1.770343ms" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=4301f6bce324e8da traceID=250588e67812c48da621262003a353d4 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="saved wiz91p9lrbpty6w0hvv1bmwj7 as dockerfile:dockerfile:" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 span="[internal] load build definition from Dockerfile" spanID=3d0cda538ca93950 traceID=250588e67812c48da621262003a353d4 version=v0.0.0+earthlyunknown sandbox.go:131: t
test / run (oci-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=gateway dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=gateway sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1937547322/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1091742392/buildkitd.toml --root /tmp/bktest_buildkitd2179635991 --addr unix:///tmp/bktest_buildkitd2179635991/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:04.930930633 +0000 UTC m=+3.972308038 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1937547322/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1091742392/buildkitd.toml --root /tmp/bktest_buildkitd2179635991 --addr unix:///tmp/bktest_buildkitd2179635991/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:04Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2179635991/net/cni\" for cleanup: open /tmp/bktest_buildkitd2179635991/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="creating new network namespace mzaw4unc2ehvsc1mkapp2vxwl" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="finished creating network namespace mzaw4unc2ehvsc1mkapp2vxwl" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="finished setting up network namespace mzaw4unc2ehvsc1mkapp2vxwl" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:05Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:05Z" level=info msg="found worker \"go4x2jf4d4j9jrj2kyvsvzwft\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:59cd4ae7-4d79-4efb-9ddf-e7074dd1ba42 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:b082587488eb org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:05Z" level=info msg="found 1 workers, default=\"go4x2jf4d4j9jrj2kyvsvzwft\"" sandbox.go:131: time="2024-03-22T19:33:05Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:05Z" level=info msg="running server on /tmp/bktest_buildkitd2179635991/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:0
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway dockerfile_test.go:863: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:863 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "89263f70cdd929df2f288d26fea575a2273d8ca6766014526c40af839a60c8e8 -\n" Test: TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3131488239/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2682612502/buildkitd.toml --root /tmp/bktest_buildkitd4078989171 --addr unix:///tmp/bktest_buildkitd4078989171/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3131488239/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2682612502/buildkitd.toml --root /tmp/bktest_buildkitd4078989171 --addr unix:///tmp/bktest_buildkitd4078989171/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:14.830093937 +0000 UTC m=+13.871471362 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3131488239/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2682612502/buildkitd.toml --root /tmp/bktest_buildkitd4078989171 --addr unix:///tmp/bktest_buildkitd4078989171/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4078989171/net/cni\" for cleanup: open /tmp/bktest_buildkitd4078989171/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="creating new network namespace jipp4zqt290hm5mdiw9yspjtg" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="finished creating network namespace jipp4zqt290hm5mdiw9yspjtg" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="finished setting up network namespace jipp4zqt290hm5mdiw9yspjtg" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:14Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:14Z" level=info msg="found worker \"lscou1egfehg4hc324hrus7kr\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:1ec364e1-f4be-4c65-adc7-dcd72c5c6807 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:b082587488eb org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:14Z" level=info msg="found 1 workers, default=\"lscou1egfehg4hc324hrus7kr\"" sandbox.go:131: time="2024-03-22T19:33:14Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:14Z" level=info msg="runnin
Failed: frontend/dockerfile/TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3954
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway dockerfile_test.go:3954: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3954 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3676965877/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3676965877/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:11.426252366 +0000 UTC m=+10.467629761 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3676965877/config.toml sandbox.go:131: time="2024-03-22T19:33:11Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:11.463318527Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:11.486269615Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:11.493825938Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.493855694Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:11.493869249Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.493971249Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.494206969Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.495104114Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.495123440Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.495302243Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3676965877/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.495332740Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:11.495
Failed: frontend/dockerfile/TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway dockerfile_test.go:3881: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3881 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildClearedworker=containerd-1.6frontend=gateway2646793942/001/foo: no such file or directory Test: TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd607085332/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd607085332/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:11.329376675 +0000 UTC m=+10.370754050 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd607085332/config.toml sandbox.go:131: time="2024-03-22T19:33:11Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:11.354182942Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:11.377890673Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:11.378032517Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.378058436Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:11.378071280Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.378178259Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.378429368Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.379283081Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.379306465Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.379517689Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd607085332/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:11.379544419Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:11.379619850Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:11.379633856Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:131: time="2024-03-22T19:33:11.381381047Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 sandbox.go:131: time="2024
Failed: frontend/dockerfile/TestIntegration/TestFrontendInputs/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestFrontendInputs/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestFrontendInputs/worker=containerd-1.6/frontend=gateway dockerfile_test.go:4844: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4844 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestFrontendInputs/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd649861680/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd649861680/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:10.54116378 +0000 UTC m=+9.582541175 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd649861680/config.toml sandbox.go:131: time="2024-03-22T19:33:10Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:10.600396638Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:10.621662667Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:10.635670948Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.635701044Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:10.635715712Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.635822982Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.636075533Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.638640789Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.638666807Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.639516022Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd649861680/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:10.639568230Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:10.641022704Z" level=warning msg="could not use snapshotter devmapper in met
Failed: frontend/dockerfile/TestIntegration/TestExportCacheLoop/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestExportCacheLoop/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestExportCacheLoop/worker=containerd-1.6/frontend=gateway dockerfile_test.go:474: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:474 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestExportCacheLoop/worker=containerd-1.6/frontend=gateway sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd567845931/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:07.606882915 +0000 UTC m=+6.648260300 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd567845931/config.toml sandbox.go:131: time="2024-03-22T19:33:07Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:07.636266150Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:07.661470955Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:07.661609464Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.661640832Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:07.661661040Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.661922718Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.662196329Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.663396490Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.663431626Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.663641327Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd567845931/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.663660963Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:07.663733519Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:07.663757714Z" level=info
Failed: frontend/dockerfile/TestIntegration/TestWildcardRenameCache/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3780
=== RUN TestIntegration/TestWildcardRenameCache/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestWildcardRenameCache/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestWildcardRenameCache/worker=containerd-1.6/frontend=gateway dockerfile_test.go:3780: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3780 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: An error is expected but got nil. Test: TestIntegration/TestWildcardRenameCache/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460206245/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460206245/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:07.475365743 +0000 UTC m=+6.516743118 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460206245/config.toml sandbox.go:131: time="2024-03-22T19:33:07Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:07.515186097Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:07.533034945Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:07.533213829Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.533259815Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:07.533286024Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.533649793Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.534006139Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.535205395Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.535231474Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.535475998Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2460206245/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:07.535496516Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:07.535571466Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:07.535595130Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:131: time="2024-03-22T19:33:07.538967910Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 sandbox.go:131: time="2024-03-22T19:33:07.538992847Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=gateway dockerfile_mount_test.go:132: Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:132 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: "failed to solve: dockerfile parse error on line 3: unknown flag: mont (did you mean mount?)" does not contain "unexpected key 'typ'" Test: TestIntegration/TestMountInvalid/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4001399695/config.toml sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4001399695/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:30.463797567 +0000 UTC m=+29.505174952 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4001399695/config.toml sandbox.go:131: time="2024-03-22T19:33:30Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:30.485963550Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24 sandbox.go:131: time="2024-03-22T19:33:30.498807116Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:131: time="2024-03-22T19:33:30.498939833Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.498964369Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:30.498978966Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.499087689Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.499348055Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.500057049Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.500090532Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.500323507Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4001399695/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:30.500344996Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:131: time="2024-03-22T19:33:30.500412713Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:30.500431007Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:131: time="2024-03-22T19:33:30.502910566Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1 sandbox.go:131: time="2024-03-22T19:33:30.502937356Z" level=i
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=gateway dockerfile_heredoc_test.go:667: Error Trace: /src/frontend/dockerfile/dockerfile_heredoc_test.go:667 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestOnBuildHeredocworker=containerd-1.6frontend=gateway2715480945/001/dest: no such file or directory Test: TestIntegration/TestOnBuildHeredoc/worker=containerd-1.6/frontend=gateway sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd339147124/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2822468820/buildkitd.toml --root /tmp/bktest_buildkitd2306012078 --addr unix:///tmp/bktest_buildkitd2306012078/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd339147124/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2822468820/buildkitd.toml --root /tmp/bktest_buildkitd2306012078 --addr unix:///tmp/bktest_buildkitd2306012078/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:16.360578832 +0000 UTC m=+15.401956237 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd339147124/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2822468820/buildkitd.toml --root /tmp/bktest_buildkitd2306012078 --addr unix:///tmp/bktest_buildkitd2306012078/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2306012078/net/cni\" for cleanup: open /tmp/bktest_buildkitd2306012078/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="creating new network namespace xe1vlc21mgur6862dc9ss7qf1" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="finished creating network namespace xe1vlc21mgur6862dc9ss7qf1" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="finished setting up network namespace xe1vlc21mgur6862dc9ss7qf1" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:16Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:16Z" level=info msg="found worker \"upc7bia55it1i7z81td9krhgy\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:ce814381-7a66-4b72-ac64-b4518423e5a9 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:b082587488eb org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:16Z" level=info msg="found 1 workers, default=\"upc7bia55it1i7z81td9krhgy\"" sandbox.go:131: time="2024-03-22T19:33:16Z" level=warning msg="currently, only the default w
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=gateway === PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=gateway === CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=gateway dockerfile_test.go:6560: SOURCE_DATE_EPOCH=1673354096 dockerfile_test.go:6621: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6621 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestReproSourceDateEpoch/worker=containerd-1.6/frontend=gateway sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd796164342/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3919646113/buildkitd.toml --root /tmp/bktest_buildkitd4294254233 --addr unix:///tmp/bktest_buildkitd4294254233/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:15.272632428 +0000 UTC m=+14.314009813 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd796164342/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3919646113/buildkitd.toml --root /tmp/bktest_buildkitd4294254233 --addr unix:///tmp/bktest_buildkitd4294254233/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4294254233/net/cni\" for cleanup: open /tmp/bktest_buildkitd4294254233/net/cni: no such file or directory" sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="creating new network namespace wc9hg95659m47w16y2dlc09fo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="finished creating network namespace wc9hg95659m47w16y2dlc09fo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="finished setting up network namespace wc9hg95659m47w16y2dlc09fo" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:15Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:15Z" level=info msg="found worker \"t9ukfpjrhwl3bet2s5zdsbn8y\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:987e27be-2206-475d-bdb1-99b5f230be26 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:b082587488eb org.mobyproject.buildkit.worker.network:cni 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:131: time="2024-03-22T19:33:15Z" level=info msg="found 1 workers, default=\"t9ukfpjrhwl3bet2s5zdsbn8y\"" sandbox.go:131: time="2024-03-22T19:33:15Z" level=warning msg="currently, only the default
test / run (containerd-1.6, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=gateway dockerfile_test.go:1811: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1811 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: []string(nil) actual : []string{"test"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=4) "test" +} Test: TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd611003851/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd611003851/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd611003851/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd611003851/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:04.760169637 +0000 UTC m=+3.931787554 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd611003851/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd611003851/config.toml sandbox.go:131: time="2024-03-22T19:33:04Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:04Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:04.815636163Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:04.844528259Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:04.844637422Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:04.844704758Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:04.844733812Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:04.844832114Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:04.844848535Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:04.844863032Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:04.844873652Z" level=info msg="loadi
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=gateway dockerfile_test.go:2155: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2155 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileADDFromURLworker=containerd-rootlessfrontend=gateway1914451242/002/dest/__unnamed__: no such file or directory Test: TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3096781150/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3096781150/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3096781150/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3096781150/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:46.858023765 +0000 UTC m=+46.029641682 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3096781150/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3096781150/config.toml sandbox.go:131: time="2024-03-22T19:33:46Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:46Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:46.905937769Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:46.922589438Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:46.922638640Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:46.922737965Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:46.922758093Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.922884659Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.922911819Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.922931927Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:46.922948177Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.923071957Z" level=info msg="loading plugin \"io.container
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=gateway dockerfile_test.go:2257: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2257 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestDockerfileAddArchiveworker=containerd-rootlessfrontend=gateway3501010901/003/t.tar.gz: no such file or directory Test: TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1030651988/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1030651988/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1030651988/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1030651988/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:46.553749883 +0000 UTC m=+45.725367789 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1030651988/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1030651988/config.toml sandbox.go:131: time="2024-03-22T19:33:46Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:46Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:46.600574629Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:46.614650046Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:46.614688407Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:46.614741516Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:46.614765260Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.614857933Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.614879653Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.614896725Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:46.614913947Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:46.615045071Z" level=info msg="loading plugin \"io.containerd.snapsh
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=gateway dockerfile_test.go:3624: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: open /tmp/TestIntegrationTestMultiStageImplicitFromworker=containerd-rootlessfrontend=gateway2223030573/002/go: no such file or directory Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=gateway sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 26188 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1855720362/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2113113393/buildkitd.toml --root /tmp/bktest_buildkitd329951995 --addr unix:///tmp/bktest_buildkitd329951995/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:40.807230652 +0000 UTC m=+39.978848560 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 26188 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1855720362/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2113113393/buildkitd.toml --root /tmp/bktest_buildkitd329951995 --addr unix:///tmp/bktest_buildkitd329951995/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:40Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:40Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:40Z" level=info msg="found worker \"4w77pdgmvxuzam3iub9866r2e\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:31dba766-495e-4d7e-a75b-e17d252c7ed2 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:cc20944b1a32 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:native], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]" sandbox.go:131: time="2024-03-22T19:33:40Z" level=info msg="found 1 workers, default=\"4w77pdgmvxuzam3iub9866r2e\"" sandbox.go:131: time="2024-03-22T19:33:40Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:40Z" level=info msg="running server on /tmp/bktest_buildkitd329951995/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:40Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=57c1da9798c1b763 traceID=20d57e31a1d330a32c2c0ad796957f9b version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:40Z" level=debug msg=resolving host="localhost:41637" sandbox.go:131: time="2024-03-22T19:33:40Z" level=debug msg="do request" host="localhost:41637" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:41637/v2/buildkit_test/leu4yb8shre2ie14a8a6n7n8i/manif
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=gateway dockerfile_test.go:4166: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=gateway sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2463150451/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd2463150451/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:39.307125698 +0000 UTC m=+38.478743606 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2463150451/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd2463150451/config.toml sandbox.go:131: time="2024-03-22T19:33:39Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:39Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:39.399200203Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:39.417950986Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:39.418229627Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:39.418288677Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:39.418311890Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:39.418434939Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:39.418459696Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:39.418480755Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:39.418497796Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:39.418620746Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." ty
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestImageManifestCacheImportExport/worker=containerd-rootless/frontend=gateway dockerfile_test.go:4068: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImageManifestCacheImportExport/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 25340 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1417534363/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config35076762/buildkitd.toml --root /tmp/bktest_buildkitd1505586204 --addr unix:///tmp/bktest_buildkitd1505586204/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 25340 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1417534363/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config35076762/buildkitd.toml --root /tmp/bktest_buildkitd1505586204 --addr unix:///tmp/bktest_buildkitd1505586204/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:38.899432248 +0000 UTC m=+38.071050145 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 25340 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1417534363/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config35076762/buildkitd.toml --root /tmp/bktest_buildkitd1505586204 --addr unix:///tmp/bktest_buildkitd1505586204/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:38Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:38Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:38Z" level=info msg="found worker \"ridmskn60oppuuor3wy0f0tj1\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:14cbc208-be14-43f2-9df1-a0addce8708f org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:cc20944b1a32 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:native], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]" sandbox.go:131: time="2024-03-22T19:33:38Z" level=info msg="found 1 workers, default=\"ridmskn60oppuuor3wy0f0tj1\"" sandbox.go:131: time="2024-03-22T19:33:38Z" level=warning msg="currently, onl
Failed: frontend/dockerfile/TestIntegration/TestImportExportReproducibleIDs/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4332
=== RUN TestIntegration/TestImportExportReproducibleIDs/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestImportExportReproducibleIDs/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestImportExportReproducibleIDs/worker=containerd-rootless/frontend=gateway dockerfile_test.go:4332: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4332 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Received unexpected error: rpc error: code = Unavailable desc = error reading from server: EOF failed to receive status github.com/moby/buildkit/client.(*Client).solve.func4 /src/client/solve.go:335 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 Test: TestIntegration/TestImportExportReproducibleIDs/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3774524313/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3774524313/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3774524313/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3774524313/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:37.863779607 +0000 UTC m=+37.035397514 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3774524313/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd3774524313/config.toml sandbox.go:131: time="2024-03-22T19:33:37Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:37Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:37.924545128Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:37.944196528Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:37.944277027Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:37.944331609Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:37.944351166Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:37.944466741Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:37.944486969Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:37.944503319Z" level=warning msg="f
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestNoCache/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestNoCache/worker=containerd-rootless/frontend=gateway dockerfile_test.go:4416: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4416 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "15bcc2c8883042ecefd9f2bda41174d1e6db6ee103510d91282a279f45d541e1 -\n" Test: TestIntegration/TestNoCache/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 24343 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1762143728/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2648460880/buildkitd.toml --root /tmp/bktest_buildkitd1330516342 --addr unix:///tmp/bktest_buildkitd1330516342/buildkitd.sock --debug sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 24343 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1762143728/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2648460880/buildkitd.toml --root /tmp/bktest_buildkitd1330516342 --addr unix:///tmp/bktest_buildkitd1330516342/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:37.256509776 +0000 UTC m=+36.428127693 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 24343 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1762143728/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2648460880/buildkitd.toml --root /tmp/bktest_buildkitd1330516342 --addr unix:///tmp/bktest_buildkitd1330516342/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:37Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:37Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:37Z" level=info msg="found worker \"70ld18uczup4k0ip5wv9zongx\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:f66bb49f-a34d-4787-9c2c-7328434d7bd0 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:cc20944b1a32 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:native], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]" sandbox.go:131: time="2024-03-22T19:33:37Z" level=info msg="found 1 workers, default=\"70ld18uczup4k0ip5wv9zongx\"" sandbox.go:131: time="2024-03-22T19:33:37Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:37Z" level=info msg="running server on /tmp/bktest_buildkitd1330516342/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:37Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=3ae21b56069f0b8c traceID=937de53ce74125977b452db8f2173cbc version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:37Z" level=debug msg=resolving host="localhost:41637" sandbox.go:131: time="2024-03-22T19:33:37
Failed: frontend/dockerfile/TestIntegration/TestPullScratch/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L1903
=== RUN TestIntegration/TestPullScratch/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestPullScratch/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestPullScratch/worker=containerd-rootless/frontend=gateway dockerfile_test.go:1903: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1903 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Not equal: expected: 1 actual : 0 Test: TestIntegration/TestPullScratch/worker=containerd-rootless/frontend=gateway sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 23777 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1105385979/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2669532964/buildkitd.toml --root /tmp/bktest_buildkitd1074826190 --addr unix:///tmp/bktest_buildkitd1074826190/buildkitd.sock --debug sandbox.go:131: > StartCmd 2024-03-22 19:33:36.203850186 +0000 UTC m=+35.375468073 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 23777 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1105385979/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config2669532964/buildkitd.toml --root /tmp/bktest_buildkitd1074826190 --addr unix:///tmp/bktest_buildkitd1074826190/buildkitd.sock --debug sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg="running in rootless mode" sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:131: time="2024-03-22T19:33:36Z" level=info msg="found worker \"1onqq7luk7e8du2wskvxqa4pl\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:01406d45-4d00-4517-b040-667ded9c8cd8 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:cc20944b1a32 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:native], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]" sandbox.go:131: time="2024-03-22T19:33:36Z" level=info msg="found 1 workers, default=\"1onqq7luk7e8du2wskvxqa4pl\"" sandbox.go:131: time="2024-03-22T19:33:36Z" level=warning msg="currently, only the default worker can be used." sandbox.go:131: time="2024-03-22T19:33:36Z" level=info msg="running server on /tmp/bktest_buildkitd1074826190/buildkitd.sock" sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg="session started" revision=35ad8c69e100ebbea314cbc8e0398e5731105337 spanID=c6feb6dfe39b095b traceID=914f016799ce396ded1e2b21b91ea8e8 version=v0.0.0+earthlyunknown sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg=resolving host="localhost:41637" sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg="do request" host="localhost:41637" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0-dev request.method=HEAD url="http://localhost:41637/v2/buildkit_test/leu4yb8shre2ie14a8a6n7n8i/manifests/latest?ns=docker.io" sandbox.go:131: time="2024-03-22T19:33:36Z" level=debug msg="fetch response received" host="localhost:41637" respons
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=containerd-rootless/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=containerd-rootless/frontend=gateway === PAUSE TestIntegration/TestCopyWildcardCache/worker=containerd-rootless/frontend=gateway === CONT TestIntegration/TestCopyWildcardCache/worker=containerd-rootless/frontend=gateway dockerfile_test.go:863: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:863 /src/util/testutil/integration/run.go:91 /src/util/testutil/integration/run.go:205 Error: Should not be: "c0cc7b6bc242b31f7fba1feb57b9715d45146dfb230eee8869730724d8d9345b -\n" Test: TestIntegration/TestCopyWildcardCache/worker=containerd-rootless/frontend=gateway sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1404546755/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1404546755/config.toml sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1404546755/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1404546755/config.toml sandbox.go:131: > StartCmd 2024-03-22 19:33:31.074891844 +0000 UTC m=+30.246509741 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1404546755/rootlesskit-containerd CONTAINERD_ROOTLESS_ROOTLESSKIT_NET=host CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=none CONTAINERD_ROOTLESS_ROOTLESSKIT_FLAGS=--mtu=0 containerd-rootless.sh -c /tmp/bktest_containerd1404546755/config.toml sandbox.go:131: time="2024-03-22T19:33:31Z" level=warning msg="The host root filesystem is mounted as \"master:254\". Setting child propagation to \"rslave\" is not supported." sandbox.go:131: time="2024-03-22T19:33:31Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header" sandbox.go:131: time="2024-03-22T19:33:31.130127676Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7 sandbox.go:131: time="2024-03-22T19:33:31.153748504Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:131: time="2024-03-22T19:33:31.153850132Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:131: time="2024-03-22T19:33:31.153900826Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:131: time="2024-03-22T19:33:31.153918820Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:31.154012705Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:31.154034535Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:31.154051337Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured" sandbox.go:131: time="2024-03-22T19:33:31.154068358Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:31.154156443Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:131: time="2024-03-22T19:33:31.154639563Z" l
test / run (containerd-rootless, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
test / prepare
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-1.6, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-rootless, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (oci-rootless, ./frontend/dockerfile, integration)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-1.6, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test / run (containerd-rootless, ./frontend/dockerfile, dockerfile)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
test-reports Expired
32.4 MB