Cache slow/computed keys using an LRU #255
Annotations
3 errors and 2 warnings
Generate annotations:
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=gateway
dockerfile_mount_test.go:225:
Error Trace: /src/frontend/dockerfile/dockerfile_mount_test.go:225
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: []byte{0x62, 0x30, 0x30, 0x35, 0x39, 0x62, 0x62, 0x34, 0x39, 0x61, 0x33, 0x63, 0x61, 0x33, 0x65, 0x34, 0x66, 0x63, 0x34, 0x32, 0x32, 0x66, 0x35, 0x36, 0x66, 0x30, 0x38, 0x34, 0x35, 0x34, 0x31, 0x64, 0x35, 0x66, 0x37, 0x34, 0x36, 0x35, 0x31, 0x32, 0x62, 0x36, 0x32, 0x66, 0x62, 0x63, 0x35, 0x63, 0x64, 0x35, 0x38, 0x62, 0x31, 0x65, 0x32, 0x63, 0x64, 0x62, 0x63, 0x64, 0x39, 0x64, 0x66, 0x34, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x30, 0x34, 0x63, 0x63, 0x31, 0x34, 0x34, 0x39, 0x33, 0x33, 0x31, 0x37, 0x64, 0x31, 0x39, 0x39, 0x64, 0x37, 0x65, 0x64, 0x36, 0x36, 0x39, 0x32, 0x33, 0x66, 0x64, 0x32, 0x35, 0x66, 0x31, 0x32, 0x63, 0x33, 0x34, 0x64, 0x34, 0x31, 0x31, 0x66, 0x63, 0x61, 0x61, 0x33, 0x30, 0x65, 0x32, 0x35, 0x65, 0x35, 0x38, 0x63, 0x32, 0x62, 0x36, 0x31, 0x30, 0x31, 0x35, 0x38, 0x62, 0x63, 0x61, 0x30, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 62 30 30 35 39 62 62 34 39 61 33 63 61 33 65 34 |b0059bb49a3ca3e4|
- 00000010 66 63 34 32 32 66 35 36 66 30 38 34 35 34 31 64 |fc422f56f084541d|
- 00000020 35 66 37 34 36 35 31 32 62 36 32 66 62 63 35 63 |5f746512b62fbc5c|
- 00000030 64 35 38 62 31 65 32 63 64 62 63 64 39 64 66 34 |d58b1e2cdbcd9df4|
+ 00000000 30 34 63 63 31 34 34 39 33 33 31 37 64 31 39 39 |04cc14493317d199|
+ 00000010 64 37 65 64 36 36 39 32 33 66 64 32 35 66 31 32 |d7ed66923fd25f12|
+ 00000020 63 33 34 64 34 31 31 66 63 61 61 33 30 65 32 35 |c34d411fcaa30e25|
+ 00000030 65 35 38 63 32 62 36 31 30 31 35 38 62 63 61 30 |e58c2b610158bca0|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=gateway
sandbox.go:128: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3705892755/buildkitd.toml --root /tmp/bktest_buildkitd3003653488 --addr unix:///tmp/bktest_buildkitd3003653488/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:40.721301147 +0000 UTC m=+16.771050263 /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_config3705892755/buildkitd.toml --root /tmp/bktest_buildkitd3003653488 --addr unix:///tmp/bktest_buildkitd3003653488/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:40Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3003653488/net/cni\" for cleanup: open /tmp/bktest_buildkitd3003653488/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-27T18:52:40Z" level=debug msg="creating new network namespace sgvukd2tbrwmaliogjndbim3j" revision=360793f070950439fb842c53179c38689a097f22 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:40Z" level=debug msg="finished creating network namespace sgvukd2tbrwmaliogjndbim3j" revision=360793f070950439fb842c53179c38689a097f22 version=v0.0.0+earthlyunknown
sandbox.go:1
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=gateway
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=gateway
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=gateway
dockerfile_test.go:6560: SOURCE_DATE_EPOCH=1673354096
dockerfile_test.go:6621:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6621
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Received unexpected error:
rpc error: code = Unavailable desc = error reading from server: EOF
failed to receive status
github.com/moby/buildkit/client.(*Client).solve.func4
/src/client/solve.go:335
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestReproSourceDateEpoch/worker=oci-snapshotter-stargz/frontend=gateway
sandbox.go:128: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config3144269168/buildkitd.toml --root /tmp/bktest_buildkitd4285648985 --addr unix:///tmp/bktest_buildkitd4285648985/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_config3144269168/buildkitd.toml --root /tmp/bktest_buildkitd4285648985 --addr unix:///tmp/bktest_buildkitd4285648985/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:26.11960153 +0000 UTC m=+2.169350626 /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_config3144269168/buildkitd.toml --root /tmp/bktest_buildkitd4285648985 --addr unix:///tmp/bktest_buildkitd4285648985/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:26Z" level=debug msg="could not read \"/tmp/bktest_buildkitd4285648985/net/cni\" for cleanup: open /tmp/bktest_buildkitd4285648985/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-27T18:52:26Z" level=debug msg="creating new network namespace uor5mistoopwrpf5whwo151vx" revision=360793f070950439fb842c53179c38689a097f22 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:26Z" level=debug msg="finished creating network namespace uor5mistoopwrpf5whwo151vx" revision=360793f070950439fb842c53179c38689a097f22 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:26Z" level=debug msg="finished setting up network namespace uor5mistoopwrpf5whwo151vx" revision=360793f070950439fb842c53179c38689a097f22 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:26Z" level=info msg="found worker \"7z43y08l7hb6bt309ewh9z6a1\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f5df7bef7600 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-27T18:52:26Z" level=info msg="found 1 workers, default=\"7z43y08l7hb6bt309ewh9z6a1\""
sandbox.go:131: time="2024-05-27T18:52:26Z" level=warning msg="currently, on
|
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