Cache slow/computed keys using an LRU #258
Annotations
3 errors and 2 warnings
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=builtin
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=builtin
=== CONT TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=builtin
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{0x63, 0x34, 0x62, 0x34, 0x36, 0x39, 0x34, 0x36, 0x61, 0x35, 0x63, 0x36, 0x63, 0x31, 0x38, 0x61, 0x61, 0x62, 0x39, 0x64, 0x32, 0x62, 0x61, 0x64, 0x62, 0x38, 0x38, 0x39, 0x31, 0x37, 0x32, 0x32, 0x35, 0x30, 0x61, 0x32, 0x31, 0x32, 0x39, 0x32, 0x34, 0x36, 0x63, 0x30, 0x33, 0x37, 0x36, 0x61, 0x39, 0x63, 0x36, 0x64, 0x36, 0x38, 0x34, 0x64, 0x64, 0x34, 0x61, 0x39, 0x66, 0x38, 0x36, 0x30, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x63, 0x34, 0x35, 0x31, 0x62, 0x64, 0x37, 0x37, 0x61, 0x34, 0x32, 0x62, 0x31, 0x64, 0x35, 0x66, 0x31, 0x65, 0x35, 0x33, 0x62, 0x34, 0x65, 0x34, 0x37, 0x62, 0x61, 0x61, 0x31, 0x30, 0x36, 0x36, 0x37, 0x62, 0x62, 0x61, 0x61, 0x66, 0x63, 0x35, 0x63, 0x36, 0x36, 0x36, 0x62, 0x34, 0x63, 0x63, 0x63, 0x39, 0x63, 0x31, 0x61, 0x61, 0x34, 0x62, 0x30, 0x30, 0x35, 0x38, 0x63, 0x38, 0x32, 0x61, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 63 34 62 34 36 39 34 36 61 35 63 36 63 31 38 61 |c4b46946a5c6c18a|
- 00000010 61 62 39 64 32 62 61 64 62 38 38 39 31 37 32 32 |ab9d2badb8891722|
- 00000020 35 30 61 32 31 32 39 32 34 36 63 30 33 37 36 61 |50a2129246c0376a|
- 00000030 39 63 36 64 36 38 34 64 64 34 61 39 66 38 36 30 |9c6d684dd4a9f860|
+ 00000000 63 34 35 31 62 64 37 37 61 34 32 62 31 64 35 66 |c451bd77a42b1d5f|
+ 00000010 31 65 35 33 62 34 65 34 37 62 61 61 31 30 36 36 |1e53b4e47baa1066|
+ 00000020 37 62 62 61 61 66 63 35 63 36 36 36 62 34 63 63 |7bbaafc5c666b4cc|
+ 00000030 63 39 63 31 61 61 34 62 30 30 35 38 63 38 32 61 |c9c1aa4b0058c82a|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/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_config3210052301/buildkitd.toml --root /tmp/bktest_buildkitd3550693025 --addr unix:///tmp/bktest_buildkitd3550693025/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_config3210052301/buildkitd.toml --root /tmp/bktest_buildkitd3550693025 --addr unix:///tmp/bktest_buildkitd3550693025/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-29 17:50:18.96559715 +0000 UTC m=+8.054742255 /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_config3210052301/buildkitd.toml --root /tmp/bktest_buildkitd3550693025 --addr unix:///tmp/bktest_buildkitd3550693025/buildkitd.sock --debug
sandbox.go:131: time="2024-05-29T17:50:19Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3550693025/net/cni\" for cleanup: open /tmp/bktest_buildkitd3550693025/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-29T17:50:19Z" level=debu
|
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=client
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=client
=== CONT TestIntegration/TestMountRWCache/worker=oci-snapshotter-stargz/frontend=client
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{0x36, 0x33, 0x64, 0x38, 0x32, 0x31, 0x66, 0x37, 0x61, 0x30, 0x30, 0x35, 0x66, 0x62, 0x36, 0x38, 0x62, 0x31, 0x31, 0x36, 0x65, 0x36, 0x66, 0x38, 0x38, 0x35, 0x30, 0x35, 0x30, 0x66, 0x64, 0x31, 0x33, 0x65, 0x36, 0x66, 0x37, 0x31, 0x62, 0x65, 0x37, 0x61, 0x66, 0x64, 0x64, 0x65, 0x64, 0x65, 0x33, 0x39, 0x38, 0x33, 0x32, 0x30, 0x63, 0x65, 0x65, 0x36, 0x61, 0x32, 0x35, 0x32, 0x62, 0x35, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x66, 0x61, 0x35, 0x39, 0x39, 0x34, 0x31, 0x63, 0x66, 0x39, 0x62, 0x31, 0x34, 0x38, 0x66, 0x38, 0x63, 0x62, 0x38, 0x37, 0x33, 0x33, 0x38, 0x39, 0x63, 0x64, 0x37, 0x38, 0x63, 0x63, 0x64, 0x33, 0x61, 0x34, 0x37, 0x66, 0x66, 0x61, 0x66, 0x63, 0x65, 0x62, 0x30, 0x36, 0x64, 0x61, 0x37, 0x32, 0x37, 0x39, 0x61, 0x30, 0x64, 0x30, 0x38, 0x30, 0x35, 0x62, 0x30, 0x36, 0x30, 0x61, 0x36, 0x64, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 36 33 64 38 32 31 66 37 61 30 30 35 66 62 36 38 |63d821f7a005fb68|
- 00000010 62 31 31 36 65 36 66 38 38 35 30 35 30 66 64 31 |b116e6f885050fd1|
- 00000020 33 65 36 66 37 31 62 65 37 61 66 64 64 65 64 65 |3e6f71be7afddede|
- 00000030 33 39 38 33 32 30 63 65 65 36 61 32 35 32 62 35 |398320cee6a252b5|
+ 00000000 66 61 35 39 39 34 31 63 66 39 62 31 34 38 66 38 |fa59941cf9b148f8|
+ 00000010 63 62 38 37 33 33 38 39 63 64 37 38 63 63 64 33 |cb873389cd78ccd3|
+ 00000020 61 34 37 66 66 61 66 63 65 62 30 36 64 61 37 32 |a47ffafceb06da72|
+ 00000030 37 39 61 30 64 30 38 30 35 62 30 36 30 61 36 64 |79a0d0805b060a6d|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/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_config151254554/buildkitd.toml --root /tmp/bktest_buildkitd1322049290 --addr unix:///tmp/bktest_buildkitd1322049290/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_config151254554/buildkitd.toml --root /tmp/bktest_buildkitd1322049290 --addr unix:///tmp/bktest_buildkitd1322049290/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-29 17:50:18.84617655 +0000 UTC m=+7.935321635 /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_config151254554/buildkitd.toml --root /tmp/bktest_buildkitd1322049290 --addr unix:///tmp/bktest_buildkitd1322049290/buildkitd.sock --debug
sandbox.go:131: time="2024-05-29T17:50:18Z" level=debug msg="could not read \"/tmp/bktest_buildkitd1322049290/net/cni\" for cleanup: open /tmp/bktest_buildkitd1322049290/net/cni: no such file or directory"
sandbox.go:131: time="2024-05-29T17:50:18Z" level=debug msg="
|
|
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