Cache slow/computed keys using an LRU #258
Annotations
2 errors and 2 warnings
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=containerd-1.6/frontend=gateway
=== PAUSE TestIntegration/TestMountRWCache/worker=containerd-1.6/frontend=gateway
=== CONT TestIntegration/TestMountRWCache/worker=containerd-1.6/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{0x64, 0x36, 0x36, 0x62, 0x38, 0x37, 0x30, 0x34, 0x39, 0x33, 0x63, 0x33, 0x34, 0x36, 0x30, 0x35, 0x65, 0x33, 0x64, 0x35, 0x30, 0x65, 0x62, 0x34, 0x33, 0x64, 0x32, 0x64, 0x31, 0x66, 0x33, 0x39, 0x61, 0x37, 0x38, 0x61, 0x36, 0x64, 0x37, 0x34, 0x31, 0x37, 0x35, 0x32, 0x35, 0x65, 0x35, 0x32, 0x36, 0x66, 0x35, 0x61, 0x63, 0x62, 0x30, 0x63, 0x36, 0x38, 0x34, 0x63, 0x62, 0x61, 0x39, 0x31, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x34, 0x62, 0x66, 0x66, 0x37, 0x32, 0x37, 0x33, 0x35, 0x33, 0x36, 0x64, 0x66, 0x66, 0x39, 0x64, 0x36, 0x34, 0x64, 0x61, 0x64, 0x65, 0x64, 0x34, 0x37, 0x39, 0x61, 0x37, 0x39, 0x61, 0x66, 0x37, 0x35, 0x38, 0x36, 0x30, 0x37, 0x34, 0x31, 0x64, 0x36, 0x36, 0x66, 0x31, 0x34, 0x35, 0x36, 0x35, 0x31, 0x33, 0x38, 0x34, 0x33, 0x65, 0x33, 0x65, 0x31, 0x65, 0x39, 0x62, 0x66, 0x37, 0x61, 0x36, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 64 36 36 62 38 37 30 34 39 33 63 33 34 36 30 35 |d66b870493c34605|
- 00000010 65 33 64 35 30 65 62 34 33 64 32 64 31 66 33 39 |e3d50eb43d2d1f39|
- 00000020 61 37 38 61 36 64 37 34 31 37 35 32 35 65 35 32 |a78a6d7417525e52|
- 00000030 36 66 35 61 63 62 30 63 36 38 34 63 62 61 39 31 |6f5acb0c684cba91|
+ 00000000 34 62 66 66 37 32 37 33 35 33 36 64 66 66 39 64 |4bff7273536dff9d|
+ 00000010 36 34 64 61 64 65 64 34 37 39 61 37 39 61 66 37 |64daded479a79af7|
+ 00000020 35 38 36 30 37 34 31 64 36 36 66 31 34 35 36 35 |5860741d66f14565|
+ 00000030 31 33 38 34 33 65 33 65 31 65 39 62 66 37 61 36 |13843e3e1e9bf7a6|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/worker=containerd-1.6/frontend=gateway
sandbox.go:128: stdout: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd787297667/config.toml
sandbox.go:128: stderr: /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd787297667/config.toml
sandbox.go:131: > StartCmd 2024-05-29 17:49:59.685831923 +0000 UTC m=+3.070534427 /opt/containerd-alt-16/bin/containerd --config /tmp/bktest_containerd787297667/config.toml
sandbox.go:131: time="2024-05-29T17:49:59Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
sandbox.go:131: time="2024-05-29T17:49:59.710736917Z" level=info msg="starting containerd" revision=61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 version=v1.6.24
sandbox.go:131: time="2024-05-29T17:49:59.736185714Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-05-29T17:49:59.736347168Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-05-29T17:49:59.736403093Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-05-29T17:49:59.736435223Z" level=info msg="loading plugin \"io.containerd.snapshotter.v
|
|
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/
|
This job failed
Loading