Skip to content

frontend: update lint checks to use all args instead of non-nil args #4500

frontend: update lint checks to use all args instead of non-nil args

frontend: update lint checks to use all args instead of non-nil args #4500

Triggered via pull request October 3, 2024 15:30
Status Failure
Total duration 18m 29s
Artifacts 33

frontend.yml

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

Annotations

32 errors
Failed: frontend/dockerfile/TestIntegration: frontend/dockerfile/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45053/library/busybox:latest time="2024-10-03T15:35:09Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45053" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45053/library/alpine:latest run.go:272: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:38325/amd64/bullseye-20230109-slim:latest --- FAIL: TestIntegration (0.06s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin: frontend/dockerfile/sandbox.go#L135
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin === PAUSE TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin === CONT TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin sandbox.go:135: stdout: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd684643594/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_containerd684643594/config.toml sandbox.go:135: stderr: /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd684643594/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_containerd684643594/config.toml sandbox.go:138: > StartCmd 2024-10-03 15:36:34.407992045 +0000 UTC m=+85.659197937 /usr/bin/sudo -u #1000 -i CONTAINERD_ROOTLESS_ROOTLESSKIT_STATE_DIR=/tmp/bktest_containerd684643594/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_containerd684643594/config.toml sandbox.go:138: time="2024-10-03T15:36:34Z" level=warning msg="containerd config version `1` has been deprecated and will be converted on each startup in containerd v2.0, use `containerd config migrate` after upgrading to containerd 2.0 to avoid conversion on startup" sandbox.go:138: time="2024-10-03T15:36:34.472688021Z" level=info msg="starting containerd" revision=472731909fa34bd7bc9c087e4c27943f9835f111 version=v1.7.21 sandbox.go:138: time="2024-10-03T15:36:34.498962316Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:138: time="2024-10-03T15:36:34.498996279Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:138: time="2024-10-03T15:36:34.499036063Z" level=warning msg="failed to load plugin io.containerd.internal.v1.opt" error="mkdir /opt/containerd: permission denied" sandbox.go:138: time="2024-10-03T15:36:34.499050991Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:138: time="2024-10-03T15:36:34.499067703Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.499153543Z" 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:138: time="2024-10-03T15:36:34.499173080Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.499194981Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.499213145Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.499319594Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.499574381Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:34.501125979Z" 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
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client: frontend/dockerfile/sandbox.go#L135
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client === PAUSE TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client === CONT TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client sandbox.go:135: stderr: /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 68882 buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4222960824/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config661160231/buildkitd.toml --root /tmp/bktest_buildkitd3839211429 --addr unix:///tmp/bktest_buildkitd3839211429/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-10-03 15:36:34.243017836 +0000 UTC m=+85.494223737 /usr/bin/sudo -u #1000 -i -- exec nsenter -U --preserve-credentials -m -t 68882 buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4222960824/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=native --containerd-worker-snapshotter=native --config=/tmp/bktest_config661160231/buildkitd.toml --root /tmp/bktest_buildkitd3839211429 --addr unix:///tmp/bktest_buildkitd3839211429/buildkitd.sock --debug sandbox.go:138: warning: GOCOVERDIR not set, no coverage data emitted sandbox.go:138: time="2024-10-03T15:36:34Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-10-03T15:36:34Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="running in rootless mode" sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:138: time="2024-10-03T15:36:34Z" level=info msg="found worker \"7mnyhnsf9wpqt8z7kw3y9nynm\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:45f3ad94-5324-436a-b782-e43c669da22f org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:308fdcd29be7 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 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/arm/v7 linux/arm/v6]" sandbox.go:138: time="2024-10-03T15:36:34Z" level=info msg="found 1 workers, default=\"7mnyhnsf9wpqt8z7kw3y9nynm\"" sandbox.go:138: time="2024-10-03T15:36:34Z" level=warning msg="currently, only the default worker can be used." sandbox.go:138: time="2024-10-03T15:36:34Z" level=info msg="running server on /tmp/bktest_buildkitd3839211429/buildkitd.sock" sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="session started" spanID=d9f2d1f7a82cfa66 traceID=07a8da862c2aadf68fa2d4104cf138ab sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="new ref for local: uagr7kmunnm8l4k82sqmrc5ik" span="[internal] load build definition from Dockerfile" spanID=750a24c8695ad654 traceID=c8f2e97e120992a1e340ae3f0705c2db sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="diffcopy took: 1.840127ms" span="[internal] load build definition from Dockerfile" spanID=3ed5637c24b90c99 traceID=c8f2e97e120992a1e340ae3f0705c2db sandbox.go:138: time="2024-10-03T15:36:34Z" level=debug msg="saved uagr7kmunnm8l4k82sqmrc5ik as dockerfile:dockerfile:" span="[internal] load build definition from Dockerfile" spanID=750a24c8695ad654 traceID=c8f2e97e120992a1e340ae3f0705c2db sandbox.go:138: time="2024-10-03T15:36:34Z" level=error msg="/moby.buildkit.v1.frontend.LLBBridge/
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#04: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#04 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#04 (0.33s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#04: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#04 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#04 (0.38s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#04: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#04 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc00100b9c0)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#04 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#04 (0.24s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#05: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#05 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=progress#05 (0.25s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=unmarshal#04: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=unmarshal#04 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc0014d0100)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=unmarshal#04 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=unmarshal#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=unmarshal#04 (0.29s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#05: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#05 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc000de2400)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#05 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=client/warntype=unmarshal#05 (0.24s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#05: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#05 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:36377/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-rootless/frontend=builtin/warntype=progress#05 (0.27s)
test / run (containerd-rootless, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration: frontend/dockerfile/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36907/library/alpine:latest time="2024-10-03T15:35:10Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36907" run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36907/library/busybox:latest run.go:272: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:43227/amd64/bullseye-20230109-slim:latest --- FAIL: TestIntegration (0.07s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin: frontend/dockerfile/sandbox.go#L135
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin === PAUSE TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin === CONT TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin sandbox.go:135: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4274147925/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config899576184/buildkitd.toml --root /tmp/bktest_buildkitd2829053380 --addr unix:///tmp/bktest_buildkitd2829053380/buildkitd.sock --debug sandbox.go:138: > StartCmd 2024-10-03 15:36:15.941944152 +0000 UTC m=+66.387560531 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd4274147925/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --containerd-worker-snapshotter=stargz --config=/tmp/bktest_config899576184/buildkitd.toml --root /tmp/bktest_buildkitd2829053380 --addr unix:///tmp/bktest_buildkitd2829053380/buildkitd.sock --debug sandbox.go:138: time="2024-10-03T15:36:15Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-10-03T15:36:15Z" level=warning msg="failed to get disk size: no such file or directory" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2829053380/net/cni\" for cleanup: open /tmp/bktest_buildkitd2829053380/net/cni: no such file or directory" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="creating new network namespace eii55a9q56y4uh1kl9eheha8e" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="finished creating network namespace eii55a9q56y4uh1kl9eheha8e" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="finished setting up network namespace eii55a9q56y4uh1kl9eheha8e" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]" sandbox.go:138: time="2024-10-03T15:36:16Z" level=info msg="found worker \"e2hfwrd61ny1kanruoodtjwdg\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:e6dbc150-21b8-47f5-aade-d37faae3119f org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:e71c75ee8bfd org.mobyproject.buildkit.worker.network:cni 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/arm/v7 linux/arm/v6]" sandbox.go:138: time="2024-10-03T15:36:16Z" level=info msg="found 1 workers, default=\"e2hfwrd61ny1kanruoodtjwdg\"" sandbox.go:138: time="2024-10-03T15:36:16Z" level=warning msg="currently, only the default worker can be used." sandbox.go:138: time="2024-10-03T15:36:16Z" level=info msg="running server on /tmp/bktest_buildkitd2829053380/buildkitd.sock" sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="session started" spanID=9e9395030182ce50 traceID=364b099ea28e657835c03f9a6947f66c sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="new ref for local: bgp1o7x1xwkruwnf7k3g1ustw" span="[internal] load build definition from Dockerfile" spanID=932d55eaca398948 traceID=83504800ce725a35c7f997824b41548a sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="diffcopy took: 3.094418ms" span="[internal] load build definition from Dockerfile" spanID=7332ff7821d2d919 traceID=83504800ce725a35c7f997824b41548a sandbox.go:138: time="2024-10-03T15:36:16Z" level=debug msg="saved bgp1o7x1xwkruwnf7k3g1ustw as dockerfil
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client: frontend/dockerfile/sandbox.go#L135
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client === PAUSE TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client === CONT TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client sandbox.go:135: stdout: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc531252981/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc531252981/root sandbox.go:135: stderr: /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc531252981/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc531252981/root sandbox.go:138: > StartCmd 2024-10-03 15:36:15.698877874 +0000 UTC m=+66.144494243 /usr/bin/containerd-stargz-grpc --log-level debug --address /tmp/bktest_containerd_stargz_grpc531252981/containerd-stargz-grpc.sock --root /tmp/bktest_containerd_stargz_grpc531252981/root sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.034105812Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.034218903Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.043207746Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.043264011Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.095516387Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/2/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.095565769Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.102583144Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/2/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.102655199Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.195212410Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.195296708Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.217370193Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/2/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.217440635Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36:16.250915869Z"} sandbox.go:138: {"key":"buildkit/1/opgp3xlobi58aeo2wp3g0y2em","level":"debug","mount-point":"/tmp/bktest_containerd_stargz_grpc531252981/root/snapshotter/snapshots/1/fs","msg":"layer is normal snapshot(overlayfs)","time":"2024-10-03T15:36:16.251004264Z"} sandbox.go:138: {"key":"buildkit/2/bhpi9115ejpb0w9jgfeawwmyn","level":"debug","msg":"checking layer availability","time":"2024-10-03T15:36
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#04: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#04 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#04 (0.42s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#04: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#04 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#04 (0.36s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#04: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#04 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc001055a80)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#04 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#04 (0.32s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=unmarshal#04: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=unmarshal#04 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc00108abc0)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=unmarshal#04 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=unmarshal#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=unmarshal#04 (0.32s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#05: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#05 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=progress#05 (0.26s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#05: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#05 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=client/warntype=progress#05 (0.29s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#05: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#05 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41801/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc002733340)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#05 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd-snapshotter-stargz/frontend=builtin/warntype=unmarshal#05 (0.26s)
test / run (containerd-snapshotter-stargz, ./frontend/dockerfile, integration)
Process completed with exit code 1.
Failed: frontend/dockerfile/TestIntegration: frontend/dockerfile/run.go#L272
=== RUN TestIntegration run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42543/library/busybox:latest time="2024-10-03T15:35:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42543" run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42543/library/alpine:latest time="2024-10-03T15:35:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42543" run.go:272: copied local:/mainline.tar to local mirror localhost:42543/buildkit_test/79vm36utkaodgbw38i81lmnca:latest run.go:272: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:41249/amd64/bullseye-20230109-slim:latest --- FAIL: TestIntegration (0.04s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway: frontend/dockerfile/sandbox.go#L135
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway === PAUSE TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway === CONT TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway sandbox.go:135: stderr: /usr/bin/containerd --config /tmp/bktest_containerd1973870616/config.toml sandbox.go:138: > StartCmd 2024-10-03 15:36:32.635921847 +0000 UTC m=+42.888245572 /usr/bin/containerd --config /tmp/bktest_containerd1973870616/config.toml sandbox.go:138: time="2024-10-03T15:36:32Z" level=warning msg="containerd config version `1` has been deprecated and will be converted on each startup in containerd v2.0, use `containerd config migrate` after upgrading to containerd 2.0 to avoid conversion on startup" sandbox.go:138: time="2024-10-03T15:36:32.660880544Z" level=info msg="starting containerd" revision=472731909fa34bd7bc9c087e4c27943f9835f111 version=v1.7.21 sandbox.go:138: time="2024-10-03T15:36:32.689632601Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:138: time="2024-10-03T15:36:32.689667326Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:138: time="2024-10-03T15:36:32.689714925Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:138: time="2024-10-03T15:36:32.689731666Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.689822035Z" 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:138: time="2024-10-03T15:36:32.689839708Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.689857100Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.689869674Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.689980461Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.690244825Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.691953204Z" 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:138: time="2024-10-03T15:36:32.692008267Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:32.692600817Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd1973870616/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:138: time="2024-10-03T15:36:32.692617929Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:138: time="2024-10-03T15:36:32.692743794Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:138: time="2024-10-03T15:36:32.692802173Z" level=info msg="metadata content store policy set" policy=shared sandbox.go:138: time="2024-10-03T15:36:32.695781353Z" level=info msg="loading plugin \"io.cont
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway: frontend/dockerfile/dockerfile_test.go#L8080
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway === PAUSE TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway === CONT TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway dockerfile_test.go:8080: SOURCE_DATE_EPOCH=1673354096 sandbox.go:135: stdout: /usr/bin/containerd --config /tmp/bktest_containerd514631693/config.toml sandbox.go:135: stderr: /usr/bin/containerd --config /tmp/bktest_containerd514631693/config.toml sandbox.go:138: > StartCmd 2024-10-03 15:36:26.410298701 +0000 UTC m=+36.662622426 /usr/bin/containerd --config /tmp/bktest_containerd514631693/config.toml sandbox.go:138: time="2024-10-03T15:36:26Z" level=warning msg="containerd config version `1` has been deprecated and will be converted on each startup in containerd v2.0, use `containerd config migrate` after upgrading to containerd 2.0 to avoid conversion on startup" sandbox.go:138: time="2024-10-03T15:36:26.430495479Z" level=info msg="starting containerd" revision=472731909fa34bd7bc9c087e4c27943f9835f111 version=v1.7.21 sandbox.go:138: time="2024-10-03T15:36:26.464131663Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1 sandbox.go:138: time="2024-10-03T15:36:26.464185633Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1 sandbox.go:138: time="2024-10-03T15:36:26.464235547Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1 sandbox.go:138: time="2024-10-03T15:36:26.464313452Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.464404201Z" 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:138: time="2024-10-03T15:36:26.464436602Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.464456399Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." error="devmapper not configured: skip plugin" type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.464468341Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.464569129Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.464805460Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.465971978Z" 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:138: time="2024-10-03T15:36:26.466034324Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1 sandbox.go:138: time="2024-10-03T15:36:26.466224209Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd514631693/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:138: time="2024-10-03T15:36:26.466298187Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1 sandbox.go:138: time="2024-10-03T15:36:26.466435173Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1 sandbox.go:138: time="2024-10-03T15:36:26.466540469Z" level=info msg="
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#04: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#04 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41897/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#04 (0.46s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#04: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#04 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41897/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc002a87300)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#04 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#04 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#04 (0.25s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#05: frontend/dockerfile/dockerfile_lint_test.go#L1553
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#05 dockerfile_lint_test.go:1553: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1482 /src/frontend/dockerfile/dockerfile_lint_test.go:1553 Error: Received unexpected error: busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41897/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=progress#05 (0.48s)
Failed: frontend/dockerfile/TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#05: frontend/dockerfile/dockerfile_lint_test.go#L1396
=== RUN TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#05 dockerfile_lint_test.go:1396: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1396 /src/frontend/gateway/grpcclient/client.go:216 /src/client/build.go:58 /src/client/solve.go:296 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 /usr/local/go/src/runtime/asm_amd64.s:1695 Error: Expected nil, but got: &lint.BuildError{Message:"busybox:stable-musl: failed to resolve source metadata for docker.io/library/busybox:stable-musl: failed to copy: httpReadSeeker: failed open: content at http://localhost:41897/v2/library/busybox/manifests/sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281?ns=docker.io not found: not found", Location:pb.Location{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), SourceIndex:0, Ranges:[]*pb.Range{(*pb.Range)(0xc000e909c0)}}} Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#05 dockerfile_lint_test.go:1434: Error Trace: /src/frontend/dockerfile/dockerfile_lint_test.go:1434 /src/frontend/dockerfile/dockerfile_lint_test.go:1557 Error: Should be true Test: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#05 --- FAIL: TestIntegration/TestInvalidDefaultArgInFrom/worker=containerd/frontend=gateway/warntype=unmarshal#05 (0.25s)
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/CopyLink: frontend/dockerfile/dockerfile_test.go#L8186
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/CopyLink dockerfile_test.go:8186: The digest may change depending on the BuildKit version, the snapshotter configuration, etc. dockerfile_test.go:8214: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:8214 Error: Received unexpected error: amd64/debian:bullseye-20230109-slim: failed to copy: httpReadSeeker: failed open: content at http://localhost:41249/v2/amd64/debian/manifests/sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/CopyLink --- FAIL: TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/CopyLink (2.10s)
Failed: frontend/dockerfile/TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/NoAdditionalLayer: frontend/dockerfile/dockerfile_test.go#L8179
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/NoAdditionalLayer dockerfile_test.go:8179: Error Trace: /src/frontend/dockerfile/dockerfile_test.go:8179 Error: Received unexpected error: amd64/debian:bullseye-20230109-slim: failed to copy: httpReadSeeker: failed open: content at http://localhost:41249/v2/amd64/debian/manifests/sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75?ns=docker.io not found: not found github.com/moby/buildkit/util/stack.Enable /src/util/stack/stack.go:82 github.com/moby/buildkit/util/grpcerrors.FromGRPC /src/util/grpcerrors/grpcerrors.go:204 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_grpc.pb.go:88 github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:270 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 failed to solve github.com/moby/buildkit/client.(*Client).solve.func2 /src/client/solve.go:286 golang.org/x/sync/errgroup.(*Group).Go.func1 /src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1695 Test: TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/NoAdditionalLayer --- FAIL: TestIntegration/TestReproSourceDateEpoch/worker=containerd/frontend=gateway/NoAdditionalLayer (0.40s)
test / run (containerd, ./frontend/dockerfile, dockerfile)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
moby~buildkit~36B292.dockerbuild
109 KB
moby~buildkit~3DVUVO.dockerbuild
109 KB
moby~buildkit~5UU8Y2.dockerbuild
111 KB
moby~buildkit~IP2TRS.dockerbuild
112 KB
moby~buildkit~MER3GY.dockerbuild
111 KB
moby~buildkit~MJ70OZ.dockerbuild
110 KB
moby~buildkit~OKQA1F.dockerbuild
110 KB
moby~buildkit~PJ9Z8W.dockerbuild
113 KB
moby~buildkit~QDY92A.dockerbuild
111 KB
moby~buildkit~QHHGNX.dockerbuild
108 KB
moby~buildkit~QJUGOB.dockerbuild
113 KB
moby~buildkit~SZL7W5.dockerbuild
109 KB
moby~buildkit~TC2WVF.dockerbuild
110 KB
moby~buildkit~VJCN5O.dockerbuild
112 KB
moby~buildkit~VMQRHX.dockerbuild
112 KB
moby~buildkit~VUQLT5.dockerbuild
109 KB
moby~buildkit~WW2TN3.dockerbuild
107 KB
test-reports-run-frontenddockerfile--dockerfile-containerd- Expired
399 KB
test-reports-run-frontenddockerfile--dockerfile-containerd-16- Expired
265 KB
test-reports-run-frontenddockerfile--dockerfile-containerd-rootless- Expired
136 KB
test-reports-run-frontenddockerfile--dockerfile-containerd-snapshotter-stargz- Expired
265 KB
test-reports-run-frontenddockerfile--dockerfile-oci- Expired
265 KB
test-reports-run-frontenddockerfile--dockerfile-oci-rootless- Expired
136 KB
test-reports-run-frontenddockerfile--dockerfile-oci-rootless-slirp4netns-detachnetns- Expired
137 KB
test-reports-run-frontenddockerfile--dockerfile-oci-snapshotter-stargz- Expired
266 KB
test-reports-run-frontenddockerfile--integration-containerd- Expired
295 KB
test-reports-run-frontenddockerfile--integration-containerd-16- Expired
296 KB
test-reports-run-frontenddockerfile--integration-containerd-rootless- Expired
224 KB
test-reports-run-frontenddockerfile--integration-containerd-snapshotter-stargz- Expired
359 KB
test-reports-run-frontenddockerfile--integration-oci- Expired
295 KB
test-reports-run-frontenddockerfile--integration-oci-rootless- Expired
167 KB
test-reports-run-frontenddockerfile--integration-oci-rootless-slirp4netns-detachnetns- Expired
168 KB
test-reports-run-frontenddockerfile--integration-oci-snapshotter-stargz- Expired
296 KB