Cache IDs & fix BK result caching #178
Annotations
11 errors and 1 warning
Generate annotations:
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_containerd4059288702/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4059288702/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:08:53.513526461 +0000 UTC m=+1.655554657 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd4059288702/config.toml
sandbox.go:131: time="2024-04-09T00:08: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-09T00:08:53.537423033Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:08:53.563762401Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:08:53.563904576Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.563941675Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:53.563964638Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.564092276Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.564409279Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.565719077Z" 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-09T00:08:53.565743222Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.565899283Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd4059288702/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-09T00:08:53.565917457Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-09T00:08:53.565987577Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:53.565999560Z" leve
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L2155
=== RUN TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:2155:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2155
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
open /tmp/TestIntegrationTestDockerfileADDFromURLworker=containerd-1.6frontend=gateway965585527/002/dest/__unnamed__: no such file or directory
Test: TestIntegration/TestDockerfileADDFromURL/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2146911351/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3868694131/buildkitd.toml --root /tmp/bktest_buildkitd3983748638 --addr unix:///tmp/bktest_buildkitd3983748638/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2146911351/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3868694131/buildkitd.toml --root /tmp/bktest_buildkitd3983748638 --addr unix:///tmp/bktest_buildkitd3983748638/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-09 00:09:00.681461929 +0000 UTC m=+8.823490144 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd2146911351/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3868694131/buildkitd.toml --root /tmp/bktest_buildkitd3983748638 --addr unix:///tmp/bktest_buildkitd3983748638/buildkitd.sock --debug
sandbox.go:131: time="2024-04-09T00:09:00Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3983748638/net/cni\" for cleanup: open /tmp/bktest_buildkitd3983748638/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-09T00:09:00Z" level=debug msg="creating new network namespace z2iqwlwgcw9oka73ugmqv5r07" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:00Z" level=debug msg="finished creating network namespace z2iqwlwgcw9oka73ugmqv5r07" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:00Z" level=debug msg="finished setting up network namespace z2iqwlwgcw9oka73ugmqv5r07" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:00Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-09T00:09:00Z" level=info msg="found worker \"mm8mysevd3gvl1xfe8k2i085v\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:39b8ec8f-9022-46d2-9d0d-c482d1f020eb org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:20e065e720a6 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-09T00:09:00Z" level=info msg="found 1 workers, default=\"mm8mysevd3gvl1xfe8k2i085v\""
sandbox.go:131: time="2024-04-09T00:09:00Z" level=warning msg="
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L2257
=== RUN TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:2257:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:2257
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
open /tmp/TestIntegrationTestDockerfileAddArchiveworker=containerd-1.6frontend=gateway1630317409/003/t.tar.gz: no such file or directory
Test: TestIntegration/TestDockerfileAddArchive/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3172000143/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3172000143/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:09:00.305479542 +0000 UTC m=+8.447507738 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd3172000143/config.toml
sandbox.go:131: time="2024-04-09T00:09:00Z" 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-09T00:09:00.321344852Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:09:00.331857330Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:09:00.331966794Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:00.331990257Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:09:00.332004203Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:00.332094412Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:00.332305174Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:00.332963150Z" 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-09T00:09:00.332986404Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:00.333204049Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3172000143/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-09T00:09:00.333222874Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-09T00:09:00.333282415Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:09:00.333299357Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-09T00:09:00.334996529Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.di
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6789
=== RUN TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestCacheReleased/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestCacheReleased/worker=containerd-1.6/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=containerd-1.6/frontend=gateway
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1681666802/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:08:56.840121983 +0000 UTC m=+4.982150199 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1681666802/config.toml
sandbox.go:131: time="2024-04-09T00:08:56Z" 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-09T00:08:56.864281583Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:08:56.881920680Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:08:56.882064669Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:56.882095907Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:56.882128949Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:56.882274406Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:56.882632855Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:56.883633882Z" 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-09T00:08:56.883664730Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:56.883977293Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1681666802/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-09T00:08:56.884001788Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-09T00:08:56.884097457Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:56.884135989Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-09T00:08:56.887462803Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
sandbox.go:131: time="2024-04-09T00:08:56.887523216Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-09T00:08:56.887554905Z" level=info msg="loading
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L3624
=== RUN TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:3624:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3624
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
open /tmp/TestIntegrationTestMultiStageImplicitFromworker=containerd-1.6frontend=gateway2688198839/002/go: no such file or directory
Test: TestIntegration/TestMultiStageImplicitFrom/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460480697/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460480697/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:08:55.498615695 +0000 UTC m=+3.640643911 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd2460480697/config.toml
sandbox.go:131: time="2024-04-09T00:08:55Z" 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-09T00:08:55.529880518Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:08:55.549694255Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:08:55.549833384Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:55.549860425Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:55.549878388Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:55.550067679Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:55.550316313Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:55.558535583Z" 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-09T00:08:55.558610142Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:55.558965224Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd2460480697/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-09T00:08:55.559025036Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-09T00:08:55.559143317Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:55.559189342Z" level=info msg="metadata content store policy set" policy=shared
sandbox.go:131: time="2024-04-09T00:08:55.568638286Z" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.container
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestCacheImportExport/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestCacheImportExport/worker=containerd-1.6/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:
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/TestCacheImportExport/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1106099292/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:08:53.514356202 +0000 UTC m=+1.656384418 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1106099292/config.toml
sandbox.go:131: time="2024-04-09T00:08: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-09T00:08:53.544830872Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:08:53.570287077Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:08:53.611482425Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.611525105Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:53.611539792Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.611652152Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.611941611Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.613185920Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=containerd-1.6/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-1.6/frontend=gateway
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd735911729/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd735911729/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:08:53.513798861 +0000 UTC m=+1.655827058 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd735911729/config.toml
sandbox.go:131: time="2024-04-09T00:08: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-09T00:08:53.537396130Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:08:53.563423162Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:08:53.563622213Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.563686593Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:08:53.563724213Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.563898477Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:08:53.564542014Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L863
=== RUN TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:863:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:863
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Should not be: "fc2803e39998964859335a557177ffcb0cc74470945fba34d7641956aafdcebb -\n"
Test: TestIntegration/TestCopyWildcardCache/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3005628675/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config499931396/buildkitd.toml --root /tmp/bktest_buildkitd4240562972 --addr unix:///tmp/bktest_buildkitd4240562972/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-09 00:09:19.150310682 +0000 UTC m=+27.292338888 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3005628675/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config499931396/buildkitd.toml --root /tmp/bktest_buildkitd4240562972 --addr unix:///tmp/bktest_buildkitd4240562972/buildkitd.sock --debug
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4240562972/net/cni\" for cleanup: open /tmp/bktest_buildkitd4240562972/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="creating new network namespace ueqmfiu3k0urawvclsmt0dw3t" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="finished creating network namespace ueqmfiu3k0urawvclsmt0dw3t" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="finished setting up network namespace ueqmfiu3k0urawvclsmt0dw3t" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-09T00:09:19Z" level=info msg="found worker \"mnnp5l78bcoq4bx18wjq4f7is\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:78e4457a-ffe3-4d13-97b5-3b51a78db63d org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:20e065e720a6 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-09T00:09:19Z" level=info msg="found 1 workers, default=\"mnnp5l78bcoq4bx18wjq4f7is\""
sandbox.go:131: time="2024-04-09T00:09:19Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-04-09T00:09:19Z" level=info msg="running server on /tmp/bktest_buildkitd4240562972/buildkitd.sock"
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg="session started" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 spanID=e3a716a67dfe0ee2 traceID=1f033c8a23d708dde8fad86ecf97e273 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:19Z" level=debug msg=resolving host="localhost:45125"
sandbox.go:131: time="2024-04-09T00:09:19
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L3954
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:3954:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3954
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestCacheMultiPlatformImportExport/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1040098284/config.toml
sandbox.go:131: > StartCmd 2024-04-09 00:09:16.211343511 +0000 UTC m=+24.353371717 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd1040098284/config.toml
sandbox.go:131: time="2024-04-09T00:09: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-09T00:09:16.236657894Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-04-09T00:09:16.256115021Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-09T00:09:16.256257397Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:16.256336765Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-09T00:09:16.256365458Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:16.256813533Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:16.257447795Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:16.258687856Z" 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-09T00:09:16.258716119Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-09T00:09:16.259078063Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1040098284/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-09T00:09:16.259462500Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-09T00:09:16.259730810Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L3881
=== RUN TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway
dockerfile_test.go:3881:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3881
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
open /tmp/TestIntegrationTestOnBuildClearedworker=containerd-1.6frontend=gateway3683592960/001/foo: no such file or directory
Test: TestIntegration/TestOnBuildCleared/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4280152042/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1417801185/buildkitd.toml --root /tmp/bktest_buildkitd718862802 --addr unix:///tmp/bktest_buildkitd718862802/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4280152042/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1417801185/buildkitd.toml --root /tmp/bktest_buildkitd718862802 --addr unix:///tmp/bktest_buildkitd718862802/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-04-09 00:09:15.888553895 +0000 UTC m=+24.030582101 /usr/bin/buildkitd --oci-worker=false --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4280152042/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1417801185/buildkitd.toml --root /tmp/bktest_buildkitd718862802 --addr unix:///tmp/bktest_buildkitd718862802/buildkitd.sock --debug
sandbox.go:131: time="2024-04-09T00:09:15Z" level=debug msg="could not read \"/tmp/bktest_buildkitd718862802/net/cni\" for cleanup: open /tmp/bktest_buildkitd718862802/net/cni: no such file or directory"
sandbox.go:131: time="2024-04-09T00:09:15Z" level=debug msg="creating new network namespace txd2yimhs584w0uzo9wpjnheb" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:15Z" level=debug msg="finished creating network namespace txd2yimhs584w0uzo9wpjnheb" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:15Z" level=debug msg="finished setting up network namespace txd2yimhs584w0uzo9wpjnheb" revision=5711c6f7d8c51df4568a44c6cf86cd32d4cb7863 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-04-09T00:09:15Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-04-09T00:09:15Z" level=info msg="found worker \"f1ldavao1mxqjte5qwv7n1269\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:c34aae4f-b3c7-4b7a-8860-123e73caf5a7 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:20e065e720a6 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-09T00:09:16Z" level=info msg="found 1 workers, default=\"f1ldavao1mxqjte5qwv7n1269\""
sandbox.go:131: time="2024-04-09T00:09:16Z" level=warning msg="currently, only the default worker can be used."
|
Test
Process completed with exit code 1.
|
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/.
|
Loading