Cache IDs & fix BK result caching #175
frontend.yml
on: pull_request
prepare
0s
test
/
prepare
1m 38s
Matrix: test / run
Matrix: image
release
0s
Annotations
123 errors and 15 warnings
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=oci-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestMountInvalid/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestMountInvalid/worker=oci-rootless/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-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_config4152203711/buildkitd.toml --root /tmp/bktest_buildkitd2479100674 --addr unix:///tmp/bktest_buildkitd2479100674/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config4152203711/buildkitd.toml --root /tmp/bktest_buildkitd2479100674 --addr unix:///tmp/bktest_buildkitd2479100674/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:36.966142547 +0000 UTC m=+2.101043796 /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_config4152203711/buildkitd.toml --root /tmp/bktest_buildkitd2479100674 --addr unix:///tmp/bktest_buildkitd2479100674/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="found worker \"4r13amno2rh5d7appivn355nn\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:7b2485cb2dcd 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-04-05T00:23:37Z" level=info msg="found 1 workers, default=\"4r13amno2rh5d7appivn355nn\""
sandbox.go:131: time="2024-04-05T00:23:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="running server on /tmp/bktest_buildkitd2479100674/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=0284ac9fbdc6de05 traceID=31615823162f49327e11d386fc208fca version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="new ref for local: x6ui2siukojhfn1qvde9617se" revision=dc0a61c4f518c4b119287931b4f763afa364b43e span="[internal] load build definition from Dockerfile" spanID=8cd9efa8338e3f5a traceID=ea610530280f8ba3bc799db374561784 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="diffcopy took: 2.130694ms" revision=dc0a61c4f518c4b119287931b4f763afa364b43e span="[internal] load build definition from Dockerfile" spanID=d6cabfb6b51237ea traceID=ea610530280f8ba3bc799db374561784 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="saved x6ui2siukojhfn1qvde9617se as dockerfile:dockerfile:" revision=dc0a61c4f518c4b119287931b4f763afa364b43e span="[internal] load build definition from D
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
dockerfile_test.go:6560: SOURCE_DATE_EPOCH=1673354096
2024/04/05 00:23:37 http2: server connection error from localhost: connection error: PROTOCOL_ERROR
2024/04/05 00:23:37 http2: server connection error from localhost: connection error: PROTOCOL_ERROR
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=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_config3469593974/buildkitd.toml --root /tmp/bktest_buildkitd2549389037 --addr unix:///tmp/bktest_buildkitd2549389037/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config3469593974/buildkitd.toml --root /tmp/bktest_buildkitd2549389037 --addr unix:///tmp/bktest_buildkitd2549389037/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:37.210214837 +0000 UTC m=+2.345116086 /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_config3469593974/buildkitd.toml --root /tmp/bktest_buildkitd2549389037 --addr unix:///tmp/bktest_buildkitd2549389037/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="found worker \"i7lg06jr6nf5vij9l4goiikdu\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:7b2485cb2dcd 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-04-05T00:23:37Z" level=info msg="found 1 workers, default=\"i7lg06jr6nf5vij9l4goiikdu\""
sandbox.go:131: time="2024-04-05T00:23:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:37Z" level
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/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=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_config2903395633/buildkitd.toml --root /tmp/bktest_buildkitd4055952886 --addr unix:///tmp/bktest_buildkitd4055952886/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config2903395633/buildkitd.toml --root /tmp/bktest_buildkitd4055952886 --addr unix:///tmp/bktest_buildkitd4055952886/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:37.172439018 +0000 UTC m=+2.307340277 /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_config2903395633/buildkitd.toml --root /tmp/bktest_buildkitd4055952886 --addr unix:///tmp/bktest_buildkitd4055952886/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="found worker \"z1fxe99i4fyts8kiomojqt7rf\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:7b2485cb2dcd 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-04-05T00:23:37Z" level=info msg="found 1 workers, default=\"z1fxe99i4fyts8kiomojqt7rf\""
sandbox.go:131: time="2024-04-05T00:23:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="running server on /tmp/bktest_buildkitd4055952886/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f7
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestMismatch:
frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-rootless/frontend=builtin/DigestMismatch
Messages: digest mismatch
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestMismatch (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithUnknownAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-rootless/frontend=builtin/DigestWithUnknownAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithUnknownAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithoutAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-rootless/frontend=builtin/DigestWithoutAlgoName
Messages: invalid checksum digest format
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/DigestWithoutAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/NonHTTPSource:
frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-rootless/frontend=builtin/NonHTTPSource
Messages: checksum can't be specified for non-HTTP sources
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-rootless/frontend=builtin/NonHTTPSource (0.02s)
|
test / run (oci-rootless, ./frontend/dockerfile, integration)
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_containerd3645371941/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_containerd3645371941/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3645371941/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_containerd3645371941/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:44.449490778 +0000 UTC m=+2.820765605 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3645371941/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_containerd3645371941/config.toml
sandbox.go:131: time="2024-04-05T00:23:44Z" level=warning msg="The host root filesystem is mounted as \"master:261\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:23: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-04-05T00:23:44.539811239Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:44.571720018Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:44.571766476Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:44.571843390Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:23:44.571865401Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:44.572004351Z" 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-04-05T00:23:44.572057934Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:44.572082540Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:44.572095725Z" level=info msg=
|
test / run (containerd-rootless, ./frontend/dockerfile, dockerfile)
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/containerd --config /tmp/bktest_containerd842860264/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd842860264/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:33.365547627 +0000 UTC m=+1.446867786 /usr/bin/containerd --config /tmp/bktest_containerd842860264/config.toml
sandbox.go:131: time="2024-04-05T00:23:33Z" 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-04-05T00:23:33.389581113Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:33.418254810Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:33.418286870Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:33.418347563Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.418485209Z" 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-04-05T00:23:33.418516267Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.418530824Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:33.418544610Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.418946999Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.419203136Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.419889755Z" 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-04-05T00:23:33.419911505Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.420043721Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_contai
|
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=builtin:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1682843954/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1682843954/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1682843954/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1682843954/root
sandbox.go:131: > StartCmd 2024-04-05 00:23:33.161057 +0000 UTC m=+1.242377169 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1682843954/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1682843954/root
sandbox.go:131: {"key":"buildkit/1/ym5jm938b43kz1wo7fowxqqqg","level":"debug","msg":"checking layer availability","time":"2024-04-05T00:23:33.746853085Z"}
sandbox.go:131: {"key":"buildkit/1/ym5jm938b43kz1wo7fowxqqqg","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc1682843954/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-04-05T00:23:33.747003906Z"}
sandbox.go:131: {"key":"buildkit/2/vz1ekl9k2nbs0z5kg8hcdrna2","level":"debug","msg":"checking layer availability","time":"2024-04-05T00:23:33.766463837Z"}
sandbox.go:131: {"key":"buildkit/2/vz1ekl9k2nbs0z5kg8hcdrna2","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc1682843954/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-04-05T00:23:33.766518378Z"}
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2362431065/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2362431065/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:33.363015581 +0000 UTC m=+1.444335750 /usr/bin/containerd --config /tmp/bktest_containerd2362431065/config.toml
sandbox.go:131: time="2024-04-05T00:23:33Z" 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-04-05T00:23:33.385116753Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:33.412714827Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:33.412755673Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:33.413090236Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.413193989Z" 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-04-05T00:23:33.413221521Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.413252529Z" level=warning ms
|
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=client:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestMountInvalid/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc492097400/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc492097400/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc492097400/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc492097400/root
sandbox.go:131: > StartCmd 2024-04-05 00:23:33.160582136 +0000 UTC m=+1.241902284 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc492097400/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc492097400/root
sandbox.go:131: {"key":"buildkit/1/pe7lomoimjblltf3yjjp8f29k","level":"debug","msg":"checking layer availability","time":"2024-04-05T00:23:33.804343434Z"}
sandbox.go:131: {"key":"buildkit/1/pe7lomoimjblltf3yjjp8f29k","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc492097400/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-04-05T00:23:33.804518349Z"}
sandbox.go:131: {"key":"buildkit/2/5qaum6mxye36h9480f08hl3tu","level":"debug","msg":"checking layer availability","time":"2024-04-05T00:23:33.829277749Z"}
sandbox.go:131: {"key":"buildkit/2/5qaum6mxye36h9480f08hl3tu","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc492097400/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-04-05T00:23:33.829350654Z"}
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2701872412/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2701872412/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:33.365750803 +0000 UTC m=+1.447070973 /usr/bin/containerd --config /tmp/bktest_containerd2701872412/config.toml
sandbox.go:131: time="2024-04-05T00:23:33Z" 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-04-05T00:23:33.387102839Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:33.418794657Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:33.418819874Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:33.418850251Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.418953192Z" 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-04-05T00:23:33.418970274Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:33.418985923Z" level=warning msg="failed
|
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.03s)
|
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
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/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4274596715/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2500268237/buildkitd.toml --root /tmp/bktest_buildkitd2428947935 --addr unix:///tmp/bktest_buildkitd2428947935/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4274596715/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2500268237/buildkitd.toml --root /tmp/bktest_buildkitd2428947935 --addr unix:///tmp/bktest_buildkitd2428947935/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:40.798833401 +0000 UTC m=+1.862788543 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4274596715/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2500268237/buildkitd.toml --root /tmp/bktest_buildkitd2428947935 --addr unix:///tmp/bktest_buildkitd2428947935/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:40Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2428947935/net/cni\" for cleanup: open /tmp/bktest_buildkitd2428947935/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:40Z" level=debug msg="creating new network namespace ua9yrce5q3ajpip8vqujluq7i" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:40Z" level=debug msg="finished creating network namespace ua9yrce5q3ajpip8vqujluq7i" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:40Z" level=debug msg="finished setting up network namespace ua9yrce5q3ajpip8vqujluq7i" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:40Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:23:40Z" level=info msg="found worker \"js13myjaxowy0p7s70lwk3l47\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:691bf9a8-1cd9-40b2-8763-e7cee4e893c8 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:23c8ecef9bba 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/amd
|
Failed: frontend/dockerfile/TestIntegration/TestContextChangeDirToFile/worker=containerd/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L1537
=== RUN TestIntegration/TestContextChangeDirToFile/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestContextChangeDirToFile/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestContextChangeDirToFile/worker=containerd/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=containerdfrontend=gateway1125451043/001/foo: no such file or directory
Test: TestIntegration/TestContextChangeDirToFile/worker=containerd/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd507535448/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd507535448/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:40.69740673 +0000 UTC m=+1.761361902 /usr/bin/containerd --config /tmp/bktest_containerd507535448/config.toml
sandbox.go:131: time="2024-04-05T00:23:40Z" 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-04-05T00:23:40.719321055Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:40.749750137Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:40.750031448Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:40.750399432Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.750485462Z" 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-04-05T00:23:40.750501863Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.750517071Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:40.750527971Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.750632235Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.750909971Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.752097909Z" 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-04-05T00:23:40.752125801Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:40.752291429Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd507535448/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-04-05T00:23:40.752308370Z" level=info msg="loading plugin \"io.containerd.content.v1.content\".
|
Failed: frontend/dockerfile/TestIntegration/TestGitProvenanceAttestation/worker=containerd/frontend=gateway:
frontend/dockerfile/dockerfile_provenance_test.go#L301
=== RUN TestIntegration/TestGitProvenanceAttestation/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestGitProvenanceAttestation/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestGitProvenanceAttestation/worker=containerd/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=containerd/frontend=gateway
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3928014513/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:57.13824217 +0000 UTC m=+18.202197343 /usr/bin/containerd --config /tmp/bktest_containerd3928014513/config.toml
sandbox.go:131: time="2024-04-05T00:23:57Z" 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-04-05T00:23:57.162395528Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:57.187218433Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:57.187260841Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:57.187309231Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.187397836Z" 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-04-05T00:23:57.187418815Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.187434705Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:57.187450795Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.187547064Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.187798140Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.189420969Z" 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-04-05T00:23:57.189449502Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.189667357Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_contain
|
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=containerd/frontend=gateway:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestMountInvalid/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestMountInvalid/worker=containerd/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/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd1265034596/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1265034596/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:56.99621904 +0000 UTC m=+18.060174212 /usr/bin/containerd --config /tmp/bktest_containerd1265034596/config.toml
sandbox.go:131: time="2024-04-05T00:23:57Z" 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-04-05T00:23:57.020061091Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:57.047198642Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:57.047240770Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:57.047292506Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.047501826Z" 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-04-05T00:23:57.047528195Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.047550406Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:57.047577767Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.047691588Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.048046749Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.049093325Z" 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-04-05T00:23:57.049125425Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:57.049376913Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1265034596/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-04-05T00:23:57.049395738Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=containerd/frontend=gateway:
frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestOnBuildHeredoc/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestOnBuildHeredoc/worker=containerd/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=containerdfrontend=gateway839750593/001/dest: no such file or directory
Test: TestIntegration/TestOnBuildHeredoc/worker=containerd/frontend=gateway
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd110345653/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2704315196/buildkitd.toml --root /tmp/bktest_buildkitd310609434 --addr unix:///tmp/bktest_buildkitd310609434/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:44.070659215 +0000 UTC m=+5.134614377 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd110345653/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config2704315196/buildkitd.toml --root /tmp/bktest_buildkitd310609434 --addr unix:///tmp/bktest_buildkitd310609434/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="could not read \"/tmp/bktest_buildkitd310609434/net/cni\" for cleanup: open /tmp/bktest_buildkitd310609434/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="creating new network namespace qxpmw1xvv7n9838xpjkz724z2" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="finished creating network namespace qxpmw1xvv7n9838xpjkz724z2" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="finished setting up network namespace qxpmw1xvv7n9838xpjkz724z2" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:23:44Z" level=info msg="found worker \"ot43bhupbd52g6uive8ipo041\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:6bd9f4d3-ae5a-4b05-a7d7-a3e88babfc9c org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:23c8ecef9bba 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-04-05T00:23:44Z" level=info msg="found 1 workers, default=\"ot43bhupbd52g6uive8ipo041\""
sandbox.go:131: time="2024-04-05T00:23:44Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:44Z" level=info msg="running server on /tmp/bktest_buildkitd310609434/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=63b2fffff314320e traceID=e1f457c75535ccdc7054963b54c4fb56 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:44Z" level=debug msg=resolving host
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd/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/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd3348592674/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3348592674/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:43.116319268 +0000 UTC m=+4.180274441 /usr/bin/containerd --config /tmp/bktest_containerd3348592674/config.toml
sandbox.go:131: time="2024-04-05T00:23:43Z" 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-04-05T00:23:43.144835975Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:43.157969980Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:43.158006458Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:43.158038818Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:43.158116693Z" 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-04-05T00:23:43.158128615Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:43.158138523Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:43.158145116Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:43.158224723Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:43.158409487Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:43.159147879Z" 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-04-05T00:23:43.159168548Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23
|
test / run (containerd, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=builtin:
frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=builtin
=== PAUSE TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=builtin
=== CONT TestIntegration/TestOnBuildHeredoc/worker=oci/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=ocifrontend=builtin1151365545/001/dest: no such file or directory
Test: TestIntegration/TestOnBuildHeredoc/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_config2381715637/buildkitd.toml --root /tmp/bktest_buildkitd1324727245 --addr unix:///tmp/bktest_buildkitd1324727245/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config2381715637/buildkitd.toml --root /tmp/bktest_buildkitd1324727245 --addr unix:///tmp/bktest_buildkitd1324727245/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:39.1829283 +0000 UTC m=+3.498404018 /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_config2381715637/buildkitd.toml --root /tmp/bktest_buildkitd1324727245 --addr unix:///tmp/bktest_buildkitd1324727245/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1324727245/net/cni\" for cleanup: open /tmp/bktest_buildkitd1324727245/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="creating new network namespace veahebxnm3f44mj45z4x2dnr9" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="finished creating network namespace veahebxnm3f44mj45z4x2dnr9" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="finished setting up network namespace veahebxnm3f44mj45z4x2dnr9" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="found worker \"uobzy2net2oedl4zonjbsfcgr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f1dda0b5e8df 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-04-05T00:23:39Z" level=info msg="found 1 workers, default=\"uobzy2net2oedl4zonjbsfcgr\""
sandbox.go:131: time="2024-04-05T00:23:39Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="running server on /tmp/bktest_buildkitd1324727245/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=b876bb5392b9124d traceID=ca107d17ad87619da8433f318be558ad version=v0.0.0+earthlyu
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=client:
frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=client
=== PAUSE TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=client
=== CONT TestIntegration/TestOnBuildHeredoc/worker=oci/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=ocifrontend=client1006448067/001/dest: no such file or directory
Test: TestIntegration/TestOnBuildHeredoc/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_config1931750162/buildkitd.toml --root /tmp/bktest_buildkitd2652119586 --addr unix:///tmp/bktest_buildkitd2652119586/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1931750162/buildkitd.toml --root /tmp/bktest_buildkitd2652119586 --addr unix:///tmp/bktest_buildkitd2652119586/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:39.124518898 +0000 UTC m=+3.439994626 /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_config1931750162/buildkitd.toml --root /tmp/bktest_buildkitd2652119586 --addr unix:///tmp/bktest_buildkitd2652119586/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2652119586/net/cni\" for cleanup: open /tmp/bktest_buildkitd2652119586/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="creating new network namespace qbw29nm59cs9t55jxk8zpro70" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="finished creating network namespace qbw29nm59cs9t55jxk8zpro70" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="finished setting up network namespace qbw29nm59cs9t55jxk8zpro70" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="found worker \"n2xdzdjye0ecp2531or9czzyr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f1dda0b5e8df 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-04-05T00:23:39Z" level=info msg="found 1 workers, default=\"n2xdzdjye0ecp2531or9czzyr\""
sandbox.go:131: time="2024-04-05T00:23:39Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:39Z" level=info msg="running server on /tmp/bktest_buildkitd2652119586/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:39Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=e2e5e2580fb44e2a traceID=64c416ad07596a5a4178b72488db98d5 version=v0.0.0+earthlyunkn
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=builtin
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=builtin
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci/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=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_config3107120273/buildkitd.toml --root /tmp/bktest_buildkitd3667995968 --addr unix:///tmp/bktest_buildkitd3667995968/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config3107120273/buildkitd.toml --root /tmp/bktest_buildkitd3667995968 --addr unix:///tmp/bktest_buildkitd3667995968/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:37.900451015 +0000 UTC m=+2.215926723 /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_config3107120273/buildkitd.toml --root /tmp/bktest_buildkitd3667995968 --addr unix:///tmp/bktest_buildkitd3667995968/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:38Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3667995968/net/cni\" for cleanup: open /tmp/bktest_buildkitd3667995968/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:38Z" level=debug msg="creating new network namespace kwk8wq0qqza04g1q7uhl16x06" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:38Z" level=debug msg="finished creating network namespace kwk8wq0qqza04g1q7uhl16x06" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:38Z" level=debug msg="finished setting up network namespace kwk8wq0qqza04g1q7uhl16x06" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:38Z" level=info msg="found worker \"z8qlt2nqa7yrd4fbo0yuqnbj3\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f1dda0b5e8df 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.
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=client
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=client
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci/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=oci/frontend=client
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_config2717538716/buildkitd.toml --root /tmp/bktest_buildkitd2051867894 --addr unix:///tmp/bktest_buildkitd2051867894/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:37.536469614 +0000 UTC m=+1.851945342 /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_config2717538716/buildkitd.toml --root /tmp/bktest_buildkitd2051867894 --addr unix:///tmp/bktest_buildkitd2051867894/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2051867894/net/cni\" for cleanup: open /tmp/bktest_buildkitd2051867894/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="creating new network namespace u1tipfxvrnjs6ls8sbxhql49m" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="finished creating network namespace u1tipfxvrnjs6ls8sbxhql49m" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="finished setting up network namespace u1tipfxvrnjs6ls8sbxhql49m" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="found worker \"vptt6mlex1d6zzafd8dl1j7dm\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f1dda0b5e8df 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-04-05T00:23:37Z" level=info msg="found 1 workers, default=\"vptt6mlex1d6zzafd8dl1j7dm\""
sandbox.go:131: time="2024-04-05T00:23:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:37Z" level=info msg="running server on /tmp/bktest_buildkitd2051867894/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:37Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=d5b960b3e9348e61 traceID=96b3bbd2ec0d8fabafdcccb197b22c8b version=v0.0.0+earthlyunknown
sandbox.go:131:
|
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.01s)
|
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.01s)
|
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.01s)
|
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.01s)
|
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.01s)
|
test / run (oci, ./frontend/dockerfile, integration)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestTarContext/worker=oci-snapshotter-stargz/frontend=client:
frontend/dockerfile/dockerfile_test.go#L4687
=== RUN TestIntegration/TestTarContext/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestTarContext/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestTarContext/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:4687:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4687
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
failed to read dockerfile: rpc error: code = Unknown desc = no http response from session for xianuxya6taxwdvzimxw3row9
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/TestTarContext/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_config2723730650/buildkitd.toml --root /tmp/bktest_buildkitd1772150008 --addr unix:///tmp/bktest_buildkitd1772150008/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config2723730650/buildkitd.toml --root /tmp/bktest_buildkitd1772150008 --addr unix:///tmp/bktest_buildkitd1772150008/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:52.329021747 +0000 UTC m=+3.668266129 /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_config2723730650/buildkitd.toml --root /tmp/bktest_buildkitd1772150008 --addr unix:///tmp/bktest_buildkitd1772150008/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1772150008/net/cni\" for cleanup: open /tmp/bktest_buildkitd1772150008/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="creating new network namespace mnpr5lfbrmf0uzbfzvdjo5f8g" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="finished creating network namespace mnpr5lfbrmf0uzbfzvdjo5f8g" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sand
|
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=builtin:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/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-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_config3894892303/buildkitd.toml --root /tmp/bktest_buildkitd3210003757 --addr unix:///tmp/bktest_buildkitd3210003757/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config3894892303/buildkitd.toml --root /tmp/bktest_buildkitd3210003757 --addr unix:///tmp/bktest_buildkitd3210003757/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:01.604797711 +0000 UTC m=+12.944042062 /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_config3894892303/buildkitd.toml --root /tmp/bktest_buildkitd3210003757 --addr unix:///tmp/bktest_buildkitd3210003757/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:01Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3210003757/net/cni\" for cleanup: open /tmp/bktest_buildkitd3210003757/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:01Z" level=debug msg="creating new network namespace 8ghdvs6pn7zcytkme94kxjrhb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:01Z" level=debug msg="finished creating network namespace 8ghdvs6pn7zcytkme94kxjrhb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:01Z" level=debug msg="finished setting up network namespace 8ghdvs6pn7zcytkme94kxjrhb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:01Z" level=info msg="found worker \"zj9k2vqnicmexenymuaketjq8\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ce527c07d0f5 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-04-05T00:24:01Z" level=info msg="found 1 workers, default=\"zj9k2vqnicmexenymuaketjq8\""
sandbox.go:131: time="2024-04-05T00:24:01Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:01Z" level=info msg="running server on /tmp/bktest_buildkitd3210003757/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:01Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=46afaa4e63f85f6c traceID=860abcd86c04b6e225569f14f98836ec version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:01
|
Failed: frontend/dockerfile/TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=client:
frontend/dockerfile/dockerfile_mount_test.go#L132
=== RUN TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestMountInvalid/worker=oci-snapshotter-stargz/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-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_config3665358797/buildkitd.toml --root /tmp/bktest_buildkitd2082599940 --addr unix:///tmp/bktest_buildkitd2082599940/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config3665358797/buildkitd.toml --root /tmp/bktest_buildkitd2082599940 --addr unix:///tmp/bktest_buildkitd2082599940/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:00.734567981 +0000 UTC m=+12.073812373 /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_config3665358797/buildkitd.toml --root /tmp/bktest_buildkitd2082599940 --addr unix:///tmp/bktest_buildkitd2082599940/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:00Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2082599940/net/cni\" for cleanup: open /tmp/bktest_buildkitd2082599940/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:00Z" level=debug msg="creating new network namespace g6qi1o3nbtqn346g6yen24upy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:00Z" level=debug msg="finished creating network namespace g6qi1o3nbtqn346g6yen24upy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:00Z" level=debug msg="finished setting up network namespace g6qi1o3nbtqn346g6yen24upy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:00Z" level=info msg="found worker \"bveqyghlvb682ad5mbfv09y6s\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ce527c07d0f5 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-04-05T00:24:00Z" level=info msg="found 1 workers, default=\"bveqyghlvb682ad5mbfv09y6s\""
sandbox.go:131: time="2024-04-05T00:24:00Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:00Z" level=info msg="running server on /tmp/bktest_buildkitd2082599940/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:00Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=840c8215dbe3b8bb traceID=ad466bbf671bb2530de4f0acb2ac487a version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:00Z" l
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/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=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_config957849117/buildkitd.toml --root /tmp/bktest_buildkitd388794263 --addr unix:///tmp/bktest_buildkitd388794263/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config957849117/buildkitd.toml --root /tmp/bktest_buildkitd388794263 --addr unix:///tmp/bktest_buildkitd388794263/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:52.329458227 +0000 UTC m=+3.668702578 /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_config957849117/buildkitd.toml --root /tmp/bktest_buildkitd388794263 --addr unix:///tmp/bktest_buildkitd388794263/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="could not read \"/tmp/bktest_buildkitd388794263/net/cni\" for cleanup: open /tmp/bktest_buildkitd388794263/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="creating new network namespace np898ung64ql3n89f7cc2hw9e" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="finished creating network namespace np898ung64ql3n89f7cc2hw9e" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="finished setting up network namespace np898ung64ql3n89f7cc2hw9e" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=info msg="found worker \"8xk5gkr5aug380758jtawk9ur\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ce527c07d0f5 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestMismatch:
frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-snapshotter-stargz/frontend=builtin/DigestMismatch
Messages: digest mismatch
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestMismatch (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithKnownButUnsupportedAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithUnknownAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName
Messages: invalid checksum digest format
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/DigestWithoutAlgoName (0.01s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/NonHTTPSource:
frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=oci-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=oci-snapshotter-stargz/frontend=builtin/NonHTTPSource
Messages: checksum can't be specified for non-HTTP sources
--- FAIL: TestIntegration/TestAddChecksum/worker=oci-snapshotter-stargz/frontend=builtin/NonHTTPSource (0.01s)
|
test / run (oci-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd/frontend=builtin
=== PAUSE TestIntegration/TestCmdShell/worker=containerd/frontend=builtin
=== CONT TestIntegration/TestCmdShell/worker=containerd/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/frontend=builtin
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd4221278641/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd4221278641/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:52.462501332 +0000 UTC m=+3.190623674 /usr/bin/containerd --config /tmp/bktest_containerd4221278641/config.toml
sandbox.go:131: time="2024-04-05T00:23:52Z" 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-04-05T00:23:52.484125852Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:52.511807912Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:52.512120627Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:52.512466183Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.512574044Z" 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-04-05T00:23:52.512608729Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.512637583Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:52.512662410Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.512770512Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.513051076Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.514411459Z" 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-04-05T00:23:52.514439672Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.514603378Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4221278641/root/io.containerd.snapshotter.v1.zfs must be a zfs filesy
|
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_containerd2713747157/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2713747157/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:52.463380213 +0000 UTC m=+3.191502545 /usr/bin/containerd --config /tmp/bktest_containerd2713747157/config.toml
sandbox.go:131: time="2024-04-05T00:23:52Z" 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-04-05T00:23:52.504484855Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:23:52.533851202Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:23:52.533967543Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:23:52.534054595Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.534178907Z" 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-04-05T00:23:52.534198384Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.534216809Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:52.534234712Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.534342644Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.534589715Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.535399850Z" 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-04-05T00:23:52.535424436Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:52.535569437Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2713747157/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-04-05T00:23:52.535588382Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=client
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=client
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd/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/frontend=client
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3810872139/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1075814604/buildkitd.toml --root /tmp/bktest_buildkitd1580010289 --addr unix:///tmp/bktest_buildkitd1580010289/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:52.565051473 +0000 UTC m=+3.293173806 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3810872139/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1075814604/buildkitd.toml --root /tmp/bktest_buildkitd1580010289 --addr unix:///tmp/bktest_buildkitd1580010289/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1580010289/net/cni\" for cleanup: open /tmp/bktest_buildkitd1580010289/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="creating new network namespace wcmiw0yppooqu7pbl5s0l31g5" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="finished creating network namespace wcmiw0yppooqu7pbl5s0l31g5" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="finished setting up network namespace wcmiw0yppooqu7pbl5s0l31g5" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:52Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:23:52Z" level=info msg="found worker \"qxz6egjjfz24amy11rpla2wbi\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:cd8cd9a4-f5d6-464c-925c-b2c69898523b org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:60d738b6f33e 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-04-05T00:23:52Z" level=info msg="found 1 workers, default=\"qxz6egjjfz24amy11rpla2wbi\""
sandbox.go:131: time="2024-04-05T00:23:52Z" level=warning msg="currently, only the default worker can be used.
|
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.02s)
|
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-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: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4108942630/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4108942630/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:04.2803393 +0000 UTC m=+3.980680218 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4108942630/config.toml
sandbox.go:131: time="2024-04-05T00:24: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-04-05T00:24:04.304113306Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:04.327606288Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:04.327745097Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.327764503Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:04.327776375Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.327878616Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.328185598Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.329433103Z" 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-04-05T00:24:04.329463320Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.329616826Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4108942630/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-04-05T00:24:04.329633276Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:04.329707505Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:04.329720639Z" level=
|
Failed: frontend/dockerfile/TestIntegration/TestContextChangeDirToFile/worker=containerd-1.6/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L1537
=== RUN TestIntegration/TestContextChangeDirToFile/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestContextChangeDirToFile/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestContextChangeDirToFile/worker=containerd-1.6/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=containerd-1.6frontend=gateway817068955/001/foo: no such file or directory
Test: TestIntegration/TestContextChangeDirToFile/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1361155007/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1361155007/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:04.280997927 +0000 UTC m=+3.981338855 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1361155007/config.toml
sandbox.go:131: time="2024-04-05T00:24: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-04-05T00:24:04.307636170Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:04.329259598Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:04.329450594Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.329492262Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:04.329504995Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.329647882Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.329966034Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.330813785Z" 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-04-05T00:24:04.330844061Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:04.331177002Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1361155007/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-04-05T00:24:04.331202729Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:04.331285424Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:04.331305461Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:04.333469438Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.container
|
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_containerd3302144023/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3302144023/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:11.075872908 +0000 UTC m=+10.776213836 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3302144023/config.toml
sandbox.go:131: time="2024-04-05T00:24: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-04-05T00:24:11.096683916Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:11.117013087Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:11.117174218Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:11.117202360Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:11.117240712Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:11.117375643Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:11.117692333Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:11.118690684Z" 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-04-05T00:24:11.118723244Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:11.118952201Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3302144023/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-04-05T00:24:11.118976216Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:11.119047148Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:11.119063408Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:11.120985059Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-05T00:24:11.121018612Z" level=i
|
test / run (containerd-1.6, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestDockerfileADDFromURL/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestDockerfileADDFromURL/worker=oci-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=oci-rootlessfrontend=gateway1783700823/002/dest/__unnamed__: no such file or directory
Test: TestIntegration/TestDockerfileADDFromURL/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_config1352769347/buildkitd.toml --root /tmp/bktest_buildkitd233840815 --addr unix:///tmp/bktest_buildkitd233840815/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1352769347/buildkitd.toml --root /tmp/bktest_buildkitd233840815 --addr unix:///tmp/bktest_buildkitd233840815/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:03.826246739 +0000 UTC m=+22.658550558 /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_config1352769347/buildkitd.toml --root /tmp/bktest_buildkitd233840815 --addr unix:///tmp/bktest_buildkitd233840815/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="found worker \"rh8c9um8npivk228693w9qkmq\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:24:03Z" level=info msg="found 1 workers, default=\"rh8c9um8npivk228693w9qkmq\""
sandbox.go:131: time="2024-04-05T00:24:03Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="running server on /tmp/bktest_buildkitd233840815/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=76ea406c37dbf6f7 traceID=9d26f670c3b2501535525cd147c4908f version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.i
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestDockerfileAddArchive/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestDockerfileAddArchive/worker=oci-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=oci-rootlessfrontend=gateway3226127168/003/t.tar.gz: no such file or directory
Test: TestIntegration/TestDockerfileAddArchive/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_config2701082788/buildkitd.toml --root /tmp/bktest_buildkitd1265132126 --addr unix:///tmp/bktest_buildkitd1265132126/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:03.553554262 +0000 UTC m=+22.385858101 /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_config2701082788/buildkitd.toml --root /tmp/bktest_buildkitd1265132126 --addr unix:///tmp/bktest_buildkitd1265132126/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="found worker \"87xwetudyn28n3w7g7drwaaag\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:24:03Z" level=info msg="found 1 workers, default=\"87xwetudyn28n3w7g7drwaaag\""
sandbox.go:131: time="2024-04-05T00:24:03Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:03Z" level=info msg="running server on /tmp/bktest_buildkitd1265132126/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=d6369ce9a6989e1b traceID=fb0887ca8b0818a2a9dfd6c2320ef96f version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.io"
sandbox.go:131: time="2024-04-05T00:24:03Z" level=debug msg="fetch response received" host="localhost:37969" response.header.content-length=482 response.header.content-type=application/vnd.oci.image.manifest.v1+json response.header.date="Fri, 05 Apr 2024 00:24:03 GMT" response.header.docker-content-digest="sha256:c33d7efbde20431a84b4fbcb7a858d467c471add6e082a48d2a775e4fc490969" response.header.docker-distribution-api-version=registry/2.0 response.header.etag="\"sha256:c33d7efbde20431a84b4fbcb7a858d467c471add6e082a48d2a775e4fc490969\"" response.status="200 OK" url="http
|
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestCacheReleased/worker=oci-rootless/frontend=gateway
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=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_config1835582438/buildkitd.toml --root /tmp/bktest_buildkitd3924120925 --addr unix:///tmp/bktest_buildkitd3924120925/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1835582438/buildkitd.toml --root /tmp/bktest_buildkitd3924120925 --addr unix:///tmp/bktest_buildkitd3924120925/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:48.269702356 +0000 UTC m=+7.102006185 /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_config1835582438/buildkitd.toml --root /tmp/bktest_buildkitd3924120925 --addr unix:///tmp/bktest_buildkitd3924120925/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:48Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:48Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:48Z" level=info msg="found worker \"lylg4g3tvbgla34suz31b3l7i\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:23:48Z" level=info msg="found 1 workers, default=\"lylg4g3tvbgla34suz31b3l7i\""
sandbox.go:131: time="2024-04-05T00:23:48Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:48Z" level=info msg="running server on /tmp/bktest_buildkitd3924120925/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:48Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=ad6eed53861051d5 traceID=501265cd6a730f7373e5bcdba4424da5 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:48Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:23:48Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.io"
sandbox.go:131: time="2024-04-05T00:23:48Z" level=debug msg="fetch response received" host="localhost:37969" response.header.content-length=482 response.header.
|
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=oci-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=oci-rootlessfrontend=gateway4268073995/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/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_config662911714/buildkitd.toml --root /tmp/bktest_buildkitd4260608088 --addr unix:///tmp/bktest_buildkitd4260608088/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config662911714/buildkitd.toml --root /tmp/bktest_buildkitd4260608088 --addr unix:///tmp/bktest_buildkitd4260608088/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:46.512748081 +0000 UTC m=+5.345051920 /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_config662911714/buildkitd.toml --root /tmp/bktest_buildkitd4260608088 --addr unix:///tmp/bktest_buildkitd4260608088/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:46Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:46Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:46Z" level=info msg="found worker \"paq0dyuatm5nkkrkvpqqdvmjr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:23:46Z" level=info msg="found 1 workers, default=\"paq0dyuatm5nkkrkvpqqdvmjr\""
sandbox.go:131: time="2024-04-05T00:23:46Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:46Z" level=info msg="running server on /tmp/bktest_buildkitd4260608088/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:46Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=12f882a4750a2b4d traceID=7a58338a0eebfa653168fc03b8e635e8 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:46Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:23:46Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.io
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestCacheImportExport/worker=oci-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=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_config2608535407/buildkitd.toml --root /tmp/bktest_buildkitd1865431999 --addr unix:///tmp/bktest_buildkitd1865431999/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config2608535407/buildkitd.toml --root /tmp/bktest_buildkitd1865431999 --addr unix:///tmp/bktest_buildkitd1865431999/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:45.61026697 +0000 UTC m=+4.442570809 /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_config2608535407/buildkitd.toml --root /tmp/bktest_buildkitd1865431999 --addr unix:///tmp/bktest_buildkitd1865431999/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="found worker \"wqj8wlf47flm6l8vlrehsy2pd\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:23:45Z" level=info msg="found 1 workers, default=\"wqj8wlf47flm6l8vlrehsy2pd\""
sandbox.go:131: time="2024-04-05T00:23:45Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="running server on /tmp/bktest_buildkitd1865431999/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="skipping invalid cache export mode: " revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=83340ca7b24915b6 traceID=ff6537cf96ce7af23fb4c099e90b553a version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="
|
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-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:
Unavailable: error reading from server: EOF
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/TestImageManifestCacheImportExport/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_config3993003137/buildkitd.toml --root /tmp/bktest_buildkitd2217828756 --addr unix:///tmp/bktest_buildkitd2217828756/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config3993003137/buildkitd.toml --root /tmp/bktest_buildkitd2217828756 --addr unix:///tmp/bktest_buildkitd2217828756/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:45.148126142 +0000 UTC m=+3.980429971 /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_config3993003137/buildkitd.toml --root /tmp/bktest_buildkitd2217828756 --addr unix:///tmp/bktest_buildkitd2217828756/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="found worker \"u5n0kt8tzwayeaqvbbkciqdd4\", labels=map[org.mobyp
|
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=oci-rootless/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestNoCache/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestNoCache/worker=oci-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: "a69f0af283e99e6f8c90741e612de3bca42b25d711fbf83ae19cc7c4d07a26df -\n"
Test: TestIntegration/TestNoCache/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_config500550376/buildkitd.toml --root /tmp/bktest_buildkitd3475430583 --addr unix:///tmp/bktest_buildkitd3475430583/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config500550376/buildkitd.toml --root /tmp/bktest_buildkitd3475430583 --addr unix:///tmp/bktest_buildkitd3475430583/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:45.008099557 +0000 UTC m=+3.840403386 /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_config500550376/buildkitd.toml --root /tmp/bktest_buildkitd3475430583 --addr unix:///tmp/bktest_buildkitd3475430583/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="found worker \"xn09mbyjyj45m7unlttwzvkw2\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:23:45Z" level=info msg="found 1 workers, default=\"xn09mbyjyj45m7unlttwzvkw2\""
sandbox.go:131: time="2024-04-05T00:23:45Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:45Z" level=info msg="running server on /tmp/bktest_buildkitd3475430583/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=7ad95bc144179886 traceID=b0e30750c68eb60b2ac0c974dd8f7079 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:23:45Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.io"
sandbox.go:131: time="20
|
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: "76962ba2e3144b46de48ad6272ed107c2bfe1acb998cd670d828b53cfc1be165 -\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_config3827411312/buildkitd.toml --root /tmp/bktest_buildkitd968694202 --addr unix:///tmp/bktest_buildkitd968694202/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config3827411312/buildkitd.toml --root /tmp/bktest_buildkitd968694202 --addr unix:///tmp/bktest_buildkitd968694202/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:08.356946588 +0000 UTC m=+27.189250437 /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_config3827411312/buildkitd.toml --root /tmp/bktest_buildkitd968694202 --addr unix:///tmp/bktest_buildkitd968694202/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:08Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:24:08Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:08Z" level=info msg="found worker \"lejeuct698t5du7vg11e9ntcx\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:24:08Z" level=info msg="found 1 workers, default=\"lejeuct698t5du7vg11e9ntcx\""
sandbox.go:131: time="2024-04-05T00:24:08Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:08Z" level=info msg="running server on /tmp/bktest_buildkitd968694202/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:08Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=97f81cb1cdf48cde traceID=932968e355816272675e3e8fba670586 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:08Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:24:08Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqs
|
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=gateway1433992904/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_config1913443432/buildkitd.toml --root /tmp/bktest_buildkitd469683447 --addr unix:///tmp/bktest_buildkitd469683447/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1913443432/buildkitd.toml --root /tmp/bktest_buildkitd469683447 --addr unix:///tmp/bktest_buildkitd469683447/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:06.309761665 +0000 UTC m=+25.142065504 /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_config1913443432/buildkitd.toml --root /tmp/bktest_buildkitd469683447 --addr unix:///tmp/bktest_buildkitd469683447/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="found worker \"ij6nib0antr3ygoucxjvkwgh5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:24:06Z" level=info msg="found 1 workers, default=\"ij6nib0antr3ygoucxjvkwgh5\""
sandbox.go:131: time="2024-04-05T00:24:06Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="running server on /tmp/bktest_buildkitd469683447/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=e843e099b30cb9a1 traceID=39f5cce50588273c5195db4baa996fb6 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="do request" host="localhost:37969" 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:37969/v2/buildkit_test/k67jszuqsztg4ly9v98ly8f6g/manifests/latest?ns=docker.io"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="fetch response r
|
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_config3624820536/buildkitd.toml --root /tmp/bktest_buildkitd344980530 --addr unix:///tmp/bktest_buildkitd344980530/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config3624820536/buildkitd.toml --root /tmp/bktest_buildkitd344980530 --addr unix:///tmp/bktest_buildkitd344980530/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:06.162750674 +0000 UTC m=+24.995054493 /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_config3624820536/buildkitd.toml --root /tmp/bktest_buildkitd344980530 --addr unix:///tmp/bktest_buildkitd344980530/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="found worker \"lrkwh153p5c8wad49s9ok8ehx\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:fc3a60ad24c9 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-04-05T00:24:06Z" level=info msg="found 1 workers, default=\"lrkwh153p5c8wad49s9ok8ehx\""
sandbox.go:131: time="2024-04-05T00:24:06Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:06Z" level=info msg="running server on /tmp/bktest_buildkitd344980530/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=b25cd5e6613b4a20 traceID=b5aeab4122d02a464f72b01502cc8895 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg=resolving host="localhost:37969"
sandbox.go:131: time="2024-04-05T00:24:06Z" level=debug msg="do request" host="localhost:37969" 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.
|
test / run (oci-rootless, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=gateway:
frontend/dockerfile/dockerfile_heredoc_test.go#L667
=== RUN TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=gateway
=== PAUSE TestIntegration/TestOnBuildHeredoc/worker=oci/frontend=gateway
=== CONT TestIntegration/TestOnBuildHeredoc/worker=oci/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=ocifrontend=gateway3958601616/001/dest: no such file or directory
Test: TestIntegration/TestOnBuildHeredoc/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_config3471392495/buildkitd.toml --root /tmp/bktest_buildkitd4121775678 --addr unix:///tmp/bktest_buildkitd4121775678/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:58.725293627 +0000 UTC m=+4.468815374 /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_config3471392495/buildkitd.toml --root /tmp/bktest_buildkitd4121775678 --addr unix:///tmp/bktest_buildkitd4121775678/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:58Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4121775678/net/cni\" for cleanup: open /tmp/bktest_buildkitd4121775678/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="creating new network namespace wgx2m6ic31hjy30eku0lt6v5r" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="finished creating network namespace wgx2m6ic31hjy30eku0lt6v5r" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="finished setting up network namespace wgx2m6ic31hjy30eku0lt6v5r" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:58Z" level=info msg="found worker \"557eg45ipsqk65exh0rl1boki\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b831f7392472 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-04-05T00:23:58Z" level=info msg="found 1 workers, default=\"557eg45ipsqk65exh0rl1boki\""
sandbox.go:131: time="2024-04-05T00:23:58Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:58Z" level=info msg="running server on /tmp/bktest_buildkitd4121775678/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=00d7f698b853119f traceID=b4f4902b178e66465e9136cd8f3ed699 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg=resolving host="localhost:42119"
sandbox.go:131: time="2024-04-05T00:23:58Z" level=debug msg="do request" host="localhost:42119" 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=buil
|
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=gateway
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci/frontend=gateway
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci/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=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_config3990339711/buildkitd.toml --root /tmp/bktest_buildkitd3154096007 --addr unix:///tmp/bktest_buildkitd3154096007/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config3990339711/buildkitd.toml --root /tmp/bktest_buildkitd3154096007 --addr unix:///tmp/bktest_buildkitd3154096007/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:57.434362284 +0000 UTC m=+3.177884071 /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_config3990339711/buildkitd.toml --root /tmp/bktest_buildkitd3154096007 --addr unix:///tmp/bktest_buildkitd3154096007/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:57Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-04-05T00:23:57Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3154096007/net/cni\" for cleanup: open /tmp/bktest_buildkitd3154096007/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:23:57Z" level=debug msg="creating new network namespace pdwcumg9m2dhhu9akgs5pidhs" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:57Z" level=debug msg="finished creating network namespace pdwcumg9m2dhhu9akgs5pidhs" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:57Z" level=debug msg="finished setting up network namespace pdwcumg9m2dhhu9akgs5pidhs" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:23:57Z" level=info msg="found worker \"vxjwgpyqho7vwkp0vn6kwv494\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:b831f7392472 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.b
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestMismatch:
frontend/dockerfile/dockerfile_addchecksum_test.go#L93
=== RUN TestIntegration/TestAddChecksum/worker=oci/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=oci/frontend=gateway/DigestMismatch
Messages: digest mismatch
--- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestMismatch (0.14s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithKnownButUnsupportedAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L110
=== RUN TestIntegration/TestAddChecksum/worker=oci/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=oci/frontend=gateway/DigestWithKnownButUnsupportedAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithKnownButUnsupportedAlgoName (0.11s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithUnknownAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L127
=== RUN TestIntegration/TestAddChecksum/worker=oci/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=oci/frontend=gateway/DigestWithUnknownAlgoName
Messages: unsupported digest algorithm
--- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithUnknownAlgoName (0.13s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithoutAlgoName:
frontend/dockerfile/dockerfile_addchecksum_test.go#L144
=== RUN TestIntegration/TestAddChecksum/worker=oci/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=oci/frontend=gateway/DigestWithoutAlgoName
Messages: invalid checksum digest format
--- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/DigestWithoutAlgoName (0.12s)
|
Failed: frontend/dockerfile/TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/NonHTTPSource:
frontend/dockerfile/dockerfile_addchecksum_test.go#L163
=== RUN TestIntegration/TestAddChecksum/worker=oci/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=oci/frontend=gateway/NonHTTPSource
Messages: checksum can't be specified for non-HTTP sources
--- FAIL: TestIntegration/TestAddChecksum/worker=oci/frontend=gateway/NonHTTPSource (0.11s)
|
test / run (oci, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=client:
frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=client
=== PAUSE TestIntegration/TestCmdShell/worker=containerd-rootless/frontend=client
=== CONT TestIntegration/TestCmdShell/worker=containerd-rootless/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-rootless/frontend=client
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 7572 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3026363962/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config3322440121/buildkitd.toml --root /tmp/bktest_buildkitd2272444544 --addr unix:///tmp/bktest_buildkitd2272444544/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 7572 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3026363962/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config3322440121/buildkitd.toml --root /tmp/bktest_buildkitd2272444544 --addr unix:///tmp/bktest_buildkitd2272444544/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:23:50.625406095 +0000 UTC m=+3.277432022 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 7572 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3026363962/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config3322440121/buildkitd.toml --root /tmp/bktest_buildkitd2272444544 --addr unix:///tmp/bktest_buildkitd2272444544/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:23:50Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:23:50Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:23:50Z" level=info msg="found worker \"sky1p2x7sqgbq4yx0ipo0iwy5\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:95727a13-832f-4660-909c-8518d6ba7bee org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:94048a05b63b 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-04-05T00:23:50Z" level=info msg="found 1 workers, default=\"sky1p2x7sqgbq4yx0ipo0iwy5\""
sandbox.go:131: time="2024-04-05T00:23:50Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:23:50Z" level=info msg=
|
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: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3534418177/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_containerd3534418177/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3534418177/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_containerd3534418177/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:38.425141746 +0000 UTC m=+51.077167642 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3534418177/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_containerd3534418177/config.toml
sandbox.go:131: time="2024-04-05T00:24:38Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:38Z" 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-04-05T00:24:38.472162331Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:38.488466187Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:38.488531499Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:38.488580510Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:38.488601129Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:38.488667943Z" 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-04-05T00:24:38.488683523Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:38.488693601Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:38.488701176Z" level=info msg
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=builtin
=== PAUSE TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=builtin
=== CONT TestIntegration/TestDockerfileADDFromURL/worker=containerd-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=containerd-rootlessfrontend=builtin3089362451/002/dest/__unnamed__: no such file or directory
Test: TestIntegration/TestDockerfileADDFromURL/worker=containerd-rootless/frontend=builtin
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 30751 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd847561364/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config673880113/buildkitd.toml --root /tmp/bktest_buildkitd3998362818 --addr unix:///tmp/bktest_buildkitd3998362818/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:37.089533988 +0000 UTC m=+49.741559916 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 30751 buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd847561364/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config673880113/buildkitd.toml --root /tmp/bktest_buildkitd3998362818 --addr unix:///tmp/bktest_buildkitd3998362818/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:37Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-04-05T00:24:37Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:24:37Z" level=info msg="found worker \"o0pnceg58h30p3o9fwll9tyfp\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:b26c6c3d-d81c-4252-95d6-4379928f4f3c org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:94048a05b63b 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-04-05T00:24:37Z" level=info msg="found 1 workers, default=\"o0pnceg58h30p3o9fwll9tyfp\""
sandbox.go:131: time="2024-04-05T00:24:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:37Z" level=info msg="running server on /tmp/bktest_buildkitd3998362818/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:37Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=ba55c7ed5379f8e2 traceID=15470b5410148dcb56af80e417d7ca41 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:37Z" level=debug msg="new ref for local: v3lm75on3uh3rgnzd9vw5cj5d" revision=dc0a61c4f518c4b119287931b4f763afa364b43e span="[internal] load build definition from Dockerfile" spanID=6f0dd0176ddc42b3 traceID=15470b5410148dcb56af80e417d7ca41 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:37Z" level=debug msg="diffcopy took: 2.325028ms" revision=dc0a61c4f518c4b119287931b4f763afa364b43e span="[internal] load build definition from Dockerfile" spanID=fc229c3bca0fb6cd traceID=15470b5410148dcb
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=builtin
=== PAUSE TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=builtin
=== CONT TestIntegration/TestDockerfileAddArchive/worker=containerd-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=containerd-rootlessfrontend=builtin1729804094/003/t.tar.gz: no such file or directory
Test: TestIntegration/TestDockerfileAddArchive/worker=containerd-rootless/frontend=builtin
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3617974195/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_containerd3617974195/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3617974195/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_containerd3617974195/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:36.65591439 +0000 UTC m=+49.307940307 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3617974195/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_containerd3617974195/config.toml
sandbox.go:131: time="2024-04-05T00:24:36Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:36Z" 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-04-05T00:24:36.719719246Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:36.751977652Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:36.752095863Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:36.752185531Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:36.752233229Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.752399039Z" 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-04-05T00:24:36.752446177Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.752490159Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:36.752558707Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.752714608Z" level=info msg="loading plugin \"io.containerd.snapsho
|
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=client
=== PAUSE TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=client
=== CONT TestIntegration/TestCacheReleased/worker=containerd-rootless/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=containerd-rootless/frontend=client
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2879707421/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_containerd2879707421/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2879707421/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_containerd2879707421/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:28.377354771 +0000 UTC m=+41.029380688 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2879707421/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_containerd2879707421/config.toml
sandbox.go:131: time="2024-04-05T00:24:28Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24: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-04-05T00:24:28.422810480Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:28.434993968Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:28.435035486Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:28.435073818Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:28.435092342Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.435185857Z" 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-04-05T00:24:28.435202849Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.435213679Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:28.435242122Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.435324095Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.435572789Z" level=info msg="lo
|
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=builtin
=== PAUSE TestIntegration/TestCacheReleased/worker=containerd-rootless/frontend=builtin
=== CONT TestIntegration/TestCacheReleased/worker=containerd-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=containerd-rootless/frontend=builtin
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3864967854/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_containerd3864967854/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3864967854/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_containerd3864967854/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:28.349237777 +0000 UTC m=+41.001263704 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd3864967854/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_containerd3864967854/config.toml
sandbox.go:131: time="2024-04-05T00:24:28Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24: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-04-05T00:24:28.398832749Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:28.412404373Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:28.412440140Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:28.412485695Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:28.412524437Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.412624203Z" 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-04-05T00:24:28.412643840Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.412660641Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:28.412671391Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.412759055Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:28.412988784Z" level=info msg
|
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=client:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=client
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=client
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-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=containerd-rootlessfrontend=client3490844214/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=client
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1562643097/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_containerd1562643097/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1562643097/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_containerd1562643097/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:26.442665148 +0000 UTC m=+39.094691065 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1562643097/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_containerd1562643097/config.toml
sandbox.go:131: time="2024-04-05T00:24:26Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:26Z" 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-04-05T00:24:26.486669643Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:26.503672474Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:26.503732675Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:26.503789681Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:26.503811282Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.503892704Z" 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-04-05T00:24:26.503912451Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.503929863Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:26.503942136Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.504042093Z" level=info msg="loading plugin \"io.containerd.snapsho
|
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=builtin
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=builtin
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-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=containerd-rootlessfrontend=builtin1495725158/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-rootless/frontend=builtin
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd994255487/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_containerd994255487/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd994255487/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_containerd994255487/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:26.320346473 +0000 UTC m=+38.972372380 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd994255487/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_containerd994255487/config.toml
sandbox.go:131: time="2024-04-05T00:24:26Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:26Z" 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-04-05T00:24:26.368920574Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:26.384791776Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:26.384844644Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:26.384891652Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:26.384928120Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.385071588Z" 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-04-05T00:24:26.385119768Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.385204827Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:26.385246995Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:26.385400232Z" level=info msg="loading plugin \"io.containerd.snapshot
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=client:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=client
=== PAUSE TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=client
=== CONT TestIntegration/TestCacheImportExport/worker=containerd-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=containerd-rootless/frontend=client
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2087587252/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_containerd2087587252/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2087587252/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_containerd2087587252/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:25.35770992 +0000 UTC m=+38.009735838 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd2087587252/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_containerd2087587252/config.toml
sandbox.go:131: time="2024-04-05T00:24:25Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:25Z" 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-04-05T00:24:25.426048449Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:25.448267708Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:25.448303966Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:25.448348108Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:25.448368426Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.448449678Z" 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-04-05T00:24:25.448466088Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.448476708Z" level=warning msg="failed to load plugin io.containerd.snapshotte
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=builtin
=== PAUSE TestIntegration/TestCacheImportExport/worker=containerd-rootless/frontend=builtin
=== CONT TestIntegration/TestCacheImportExport/worker=containerd-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=containerd-rootless/frontend=builtin
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1235481179/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_containerd1235481179/config.toml
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1235481179/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_containerd1235481179/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:24.959170578 +0000 UTC m=+37.611196495 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd1235481179/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_containerd1235481179/config.toml
sandbox.go:131: time="2024-04-05T00:24:24Z" level=warning msg="The host root filesystem is mounted as \"master:285\". Setting child propagation to \"rslave\" is not supported."
sandbox.go:131: time="2024-04-05T00:24:25Z" 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-04-05T00:24:25.010643952Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:25.028696170Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:25.028749811Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:25.028809602Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied"
sandbox.go:131: time="2024-04-05T00:24:25.028833547Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.028929306Z" 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-04-05T00:24:25.028959522Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.028987164Z" level=warning msg="failed to load plugin io.containerd.snaps
|
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestCmdShell/worker=containerd-1.6/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-1.6/frontend=builtin
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd485051393/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd485051393/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:23:36.601852586 +0000 UTC m=+1.411027614 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd485051393/config.toml
sandbox.go:131: time="2024-04-05T00:23:36Z" 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-04-05T00:23:36.630494780Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:23:36.650246613Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:23:36.650400600Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:36.650432490Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:36.650445484Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:36.650528018Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:36.650930599Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:36.651775986Z" 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-04-05T00:23:36.651805682Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:23:36.651961903Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd485051393/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-04-05T00:23:36.651985177Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:23:36.652056410Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:23:36.652079703Z" level=in
|
Failed: frontend/dockerfile/TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=client:
frontend/dockerfile/dockerfile_test.go#L1811
=== RUN TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=client
=== PAUSE TestIntegration/TestCmdShell/worker=containerd-1.6/frontend=client
=== CONT TestIntegration/TestCmdShell/worker=containerd-1.6/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-1.6/frontend=client
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1648783560/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1648783560/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:27.755793568 +0000 UTC m=+52.564968585 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1648783560/config.toml
sandbox.go:131: time="2024-04-05T00:24:27Z" 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-04-05T00:24:27.775334407Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:27.786006869Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:27.786129007Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:27.786152120Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:27.786166086Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:27.786254671Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:27.786462329Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:27.787179306Z" 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-04-05T00:24:27.787202619Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:27.787394427Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1648783560/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-04-05T00:24:27.787425084Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:27.787484064Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:27.787502939Z" level=i
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/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=containerd-1.6frontend=builtin1521253817/002/dest/__unnamed__: no such file or directory
Test: TestIntegration/TestDockerfileADDFromURL/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_containerd2084041436/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3852309365/buildkitd.toml --root /tmp/bktest_buildkitd381587307 --addr unix:///tmp/bktest_buildkitd381587307/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:26.191734749 +0000 UTC m=+51.000909756 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2084041436/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3852309365/buildkitd.toml --root /tmp/bktest_buildkitd381587307 --addr unix:///tmp/bktest_buildkitd381587307/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="could not read \"/tmp/bktest_buildkitd381587307/net/cni\" for cleanup: open /tmp/bktest_buildkitd381587307/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="creating new network namespace whsfybrbztqnqcpwk4wxnzpuk" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="finished creating network namespace whsfybrbztqnqcpwk4wxnzpuk" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="finished setting up network namespace whsfybrbztqnqcpwk4wxnzpuk" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:24:26Z" level=info msg="found worker \"hekp6dkk8pilr6y6g18rpv53p\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:aed2b926-a24b-4cdb-bdf2-82cc84f44ae7 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2b03fb18ebae 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-04-05T00:24:26Z" level=info msg="found 1 workers, default=\"hekp6dkk8pilr6y6g18rpv53p\""
sandbox.go:131: time="2024-04-05T00:24:26Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:26Z" level=info msg="running server on /tmp/bktest_buildkitd381587307/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:26Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=782e12fed6360830 traceID=25be7e2751c0fb3bbf6fe3e0951ab885 version=v0.0.0+earthlyunknown
sandbox.go:131: time="
|
Failed: frontend/dockerfile/TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/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=containerd-1.6frontend=builtin1554392723/003/t.tar.gz: no such file or directory
Test: TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=builtin
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4109334895/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:25.842912348 +0000 UTC m=+50.652087345 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4109334895/config.toml
sandbox.go:131: time="2024-04-05T00:24:25Z" 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-04-05T00:24:25.861360602Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:25.872947161Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:25.873072105Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.873098123Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:25.873108362Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.873179325Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.873372575Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.874037687Z" 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-04-05T00:24:25.874062223Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:25.874264421Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4109334895/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-04-05T00:24:25.874280290Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:25.874331816Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:25.874344530Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:25.876278618Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-05T00:24:25.876324694Z" level=info msg="loading plugin \"io.containerd.event.
|
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestCacheReleased/worker=containerd-1.6/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=containerd-1.6/frontend=builtin
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2133470138/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2133470138/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:18.652494368 +0000 UTC m=+43.461669395 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2133470138/config.toml
sandbox.go:131: time="2024-04-05T00:24:18Z" 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-04-05T00:24:18.673515546Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:18.685103332Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:18.685225810Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.685249354Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:18.685263761Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.685439638Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.685809799Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.686449524Z" 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-04-05T00:24:18.686504726Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.686719056Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2133470138/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-04-05T00:24:18.686745726Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:18.686826486Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:18.686847445Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:18.688960942Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-05T00:24:18.688984576Z" level=info msg="loading plugin \"io.containerd.event.v1.exc
|
Failed: frontend/dockerfile/TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=client:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=client
=== PAUSE TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=client
=== CONT TestIntegration/TestCacheReleased/worker=containerd-1.6/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=containerd-1.6/frontend=client
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2588764242/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2588764242/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:18.648744018 +0000 UTC m=+43.457919045 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2588764242/config.toml
sandbox.go:131: time="2024-04-05T00:24:18Z" 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-04-05T00:24:18.671387998Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:18.682806695Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:18.682935435Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.682951665Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:18.682971973Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.683062793Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.683287943Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.684118435Z" 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-04-05T00:24:18.684139805Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:18.684323265Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2588764242/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-04-05T00:24:18.684340016Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:18.684401661Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:18.684415166Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:18.686676558Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-05T00:24:18.686733053Z" level=info msg="loading plugin \"io.containerd.event.v1.exchang
|
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/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=containerd-1.6frontend=builtin2609017750/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=builtin
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1700154895/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1700154895/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:16.114707168 +0000 UTC m=+40.923882175 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1700154895/config.toml
sandbox.go:131: time="2024-04-05T00:24:16Z" 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-04-05T00:24:16.134043181Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:16.145813697Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:16.145929483Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.145955381Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:16.145972604Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.146062431Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.146276461Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.146845783Z" 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-04-05T00:24:16.146866592Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.147039074Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1700154895/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-04-05T00:24:16.147054984Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:16.147112621Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:16.147126357Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:16.150693614Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containe
|
Failed: frontend/dockerfile/TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=client:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=client
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=client
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/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=containerd-1.6frontend=client1707733051/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=client
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd511489329/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:16.100758455 +0000 UTC m=+40.909933472 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd511489329/config.toml
sandbox.go:131: time="2024-04-05T00:24:16Z" 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-04-05T00:24:16.122352714Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:16.136109188Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:16.136227199Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.136270840Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:16.136289886Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.136393559Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.136715350Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.137700478Z" 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-04-05T00:24:16.137728931Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:16.137918716Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd511489329/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-04-05T00:24:16.137935336Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:16.137987364Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:16.138000418Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-05T00:24:16.140261237Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-05T00:24:16.140281385Z" level=info msg="loading plugin \"io.containerd.event.v1.e
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=builtin:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=builtin
=== PAUSE TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=builtin
=== CONT TestIntegration/TestCacheImportExport/worker=containerd-1.6/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=containerd-1.6/frontend=builtin
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2781611151/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2781611151/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:14.996388804 +0000 UTC m=+39.805563811 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2781611151/config.toml
sandbox.go:131: time="2024-04-05T00:24:15Z" 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-04-05T00:24:15.028634642Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-05T00:24:15.045871423Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05T00:24:15.046034949Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:15.046083840Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:15.046160503Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:15.046293601Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:15.046699509Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:15.047962176Z" 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-04-05T00:24:15.048145158Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:15.048386416Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2781611151/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-04-05T00:24:15.048407636Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-05T00:24:15.048477015Z" level=warning msg="could not use snapshotte
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=client:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=client
=== PAUSE TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=client
=== CONT TestIntegration/TestCacheImportExport/worker=containerd-1.6/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=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_containerd48484713/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1156338374/buildkitd.toml --root /tmp/bktest_buildkitd3561177548 --addr unix:///tmp/bktest_buildkitd3561177548/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:14.424621145 +0000 UTC m=+39.233796152 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd48484713/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1156338374/buildkitd.toml --root /tmp/bktest_buildkitd3561177548 --addr unix:///tmp/bktest_buildkitd3561177548/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3561177548/net/cni\" for cleanup: open /tmp/bktest_buildkitd3561177548/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="creating new network namespace x2fr3qxom9ygb8xjo53xc6urh" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="finished creating network namespace x2fr3qxom9ygb8xjo53xc6urh" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="finished setting up network namespace x2fr3qxom9ygb8xjo53xc6urh" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:24:14Z" level=info msg="found worker \"xzjwa1f0hlwvpq4oiz728n22j\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:7b826171-bafc-46cb-bdfc-d510149e0d75 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2b03fb18ebae 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-04-05T00:24:14Z" level=info msg="found 1 workers, default=\"xzjwa1f0hlwvpq4oiz728n22j\""
sandbox.go:131: time="2024-04-05T00:24:14Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:14Z" level=i
|
test / run (containerd-1.6, ./frontend/dockerfile, integration)
Process completed with exit code 1.
|
Failed: frontend/dockerfile/TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestCacheImportExport/worker=oci-snapshotter-stargz/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-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_config1572608131/buildkitd.toml --root /tmp/bktest_buildkitd98564382 --addr unix:///tmp/bktest_buildkitd98564382/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1572608131/buildkitd.toml --root /tmp/bktest_buildkitd98564382 --addr unix:///tmp/bktest_buildkitd98564382/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:24.012734608 +0000 UTC m=+20.197809934 /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_config1572608131/buildkitd.toml --root /tmp/bktest_buildkitd98564382 --addr unix:///tmp/bktest_buildkitd98564382/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:24Z" level=debug msg="could not read \"/tmp/bktest_buildkitd98564382/net/cni\" for cleanup: open /tmp/bktest_buildkitd98564382/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:24Z" level=debug msg="creating new network namespace s7xfs4x6rjrxo9aep9gr82vco" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:24Z" level=debug msg="finished creating network namespace s7xfs4x6rjrxo9aep9gr82vco" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:24Z" level=debug msg="finished setting up network namespace s7xfs4x6rjrxo9aep9gr82vco" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:24Z" level=info msg="found worker \"vh62if2j9d3vlfcaxqk4biq35\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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/p
|
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/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-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_config589970718/buildkitd.toml --root /tmp/bktest_buildkitd566117002 --addr unix:///tmp/bktest_buildkitd566117002/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config589970718/buildkitd.toml --root /tmp/bktest_buildkitd566117002 --addr unix:///tmp/bktest_buildkitd566117002/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:23.425243563 +0000 UTC m=+19.610318919 /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_config589970718/buildkitd.toml --root /tmp/bktest_buildkitd566117002 --addr unix:///tmp/bktest_buildkitd566117002/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:23Z" level=debug msg="could not read \"/tmp/bktest_buildkitd566117002/net/cni\" for cleanup: open /tmp/bktest_buildkitd566117002/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:23Z" level=debug msg="creating new network namespace 271isy7p8sam4o3u9r5x7h0gb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:23Z" level=debug msg="finished creating network namespace 271isy7p8sam4o3u9r5x7h0gb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:23Z" level=debug msg="finished setting up network namespace 271isy7p8sam4o3u9r5x7h0gb" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:23Z" level=info msg="found worker \"x4qt28nor39o41c1z8r3okgoz\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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/
|
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestNoCache/worker=oci-snapshotter-stargz/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: "944e3ebfa38de7106593cd11647cc63ea83f643a2ba17e69d7aa9ab6a76318df -\n"
Test: TestIntegration/TestNoCache/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_config4139208317/buildkitd.toml --root /tmp/bktest_buildkitd4243765726 --addr unix:///tmp/bktest_buildkitd4243765726/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: 46c61f28bf96da27751b2e3bc525cf14122cd22563be4ac1669acab6626bb773 -
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: 944e3ebfa38de7106593cd11647cc63ea83f643a2ba17e69d7aa9ab6a76318df -
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config4139208317/buildkitd.toml --root /tmp/bktest_buildkitd4243765726 --addr unix:///tmp/bktest_buildkitd4243765726/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:22.754238969 +0000 UTC m=+18.939314285 /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_config4139208317/buildkitd.toml --root /tmp/bktest_buildkitd4243765726 --addr unix:///tmp/bktest_buildkitd4243765726/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:22Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4243765726/net/cni\" for cleanup: open /tmp/bktest_buildkitd4243765726/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:22Z" level=debug msg="creating new network namespace fisv9rcm5ud5k7lag3ag0zslo" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:22Z" level=debug msg="finished creating network namespace fisv9rcm5ud5k7lag3ag0zslo" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:22Z" level=debug msg="finished setting up network namespace fisv9rcm5ud5k7lag3ag0zslo" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:22Z" level=info msg="found worker \"7w9k1csixnuw4e0u8echqeimw\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:22Z" level=info msg="found 1 workers, default=\"7w9k1csixnuw4e0u8echqeimw\""
sandbox.go:131: time="2024-04-05T00:24:22Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:1
|
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestCopyWildcardCache/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestCopyWildcardCache/worker=oci-snapshotter-stargz/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: "208659fb4e45f4e5ba7d2b99314f2335960e2b1f464f8efbe59f4c0617e563c1 -\n"
Test: TestIntegration/TestCopyWildcardCache/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_config4000478775/buildkitd.toml --root /tmp/bktest_buildkitd2382893970 --addr unix:///tmp/bktest_buildkitd2382893970/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config4000478775/buildkitd.toml --root /tmp/bktest_buildkitd2382893970 --addr unix:///tmp/bktest_buildkitd2382893970/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:14.377695768 +0000 UTC m=+10.562771094 /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_config4000478775/buildkitd.toml --root /tmp/bktest_buildkitd2382893970 --addr unix:///tmp/bktest_buildkitd2382893970/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2382893970/net/cni\" for cleanup: open /tmp/bktest_buildkitd2382893970/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="creating new network namespace tcfqwx58aicz82ud5lw25y1we" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="finished creating network namespace tcfqwx58aicz82ud5lw25y1we" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=debug msg="finished setting up network namespace tcfqwx58aicz82ud5lw25y1we" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:14Z" level=info msg="found worker \"jifjhg2jtc5t3yu1e2xtpb31q\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:14Z" level=info msg="found 1 workers, default=\"jifjhg2jtc5t3yu1e2xtpb31q\""
sandbox.go:131: time="2024-04-05T00:24:14Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:14Z" level=info msg="running server on /tmp/bktest_buildkitd2382893970
|
Failed: frontend/dockerfile/TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3954
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/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:
Unavailable: error reading from server: EOF
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/TestCacheMultiPlatformImportExport/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_config1956381548/buildkitd.toml --root /tmp/bktest_buildkitd539327096 --addr unix:///tmp/bktest_buildkitd539327096/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
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_config1956381548/buildkitd.toml --root /tmp/bktest_buildkitd539327096 --addr unix:///tmp/bktest_buildkitd539327096/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:12.127748801 +0000 UTC m=+8.312824128 /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_config1956381548/buildkitd.toml --root /tmp/bktest_buildkitd539327096 --addr unix:///tmp/bktest_buildkitd539327096/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="could not read \"/tmp/bktest_buildkitd539327096/net/cni\" for cleanup: open /tmp/bktest_buildkitd539327096/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:12Z" le
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildCleared/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestOnBuildCleared/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestOnBuildCleared/worker=oci-snapshotter-stargz/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-snapshotter-stargzfrontend=gateway1980731425/001/foo: no such file or directory
Test: TestIntegration/TestOnBuildCleared/worker=oci-snapshotter-stargz/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 --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3599513287/buildkitd.toml --root /tmp/bktest_buildkitd3442006017 --addr unix:///tmp/bktest_buildkitd3442006017/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:11.920194779 +0000 UTC m=+8.105270104 /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_config3599513287/buildkitd.toml --root /tmp/bktest_buildkitd3442006017 --addr unix:///tmp/bktest_buildkitd3442006017/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:11Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3442006017/net/cni\" for cleanup: open /tmp/bktest_buildkitd3442006017/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="creating new network namespace ae34qawgfxbnf2kowi1umxpwt" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="finished creating network namespace ae34qawgfxbnf2kowi1umxpwt" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="finished setting up network namespace ae34qawgfxbnf2kowi1umxpwt" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=info msg="found worker \"40fsv72skb1yl91q11zrq8pru\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:12Z" level=info msg="found 1 workers, default=\"40fsv72skb1yl91q11zrq8pru\""
sandbox.go:131: time="2024-04-05T00:24:12Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:12Z" level=info msg="running server on /tmp/bktest_buildkitd3442006017/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=d579c576e1a463fb traceID=885a522319bf60c764a0320958b7487f version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg=resolving host="localhost:45243"
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="do request" host="localhost:45243" 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
|
Failed: frontend/dockerfile/TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/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-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_config3804669489/buildkitd.toml --root /tmp/bktest_buildkitd961850797 --addr unix:///tmp/bktest_buildkitd961850797/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
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_config3804669489/buildkitd.toml --root /tmp/bktest_buildkitd961850797 --addr unix:///tmp/bktest_buildkitd961850797/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:11.871888325 +0000 UTC m=+8.056963632 /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_config3804669489/buildkitd.toml --root /tmp/bktest_buildkitd961850797 --addr unix:///tmp/bktest_buildkitd961850797/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:11Z" level=debug msg="could not read \"/tmp/bktest_buildkitd961850797/net/cni\" for cleanup: open /tmp/bktest_buildkitd961850797/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:11Z" level=debug msg="creating new network namespace 9ci1ov06lxplf8spks51yffcq" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:11Z" level=debug msg="finished creating network namespace 9ci1ov06lxplf8spks51yffcq" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=debug msg="finished setting up network namespace 9ci1ov06lxplf8spks51yffcq" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:12Z" level=info msg="found worker \"t69q4q19izeif0phaylshxen8\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:12Z" level=info msg="found 1 workers, default=\"t69q4q19izeif0phaylshxen8\""
sandbox.go:131: time="2024-04-05T00:24:12Z" level=warning msg="currently, only the default worker can be used."
sandbox.
|
Failed: frontend/dockerfile/TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/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-snapshotter-stargz/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 --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2405674711/buildkitd.toml --root /tmp/bktest_buildkitd22158671 --addr unix:///tmp/bktest_buildkitd22158671/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:09.153076394 +0000 UTC m=+5.338151710 /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_config2405674711/buildkitd.toml --root /tmp/bktest_buildkitd22158671 --addr unix:///tmp/bktest_buildkitd22158671/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="could not read \"/tmp/bktest_buildkitd22158671/net/cni\" for cleanup: open /tmp/bktest_buildkitd22158671/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="creating new network namespace 1ks33hh2clf284k3kahl13i1b" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="finished creating network namespace 1ks33hh2clf284k3kahl13i1b" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="finished setting up network namespace 1ks33hh2clf284k3kahl13i1b" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=info msg="found worker \"gc40vh4cti2ly8v31wb31jo1b\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:09Z" level=info msg="found 1 workers, default=\"gc40vh4cti2ly8v31wb31jo1b\""
sandbox.go:131: time="2024-04-05T00:24:09Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:09Z" level=info msg="running server on /tmp/bktest_buildkitd22158671/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="session started" revision=dc0a61c4f518c4b119287931b4f763afa364b43e spanID=527184d9d495d895 traceID=2f04faad23b296314d8b410fd40d6adc version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="skippi
|
Failed: frontend/dockerfile/TestIntegration/TestWildcardRenameCache/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3780
=== RUN TestIntegration/TestWildcardRenameCache/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestWildcardRenameCache/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestWildcardRenameCache/worker=oci-snapshotter-stargz/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-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_config3544838360/buildkitd.toml --root /tmp/bktest_buildkitd2914012609 --addr unix:///tmp/bktest_buildkitd2914012609/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: /files/file1
sandbox.go:131: (interface {}) <nil>
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_config3544838360/buildkitd.toml --root /tmp/bktest_buildkitd2914012609 --addr unix:///tmp/bktest_buildkitd2914012609/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:09.047511001 +0000 UTC m=+5.232586326 /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_config3544838360/buildkitd.toml --root /tmp/bktest_buildkitd2914012609 --addr unix:///tmp/bktest_buildkitd2914012609/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2914012609/net/cni\" for cleanup: open /tmp/bktest_buildkitd2914012609/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="creating new network namespace r6pxmgynqfbos5el9g2fk6dhy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="finished creating network namespace r6pxmgynqfbos5el9g2fk6dhy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="finished setting up network namespace r6pxmgynqfbos5el9g2fk6dhy" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:09Z" level=info msg="found worker \"5xtpvczvu02nfybx8v8lkumcf\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d3f817094dd4 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-04-05T00:24:09Z" level=info msg="found 1 workers, default=\"5xtpvczvu02nfybx8v8lkumcf\""
sandbox.go:131: time="2024-04-05T00:24:09Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-05T00:24:09Z" level=info msg="running server on /tmp/bktest_buildkitd2914012609/buildkitd.sock"
sandbox.go:131: time="2024-04-05T00:24:09Z" level=debug msg="session sta
|
Failed: frontend/dockerfile/TestIntegration/TestNamedImageContext/worker=oci-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L5249
=== RUN TestIntegration/TestNamedImageContext/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestNamedImageContext/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestNamedImageContext/worker=oci-snapshotter-stargz/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-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_config2512365692/buildkitd.toml --root /tmp/bktest_buildkitd4062785581 --addr unix:///tmp/bktest_buildkitd4062785581/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (*errdefs.ExecError)(0xc0000abb30)(process "/bin/sh -c cat /etc/alpine-release > /out" did not complete successfully: exit code: 1)
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_config2512365692/buildkitd.toml --root /tmp/bktest_buildkitd4062785581 --addr unix:///tmp/bktest_buildkitd4062785581/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:25.808250017 +0000 UTC m=+21.993325353 /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_config2512365692/buildkitd.toml --root /tmp/bktest_buildkitd4062785581 --addr unix:///tmp/bktest_buildkitd4062785581/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:25Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4062785581/net/cni\" for cleanup: open /tmp/bktest_buildkitd4062785581/net/cni: no such file or directory"
sandbox.
|
test / run (oci-snapshotter-stargz, ./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/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1265748570/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3828542948/buildkitd.toml --root /tmp/bktest_buildkitd3305180547 --addr unix:///tmp/bktest_buildkitd3305180547/buildkitd.sock --debug
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:131: (interface {}) <nil>
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1265748570/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3828542948/buildkitd.toml --root /tmp/bktest_buildkitd3305180547 --addr unix:///tmp/bktest_buildkitd3305180547/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-05 00:24:02.141278308 +0000 UTC m=+4.470934946 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd1265748570/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config3828542948/buildkitd.toml --root /tmp/bktest_buildkitd3305180547 --addr unix:///tmp/bktest_buildkitd3305180547/buildkitd.sock --debug
sandbox.go:131: time="2024-04-05T00:24:02Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3305180547/net/cni\" for cleanup: open /tmp/bktest_buildkitd3305180547/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-05T00:24:02Z" level=debug msg="creating new network namespace l4wvg5mv8xkuufhoccs2tvst7" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:02Z" level=debug msg="finished creating network namespace l4wvg5mv8xkuufhoccs2tvst7" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:02Z" level=debug msg="finished setting up network namespace l4wvg5mv8xkuufhoccs2tvst7" revision=dc0a61c4f518c4b119287931b4f763afa364b43e version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-05T00:24:02Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-05T00:24:02Z" level=info msg="found worker \"3jbcic31mruw3dtd581l6ib19\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:6610f356-6901-468d-ad5b-a4a2abbf7aa0 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:2f10d7af501e org.mobyproject.buildkit.worker.network:cni org.mobyp
|
Failed: frontend/dockerfile/TestIntegration/TestImageManifestCacheImportExport/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=containerd-snapshotter-stargz/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:
Unavailable: error reading from server: EOF
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/TestImageManifestCacheImportExport/worker=containerd-snapshotter-stargz/frontend=gateway
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3047535006/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3047535006/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:41.656487337 +0000 UTC m=+43.986143965 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3047535006/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3047535006/root
sandbox.go:131: {"key":"buildkit/1/tmp-8wfkpararpf4msrwhvrvzway4 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc3047535006/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-04-05T00:24:42.018782654Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-8wfkpararpf4msrwhvrvzway4 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc3047535006/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:42.018968437Z"}
sandbox.go:131: {"digest":"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","error":null,"key":"buildkit/1/tmp-8wfkpararpf4msrwhvrvzway4 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc3047535006/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t
|
Failed: frontend/dockerfile/TestIntegration/TestImportExportReproducibleIDs/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4332
=== RUN TestIntegration/TestImportExportReproducibleIDs/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestImportExportReproducibleIDs/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestImportExportReproducibleIDs/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=gateway
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3470419259/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:53.937926049 +0000 UTC m=+56.267582667 /usr/bin/containerd --config /tmp/bktest_containerd3470419259/config.toml
sandbox.go:131: time="2024-04-05T00:24:53Z" 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-04-05T00:24:53.955560002Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:53.976595400Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:53.976629864Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:53.976677462Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.976796382Z" 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-04-05T00:24:53.976819074Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.976836406Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:53.976853067Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.976963350Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.977257845Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.978111220Z" 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-04-05T00:24:53.978138480Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.978301561Z" level=info msg="skip loading plugin \"i
|
Failed: frontend/dockerfile/TestIntegration/TestNoCache/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4416
=== RUN TestIntegration/TestNoCache/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestNoCache/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestNoCache/worker=containerd-snapshotter-stargz/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: "2bb6687ef7d853270e1fce63be2c1178f886efebde0b2b28b5ae7d211585838e -\n"
Test: TestIntegration/TestNoCache/worker=containerd-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd1355620409/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1355620409/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:53.426113152 +0000 UTC m=+55.755769780 /usr/bin/containerd --config /tmp/bktest_containerd1355620409/config.toml
sandbox.go:131: time="2024-04-05T00:24:53Z" 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-04-05T00:24:53.466035585Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:53.487656757Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:53.487689388Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:53.487728059Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.487814709Z" 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-04-05T00:24:53.487860774Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.487891261Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:53.487917790Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.488056286Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.488342335Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.489327445Z" 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-04-05T00:24:53.489402013Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:53.489665460Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1355620409/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-04-05T00:24:53.489714952Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-05
|
Failed: frontend/dockerfile/TestIntegration/TestPullScratch/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L1903
=== RUN TestIntegration/TestPullScratch/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestPullScratch/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestPullScratch/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd3914323869/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3914323869/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:51.682691686 +0000 UTC m=+54.012348324 /usr/bin/containerd --config /tmp/bktest_containerd3914323869/config.toml
sandbox.go:131: time="2024-04-05T00:24:51Z" 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-04-05T00:24:51.703715603Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:51.725845052Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:51.725921625Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:51.725977880Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.726141622Z" 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-04-05T00:24:51.726166318Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.726204358Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:51.726224636Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.726340520Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.726615348Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.729869542Z" 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-04-05T00:24:51.729927740Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:51.730269982Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3914323869/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-04-05T00:24:51.730290580Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2
|
Failed: frontend/dockerfile/TestIntegration/TestCopyWildcardCache/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestCopyWildcardCache/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestCopyWildcardCache/worker=containerd-snapshotter-stargz/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: "667d9f43857bdabeb1ca6110deeb87cec7ad2424013e9214e38f95c83dca9189 -\n"
Test: TestIntegration/TestCopyWildcardCache/worker=containerd-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2009864288/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2009864288/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2009864288/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2009864288/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:41.246794191 +0000 UTC m=+43.576450819 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2009864288/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2009864288/root
sandbox.go:131: {"key":"buildkit/1/tmp-xl2mg1o3po2m6u9ey25b2w8d3 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc2009864288/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-04-05T00:24:41.568333084Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-xl2mg1o3po2m6u9ey25b2w8d3 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc2009864288/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:41.568556136Z"}
sandbox.go:131: {"digest":"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","error":null,"key":"buildkit/1/tmp-xl2mg1o3po2m6u9ey25b2w8d3 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc2009864288/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:41.568732632Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-xl2mg1o3po2m6u9ey25b2w8d3 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc2009864288/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:41.817500973Z"}
sandbox.go:131: {"error":"failed to resolve layer \"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52\" from \"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e\": failed to resolve the blob: failed to resolve the source: cannot resolve layer: failed to redirect (host \"registry-1.docker.io\", re
|
Failed: frontend/dockerfile/TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3954
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2038514874/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2038514874/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2038514874/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2038514874/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:37.130723513 +0000 UTC m=+39.460380151 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc2038514874/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc2038514874/root
sandbox.go:131: {"key":"buildkit/1/tmp-pic2gim61fi0zylhalfg9ppd9 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc2038514874/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-04-05T00:24:37.511085510Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-pic2gim61fi0zylhalfg9ppd9 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc2038514874/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:37.511305286Z"}
sandbox.go:131: {"digest":"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","error":null,"key":"buildkit/1/tmp-pic2gim61fi0zylhalfg9ppd9 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc2038514874/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:37.511476262Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-pic2gim61fi0zylhalfg9ppd9 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc2038514874/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7
|
Failed: frontend/dockerfile/TestIntegration/TestOnBuildCleared/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestOnBuildCleared/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestOnBuildCleared/worker=containerd-snapshotter-stargz/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-snapshotter-stargzfrontend=gateway3823266019/001/foo: no such file or directory
Test: TestIntegration/TestOnBuildCleared/worker=containerd-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc4092435125/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc4092435125/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc4092435125/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc4092435125/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:36.76722898 +0000 UTC m=+39.096885608 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc4092435125/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc4092435125/root
sandbox.go:131: {"key":"buildkit/1/tmp-vyuvzaq5hij5u9mb8xhz4y57k sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc4092435125/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-04-05T00:24:37.221256081Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-vyuvzaq5hij5u9mb8xhz4y57k sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc4092435125/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:37.221460599Z"}
sandbox.go:131: {"digest":"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","error":null,"key":"buildkit/1/tmp-vyuvzaq5hij5u9mb8xhz4y57k sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc4092435125/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:37.221645651Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-vyuvzaq5hij5u9mb8xhz4y57k sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc4092435125/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:37.597836056Z"}
sandbox.go:131: {"error":"failed to resolve layer \"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52\" from \"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e\": failed to resolve the blob: failed to res
|
Failed: frontend/dockerfile/TestIntegration/TestFrontendInputs/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestFrontendInputs/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestFrontendInputs/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=gateway
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3241618568/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3241618568/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:35.940863688 +0000 UTC m=+38.270520296 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc3241618568/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc3241618568/root
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd2365343357/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd2365343357/config.toml
sandbox.go:131: > StartCmd 2024-04-05 00:24:36.051996098 +0000 UTC m=+38.381652696 /usr/bin/containerd --config /tmp/bktest_containerd2365343357/config.toml
sandbox.go:131: time="2024-04-05T00:24:36Z" 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-04-05T00:24:36.074261347Z" level=info msg="starting containerd" revision=8c087663b0233f6e6e2f4515cee61d49f14746a8 version=v1.7.7
sandbox.go:131: time="2024-04-05T00:24:36.098108681Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-05T00:24:36.098178209Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-05T00:24:36.098258658Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.098399509Z" 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-04-05T00:24:36.098445784Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.098479937Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-05T00:24:36.098523868Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.098678334Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.098981855Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-05T00:24:36.099926
|
Failed: frontend/dockerfile/TestIntegration/TestExportCacheLoop/worker=containerd-snapshotter-stargz/frontend=gateway:
frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=containerd-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestExportCacheLoop/worker=containerd-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestExportCacheLoop/worker=containerd-snapshotter-stargz/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-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1943710457/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1943710457/root
sandbox.go:128: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1943710457/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1943710457/root
sandbox.go:131: > StartCmd 2024-04-05 00:24:31.567673402 +0000 UTC m=+33.897330050 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc1943710457/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc1943710457/root
sandbox.go:131: {"key":"buildkit/1/tmp-wit1bj8yhw696eizm4mifsu48 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","msg":"preparing filesystem mount at mountpoint=/tmp/bktest_containerd_stargz_grpc1943710457/root/snapshotter/snapshots/1/fs","parent":"","time":"2024-04-05T00:24:31.954334602Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-wit1bj8yhw696eizm4mifsu48 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc1943710457/root/snapshotter/snapshots/1/fs","msg":"resolving","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:31.954506219Z"}
sandbox.go:131: {"digest":"sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","error":null,"key":"buildkit/1/tmp-wit1bj8yhw696eizm4mifsu48 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"debug","mountpoint":"/tmp/bktest_containerd_stargz_grpc1943710457/root/snapshotter/snapshots/1/fs","msg":"using default handler","parent":"","ref":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","time":"2024-04-05T00:24:31.954689368Z"}
sandbox.go:131: {"key":"buildkit/1/tmp-wit1bj8yhw696eizm4mifsu48 sha256:ab3b168e6f519933fdcd53e48f30d458093360dff1022b3249d512514f3df399","level":"info","mountpoint":"/tmp/bktest_containerd_stargz_grpc1943710457/root/snapshotter/snapshots/1/fs","msg":"Received status code: 401 Unauthorized. Refreshing creds...","parent":"","src":"docker.io/buildkit_test/t6xvqp1hsfmup7p79twsun55t:latest@sha256:b43d1e179fff30e6a81c2dc9ce85097b69443042bece78ed79401ea98511798e/sha256:0e1d8b7b720b2994db1a75e0e8a249f57a23ca870bb2ab1830bd8b3541909f52","ti
|
test / run (containerd-snapshotter-stargz, ./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 (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-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, 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, 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, ./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-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, ./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 (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 (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 (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 (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-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-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/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-reports
Expired
|
37.8 MB |
|