remotecache: refactor to new cache export interface #6478
Annotations
4 errors
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L731
=== RUN TestIntegration/TestExportCacheLoop/worker=oci/frontend=client
=== PAUSE TestIntegration/TestExportCacheLoop/worker=oci/frontend=client
=== CONT TestIntegration/TestExportCacheLoop/worker=oci/frontend=client
dockerfile_test.go:731:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:731
/src/util/testutil/integration/run.go:103
/src/util/testutil/integration/run.go:251
Error: Received unexpected error:
TODO: multiple matching dependencies for sha256:4349319b21e01de080c75b86c0151035b8de93796e05f56ebc002595dc7c6104: map[0xc000cd5d40:{} 0xc000cd5ec0:{}]
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:222
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:278
golang.org/x/sync/errgroup.(*Group).add.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:130
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1700
failed to solve
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:295
golang.org/x/sync/errgroup.(*Group).add.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:130
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1700
Test: TestIntegration/TestExportCacheLoop/worker=oci/frontend=client
sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1327099475/buildkitd.toml --root /tmp/bktest_buildkitd691532492 --addr unix:///tmp/bktest_buildkitd691532492/buildkitd.sock --debug
sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1327099475/buildkitd.toml --root /tmp/bktest_buildkitd691532492 --addr unix:///tmp/bktest_buildkitd691532492/buildkitd.sock --debug
sandbox.go:205: > StartCmd 2025-08-14 09:22:26.624184051 +0000 UTC m=+42.902243448 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1327099475/buildkitd.toml --root /tmp/bktest_buildkitd691532492 --addr unix:///tmp/bktest_buildkitd691532492/buildkitd.sock --debug
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd691532492/buildkitd-debug.sock"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="could not read \"/tmp/bktest_buildkitd691532492/net/cni\" for cleanup: open /tmp/bktest_buildkitd691532492/net/cni: no such file or directory"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="creating new network namespace t2r7mjrjyyrxmy6x1i47e9yeo"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="finished creating network namespace t2r7mjrjyyrxmy6x1i47e9yeo"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="finished setti
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L731
=== RUN TestIntegration/TestExportCacheLoop/worker=oci/frontend=builtin
=== PAUSE TestIntegration/TestExportCacheLoop/worker=oci/frontend=builtin
=== CONT TestIntegration/TestExportCacheLoop/worker=oci/frontend=builtin
dockerfile_test.go:731:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:731
/src/util/testutil/integration/run.go:103
/src/util/testutil/integration/run.go:251
Error: Received unexpected error:
TODO: multiple matching dependencies for sha256:4349319b21e01de080c75b86c0151035b8de93796e05f56ebc002595dc7c6104: map[0xc000228360:{} 0xc0006bbe60:{}]
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:222
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:278
golang.org/x/sync/errgroup.(*Group).add.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:130
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1700
failed to solve
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:295
golang.org/x/sync/errgroup.(*Group).add.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:130
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1700
Test: TestIntegration/TestExportCacheLoop/worker=oci/frontend=builtin
sandbox.go:202: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3685344910/buildkitd.toml --root /tmp/bktest_buildkitd717538707 --addr unix:///tmp/bktest_buildkitd717538707/buildkitd.sock --debug
sandbox.go:202: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3685344910/buildkitd.toml --root /tmp/bktest_buildkitd717538707 --addr unix:///tmp/bktest_buildkitd717538707/buildkitd.sock --debug
sandbox.go:205: > StartCmd 2025-08-14 09:22:26.643961204 +0000 UTC m=+42.922020601 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config3685344910/buildkitd.toml --root /tmp/bktest_buildkitd717538707 --addr unix:///tmp/bktest_buildkitd717538707/buildkitd.sock --debug
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="debug handlers listening at unix:///tmp/bktest_buildkitd717538707/buildkitd-debug.sock"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="could not read \"/tmp/bktest_buildkitd717538707/net/cni\" for cleanup: open /tmp/bktest_buildkitd717538707/net/cni: no such file or directory"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="creating new network namespace rmaj85xbwk6cx6kqp6gfdoee1"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="finished creating network namespace rmaj85xbwk6cx6kqp6gfdoee1"
sandbox.go:205: time="2025-08-14T09:22:26Z" level=debug msg="finished s
|
Generate annotations:
frontend/dockerfile/run.go#L324
=== RUN TestIntegration
run.go:324: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:41721/library/busybox:latest
time="2025-08-14T09:21:44Z" level=info msg="fetch failed after status: 404 Not Found" host="localhost:41721"
run.go:324: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:41721/library/alpine:latest
time="2025-08-14T09:21:45Z" level=info msg="fetch failed after status: 404 Not Found" host="localhost:41721"
run.go:324: copied docker.io/amd64/busybox:stable-musl to local mirror localhost:41721/library/busybox:stable-musl
run.go:324: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:36315/amd64/debian:bullseye-20230109-slim
--- FAIL: TestIntegration (0.07s)
|
Test
Process completed with exit code 1.
|
Loading