Lock ops based on computed key rather than LLB digest #248
Annotations
11 errors and 2 warnings
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:4068:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4068
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestImageManifestCacheImportExport/worker=oci-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3534029950/buildkitd.toml --root /tmp/bktest_buildkitd1192903169 --addr unix:///tmp/bktest_buildkitd1192903169/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3534029950/buildkitd.toml --root /tmp/bktest_buildkitd1192903169 --addr unix:///tmp/bktest_buildkitd1192903169/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:18.336031444 +0000 UTC m=+32.313276020 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3534029950/buildkitd.toml --root /tmp/bktest_buildkitd1192903169 --addr unix:///tmp/bktest_buildkitd1192903169/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:18Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1192903169/net/cni\" for cleanup: open /tmp/bktest_buildkitd1192903169/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:18Z" level=debug msg="creating new network namespace y52wcuicr9o0rwyvqhpo0j2zw" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:18Z" level=debug msg="finished creating network namespace y52wcuicr9o0rwyvqhpo0j2zw" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:18Z" level=debug msg="finished setting up network namespace y52wcuicr9o0rwyvqhpo0j2zw" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:18Z" level=info msg="found worker \"bpwylp1ei5b5sf8wkasuqqj5v\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:18Z" level=info msg="found 1 workers, default=\"bpwylp1ei5b5sf8wkasuqqj5v\""
sandbox.go:131: time="2024-05-22T18:03:18Z" level=warning msg="currently, only the default worke
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L3997
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=builtin
dockerfile_test.go:3997:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3997
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: "sha256:fa6b25fa9b0011331969d5e98f5e62db67c5edd7dc5b96ef77a0cd5b7aed59b2"
actual : "sha256:5de58a9ab581d136e8f58efb5a140f207f78eb78d798772063ab75b787addeaf"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-(digest.Digest) (len=71) "sha256:fa6b25fa9b0011331969d5e98f5e62db67c5edd7dc5b96ef77a0cd5b7aed59b2"
+(digest.Digest) (len=71) "sha256:5de58a9ab581d136e8f58efb5a140f207f78eb78d798772063ab75b787addeaf"
Test: TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010278194/buildkitd.toml --root /tmp/bktest_buildkitd940465851 --addr unix:///tmp/bktest_buildkitd940465851/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010278194/buildkitd.toml --root /tmp/bktest_buildkitd940465851 --addr unix:///tmp/bktest_buildkitd940465851/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:38.633816085 +0000 UTC m=+52.611060651 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1010278194/buildkitd.toml --root /tmp/bktest_buildkitd940465851 --addr unix:///tmp/bktest_buildkitd940465851/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd940465851/net/cni\" for cleanup: open /tmp/bktest_buildkitd940465851/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="creating new network namespace xzufuj1gm9poxodzxxkgskiqf" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="finished creating network namespace xzufuj1gm9poxodzxxkgskiqf" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="finished setting up network namespace xzufuj1gm9poxodzxxkgskiqf" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=info msg="found worker \"j1tsmo6i9xsbu409kfri1bqgz\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:38Z" level=info msg="found 1 workers, default=\"j1tsmo6i9xsbu409kfr
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L3997
=== RUN TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:3997:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:3997
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: "sha256:e660c354396a07cde29d5ebc71ca7d3f77febe83d89bbabb9f39211c4632faf6"
actual : "sha256:47e2a0cae9a9018ab58f3793419a7786b54c16705b6cbdd37a4190cc36c896da"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-(digest.Digest) (len=71) "sha256:e660c354396a07cde29d5ebc71ca7d3f77febe83d89bbabb9f39211c4632faf6"
+(digest.Digest) (len=71) "sha256:47e2a0cae9a9018ab58f3793419a7786b54c16705b6cbdd37a4190cc36c896da"
Test: TestIntegration/TestCacheMultiPlatformImportExport/worker=oci-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config734095612/buildkitd.toml --root /tmp/bktest_buildkitd2780486762 --addr unix:///tmp/bktest_buildkitd2780486762/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config734095612/buildkitd.toml --root /tmp/bktest_buildkitd2780486762 --addr unix:///tmp/bktest_buildkitd2780486762/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:38.412808858 +0000 UTC m=+52.390053424 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config734095612/buildkitd.toml --root /tmp/bktest_buildkitd2780486762 --addr unix:///tmp/bktest_buildkitd2780486762/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2780486762/net/cni\" for cleanup: open /tmp/bktest_buildkitd2780486762/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="creating new network namespace m054hsoazgjf4b64n0iqimp2d" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="finished creating network namespace m054hsoazgjf4b64n0iqimp2d" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=debug msg="finished setting up network namespace m054hsoazgjf4b64n0iqimp2d" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:38Z" level=info msg="found worker \"78aguk6nhuadbd10nn9xg2tw1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:38Z" level=info msg="found 1 workers, default=\"78aguk6nhuadbd10nn
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=builtin
dockerfile_test.go:4844:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4844
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
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/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1937746849/buildkitd.toml --root /tmp/bktest_buildkitd4264821067 --addr unix:///tmp/bktest_buildkitd4264821067/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1937746849/buildkitd.toml --root /tmp/bktest_buildkitd4264821067 --addr unix:///tmp/bktest_buildkitd4264821067/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:37.524439957 +0000 UTC m=+51.501684523 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1937746849/buildkitd.toml --root /tmp/bktest_buildkitd4264821067 --addr unix:///tmp/bktest_buildkitd4264821067/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4264821067/net/cni\" for cleanup: open /tmp/bktest_buildkitd4264821067/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="creating new network namespace phsytkbgt8vui57tnwihh6eq8" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="finished creating network namespace phsytkbgt8vui57tnwihh6eq8" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="finished setting up network namespace p
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4844
=== RUN TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:4844:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4844
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestFrontendInputs/worker=oci-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1618811013/buildkitd.toml --root /tmp/bktest_buildkitd3937638188 --addr unix:///tmp/bktest_buildkitd3937638188/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1618811013/buildkitd.toml --root /tmp/bktest_buildkitd3937638188 --addr unix:///tmp/bktest_buildkitd3937638188/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:37.484518233 +0000 UTC m=+51.461762809 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config1618811013/buildkitd.toml --root /tmp/bktest_buildkitd3937638188 --addr unix:///tmp/bktest_buildkitd3937638188/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3937638188/net/cni\" for cleanup: open /tmp/bktest_buildkitd3937638188/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="creating new network namespace mp2znhqb3k6g02edemsjgukkx" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="finished creating network namespace mp2znhqb3k6g02edemsjgukkx" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:37Z" level=debug msg="finished setting up network namespace mp2znhqb3k6g02edemsjgukkx" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:37Z" level=info msg="found worker \"31tcrijfm2fjajde3gk05115k\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:37Z" level=info msg="found 1 workers, default=\"31tcrijfm2fjajde3gk05115k\""
sandbox.go:131: time="2024-05-22T18:03:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-22T18:03:37Z"
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=builtin
dockerfile_test.go:474:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:474
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2294260492/buildkitd.toml --root /tmp/bktest_buildkitd479960924 --addr unix:///tmp/bktest_buildkitd479960924/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2294260492/buildkitd.toml --root /tmp/bktest_buildkitd479960924 --addr unix:///tmp/bktest_buildkitd479960924/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:34.572677631 +0000 UTC m=+48.549922187 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2294260492/buildkitd.toml --root /tmp/bktest_buildkitd479960924 --addr unix:///tmp/bktest_buildkitd479960924/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="could not read \"/tmp/bktest_buildkitd479960924/net/cni\" for cleanup: open /tmp/bktest_buildkitd479960924/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="creating new network namespace 3x0ckym6jhc5fqoxon22hppw7" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="finished creating network namespace 3x0ckym6jhc5fqoxon22hppw7" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="finished setting up network namespace 3x0ckym6jhc5fqoxon22hppw7" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=info msg="found worker \"d3t7jblamavf16z8vho4gpko7\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:34Z" level=info msg="found 1 workers, default=\"d3t7jblamavf16z8vho4gpko7\""
sandbox.go:131: time="2024-05-22T18:03:34Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-22T18:03:34Z" le
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L474
=== RUN TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:474:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:474
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestExportCacheLoop/worker=oci-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config297858945/buildkitd.toml --root /tmp/bktest_buildkitd3850149371 --addr unix:///tmp/bktest_buildkitd3850149371/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config297858945/buildkitd.toml --root /tmp/bktest_buildkitd3850149371 --addr unix:///tmp/bktest_buildkitd3850149371/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:34.382015134 +0000 UTC m=+48.359259710 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config297858945/buildkitd.toml --root /tmp/bktest_buildkitd3850149371 --addr unix:///tmp/bktest_buildkitd3850149371/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3850149371/net/cni\" for cleanup: open /tmp/bktest_buildkitd3850149371/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="creating new network namespace j4yvhwxgzxpflg8tch8kx3flv" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="finished creating network namespace j4yvhwxgzxpflg8tch8kx3flv" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=debug msg="finished setting up network namespace j4yvhwxgzxpflg8tch8kx3flv" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:34Z" level=info msg="found worker \"6x8cu258n5i2i6st3eq1m9mi5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:34Z" level=info msg="found 1 workers, default=\"6x8cu258n5i2i6st3eq1m9mi5\""
sandbox.go:131: time="2024-05-22T18:03:34Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-22T18:03:34Z" l
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L1581
=== RUN TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=builtin
dockerfile_test.go:1581:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1581
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: 4
actual : 6
Test: TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3226398312/buildkitd.toml --root /tmp/bktest_buildkitd1648759942 --addr unix:///tmp/bktest_buildkitd1648759942/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3226398312/buildkitd.toml --root /tmp/bktest_buildkitd1648759942 --addr unix:///tmp/bktest_buildkitd1648759942/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:25.373939763 +0000 UTC m=+39.351184329 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3226398312/buildkitd.toml --root /tmp/bktest_buildkitd1648759942 --addr unix:///tmp/bktest_buildkitd1648759942/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1648759942/net/cni\" for cleanup: open /tmp/bktest_buildkitd1648759942/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="creating new network namespace 4rozr0ku1iih80oa2ssypq0dp" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="finished creating network namespace 4rozr0ku1iih80oa2ssypq0dp" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="finished setting up network namespace 4rozr0ku1iih80oa2ssypq0dp" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="found worker \"vuvnmzimlj6e0chsjl8dbppjt\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="found 1 workers, default=\"vuvnmzimlj6e0chsjl8dbppjt\""
sandbox.go:131: time="2024-05-22T18:03:25Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="running server on /tmp/bktest_buildkitd1648759942/buildkitd.sock"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="session started" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 spanID=578bf457a7c4aec0 traceID=9525dbf7614371834d5824fd189d8966 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="new ref for local: rousipqy5k9uybjiou1jqvr7j" revision=06d6b68f5a3b255d827d05
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L1581
=== RUN TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=client
dockerfile_test.go:1581:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:1581
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: 4
actual : 6
Test: TestIntegration/TestNoSnapshotLeak/worker=oci-snapshotter-stargz/frontend=client
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config515636911/buildkitd.toml --root /tmp/bktest_buildkitd921296878 --addr unix:///tmp/bktest_buildkitd921296878/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config515636911/buildkitd.toml --root /tmp/bktest_buildkitd921296878 --addr unix:///tmp/bktest_buildkitd921296878/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:25.345140934 +0000 UTC m=+39.322385500 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config515636911/buildkitd.toml --root /tmp/bktest_buildkitd921296878 --addr unix:///tmp/bktest_buildkitd921296878/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="could not read \"/tmp/bktest_buildkitd921296878/net/cni\" for cleanup: open /tmp/bktest_buildkitd921296878/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="creating new network namespace vnht02mz8vxdx902e2hod340t" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="finished creating network namespace vnht02mz8vxdx902e2hod340t" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="finished setting up network namespace vnht02mz8vxdx902e2hod340t" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="found worker \"kznornioldbmj77hpblrtwycg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:82bbcec75340 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:stargz], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="found 1 workers, default=\"kznornioldbmj77hpblrtwycg\""
sandbox.go:131: time="2024-05-22T18:03:25Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-22T18:03:25Z" level=info msg="running server on /tmp/bktest_buildkitd921296878/buildkitd.sock"
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="session started" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 spanID=2c2e81df2df5c0ea traceID=9299948b277427d0f31024a3a3c60b80 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:25Z" level=debug msg="new ref for local: wps7fovevy0tutqo6bbyk3dgu" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8d
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6223
=== RUN TestIntegration/TestSBOMScannerImage/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestSBOMScannerImage/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestSBOMScannerImage/worker=oci-snapshotter-stargz/frontend=builtin
dockerfile_test.go:6223:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6223
/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/TestSBOMScannerImage/worker=oci-snapshotter-stargz/frontend=builtin
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config291652365/buildkitd.toml --root /tmp/bktest_buildkitd2369874485 --addr unix:///tmp/bktest_buildkitd2369874485/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config291652365/buildkitd.toml --root /tmp/bktest_buildkitd2369874485 --addr unix:///tmp/bktest_buildkitd2369874485/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:03:13.05494769 +0000 UTC m=+27.032192246 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config291652365/buildkitd.toml --root /tmp/bktest_buildkitd2369874485 --addr unix:///tmp/bktest_buildkitd2369874485/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:03:13Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2369874485/net/cni\" for cleanup: open /tmp/bktest_buildkitd2369874485/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-22T18:03:13Z" level=debug msg="creating new network namespace bjzte2u2ppp3qfidtm37pykxn" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:13Z" level=debug msg="finished creating network namespace bjzte2u2ppp3qfidtm37pykxn" revision=06d6b68f5a3b255d827d05fb51c6b53aa64f8df0 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-22T18:03:13Z" level=debug msg="finished setting up network namespa
|
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/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading