Lock ops based on computed key rather than LLB digest #248
Annotations
2 errors and 2 warnings
Generate annotations:
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestMountRWCache/worker=oci-rootless/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{0x32, 0x65, 0x36, 0x30, 0x63, 0x30, 0x31, 0x39, 0x35, 0x36, 0x33, 0x63, 0x36, 0x64, 0x38, 0x64, 0x36, 0x39, 0x32, 0x31, 0x31, 0x35, 0x37, 0x39, 0x63, 0x37, 0x30, 0x34, 0x38, 0x37, 0x37, 0x63, 0x34, 0x66, 0x31, 0x34, 0x66, 0x36, 0x32, 0x34, 0x66, 0x33, 0x66, 0x61, 0x36, 0x34, 0x66, 0x64, 0x65, 0x39, 0x34, 0x31, 0x63, 0x36, 0x31, 0x64, 0x33, 0x65, 0x36, 0x33, 0x30, 0x32, 0x30, 0x62, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x63, 0x62, 0x34, 0x37, 0x37, 0x38, 0x31, 0x32, 0x37, 0x64, 0x36, 0x64, 0x63, 0x64, 0x37, 0x34, 0x39, 0x32, 0x34, 0x33, 0x38, 0x34, 0x33, 0x36, 0x33, 0x39, 0x65, 0x61, 0x62, 0x33, 0x36, 0x39, 0x63, 0x66, 0x39, 0x39, 0x34, 0x30, 0x62, 0x30, 0x63, 0x62, 0x64, 0x32, 0x61, 0x62, 0x33, 0x31, 0x30, 0x37, 0x62, 0x32, 0x30, 0x30, 0x34, 0x62, 0x66, 0x30, 0x61, 0x64, 0x39, 0x36, 0x32, 0x61, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 32 65 36 30 63 30 31 39 35 36 33 63 36 64 38 64 |2e60c019563c6d8d|
- 00000010 36 39 32 31 31 35 37 39 63 37 30 34 38 37 37 63 |69211579c704877c|
- 00000020 34 66 31 34 66 36 32 34 66 33 66 61 36 34 66 64 |4f14f624f3fa64fd|
- 00000030 65 39 34 31 63 36 31 64 33 65 36 33 30 32 30 62 |e941c61d3e63020b|
+ 00000000 63 62 34 37 37 38 31 32 37 64 36 64 63 64 37 34 |cb4778127d6dcd74|
+ 00000010 39 32 34 33 38 34 33 36 33 39 65 61 62 33 36 39 |9243843639eab369|
+ 00000020 63 66 39 39 34 30 62 30 63 62 64 32 61 62 33 31 |cf9940b0cbd2ab31|
+ 00000030 30 37 62 32 30 30 34 62 66 30 61 64 39 36 32 61 |07b2004bf0ad962a|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=gateway
sandbox.go:128: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config359656443/buildkitd.toml --root /tmp/bktest_buildkitd311733526 --addr unix:///tmp/bktest_buildkitd311733526/buildkitd.sock --debug
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config359656443/buildkitd.toml --root /tmp/bktest_buildkitd311733526 --addr unix:///tmp/bktest_buildkitd311733526/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-22 18:06:43.312189137 +0000 UTC m=+2.832522389 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config359656443/buildkitd.toml --root /tmp/bktest_buildkitd311733526 --addr unix:///tmp/bktest_buildkitd311733526/buildkitd.sock --debug
sandbox.go:131: time="2024-05-22T18:06:43Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-22T18:06:43Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-22T18:06:43Z" level=info msg="found worker \"ug7742p8ny3269sexhsxo46w9\", lab
|
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/
|
The logs for this run have expired and are no longer available.
Loading