Cache slow/computed keys using an LRU #255
Annotations
9 errors and 2 warnings
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=builtin
dockerfile_test.go:4166:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166
/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/TestCacheImportExport/worker=oci-rootless/frontend=builtin
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_config2124205819/buildkitd.toml --root /tmp/bktest_buildkitd502381842 --addr unix:///tmp/bktest_buildkitd502381842/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_config2124205819/buildkitd.toml --root /tmp/bktest_buildkitd502381842 --addr unix:///tmp/bktest_buildkitd502381842/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:29.975994172 +0000 UTC m=+9.606819090 /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_config2124205819/buildkitd.toml --root /tmp/bktest_buildkitd502381842 --addr unix:///tmp/bktest_buildkitd502381842/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:30Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:30Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:30Z" level=info msg="found worker \"j9d86mka1gmsaj529g40w9h31\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: time="2024-05-27T18:52:30Z" level=info msg="found 1 workers, default=\"j9d86mka1gmsaj529g40w9h31\""
sandbox.go:131: time="2024-05-27T18:52:30Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-27T18:52:30Z" level=info msg="running server on /tmp/bktest_buildkitd502381842/buildkitd.sock"
sandbox.go:131: time="2024-05-27T18:52:30Z" level=debug msg="skipping invalid cache export mode: " revision=360793f070950439fb842c53179c38689a097f22 spanID=9ec2b86a7d5382e2 traceID=04a78cad1636f6e8111f369eacedb34c version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:30Z" level=debug msg="session started" revision=360793f070950439fb842c53179c38689a097f22 spanID=1fad305f1bbeb025 traceID=e8717ce87717eba0a4db1f4506da8076 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:30Z" level=debug msg="new ref for local: 6qte3x9urwqz5823xyb5ua5m6" revision=360793f070950439fb842c53179c38689a097f22 span="[internal] load build definition from Dockerfi
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4166
=== RUN TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client
=== PAUSE TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client
=== CONT TestIntegration/TestCacheImportExport/worker=oci-rootless/frontend=client
dockerfile_test.go:4166:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4166
/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/TestCacheImportExport/worker=oci-rootless/frontend=client
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_config1644138347/buildkitd.toml --root /tmp/bktest_buildkitd1392284643 --addr unix:///tmp/bktest_buildkitd1392284643/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_config1644138347/buildkitd.toml --root /tmp/bktest_buildkitd1392284643 --addr unix:///tmp/bktest_buildkitd1392284643/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:29.621327205 +0000 UTC m=+9.252152134 /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_config1644138347/buildkitd.toml --root /tmp/bktest_buildkitd1392284643 --addr unix:///tmp/bktest_buildkitd1392284643/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="found worker \"vdu0gt8dl6o7xlvhxyd5a8lk8\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: tim
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4068
=== RUN TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestImageManifestCacheImportExport/worker=oci-rootless/frontend=builtin
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-rootless/frontend=builtin
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_config3105619231/buildkitd.toml --root /tmp/bktest_buildkitd1449779084 --addr unix:///tmp/bktest_buildkitd1449779084/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_config3105619231/buildkitd.toml --root /tmp/bktest_buildkitd1449779084 --addr unix:///tmp/bktest_buildkitd1449779084/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:29.432415339 +0000 UTC m=+9.063240267 /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_config3105619231/buildkitd.toml --root /tmp/bktest_buildkitd1449779084 --addr unix:///tmp/bktest_buildkitd1449779084/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="found worker \"79emkixkt0ym4tqrkw7few0z6\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="found 1 workers, default=\"79emkixkt0ym4tqrkw7few0z6\""
sandbox.go:131: time="2024-05-27T18:52:29Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-27T18:52:29Z" level=info msg="running server on /tmp/bktest_buildkitd1449779084/buildkitd.sock"
sandbox.go:131: time="2024-05-27T18:52:29Z" level=debug msg="session started" revision=360793f070950439fb842c53179c38689a097f22 spanID=6fae4bd2866419da traceID=18ff6b85911d0c4ca7924cc7f64a4396 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:29Z" level=debug msg="skipping invalid cache export mode: " revision=360793f070950439fb842c53179c38689a097f22 spanID=6814c3eba61f5fd7 traceID=86bc3e25a3fc575d17e4e4b6c7b0c28c version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:29Z" level=debug msg="new ref for local: vk7115omrp4mj44mzcl8drmo7" revision=360793f070950439fb842c53179c38689a
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4433
=== RUN TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin
dockerfile_test.go:4433:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4433
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: "966a27bc3284c2c1d3246a528a3c7f16d75176c59cb00f4de3352dde801ce938 -\n"
actual : "278804bf2a5df6e6cad4c80637da06344954466b9aaabd5291128560e41a6fc8 -\n"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-966a27bc3284c2c1d3246a528a3c7f16d75176c59cb00f4de3352dde801ce938 -
+278804bf2a5df6e6cad4c80637da06344954466b9aaabd5291128560e41a6fc8 -
Test: TestIntegration/TestNoCache/worker=oci-rootless/frontend=builtin
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_config646619905/buildkitd.toml --root /tmp/bktest_buildkitd1822300697 --addr unix:///tmp/bktest_buildkitd1822300697/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_config646619905/buildkitd.toml --root /tmp/bktest_buildkitd1822300697 --addr unix:///tmp/bktest_buildkitd1822300697/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:28.619353731 +0000 UTC m=+8.250178639 /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_config646619905/buildkitd.toml --root /tmp/bktest_buildkitd1822300697 --addr unix:///tmp/bktest_buildkitd1822300697/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="found worker \"g8wn7p8hsousms2unxkatypgh\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="found 1 workers, default=\"g8wn7p8hsousms2unxkatypgh\""
sandbox.go:131: time="2024-05-27T18:52:28Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="running server on /tmp/bktest_buildkitd1822300697/buildkitd.sock"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="session started" revision=360793f070950439fb842c53179c38689a097f22 spanID=d3559445c20605e7 traceID=3ae420c0099cfa7c2dd12c5c06eb2470 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="new ref for local: kpqq8wq28sc8cw1drazx1hvqy" revision=360793f070950439fb842c53179c38689a097f22 span="[internal] load build definition from Dockerfile" spanID=2c552d9a40a0c98f traceID=42f33eb76c34f7f4fc7537a47b1327e4 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="diffcopy took: 1.568556ms" revision=360793f070950439fb842c53179c38689a09
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L4433
=== RUN TestIntegration/TestNoCache/worker=oci-rootless/frontend=client
=== PAUSE TestIntegration/TestNoCache/worker=oci-rootless/frontend=client
=== CONT TestIntegration/TestNoCache/worker=oci-rootless/frontend=client
dockerfile_test.go:4433:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:4433
/src/util/testutil/integration/run.go:91
/src/util/testutil/integration/run.go:205
Error: Not equal:
expected: "a7cdf61d2d49ed167b3c833a2db091996da144669515efa4d9e60a6cfe1a7def -\n"
actual : "81859bbaacf1f14fa4cccec43ba652ca4b7ee5ad3c6d9383986ead2051e34a08 -\n"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-a7cdf61d2d49ed167b3c833a2db091996da144669515efa4d9e60a6cfe1a7def -
+81859bbaacf1f14fa4cccec43ba652ca4b7ee5ad3c6d9383986ead2051e34a08 -
Test: TestIntegration/TestNoCache/worker=oci-rootless/frontend=client
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_config2560514225/buildkitd.toml --root /tmp/bktest_buildkitd1874403985 --addr unix:///tmp/bktest_buildkitd1874403985/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_config2560514225/buildkitd.toml --root /tmp/bktest_buildkitd1874403985 --addr unix:///tmp/bktest_buildkitd1874403985/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:28.435992832 +0000 UTC m=+8.066817760 /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_config2560514225/buildkitd.toml --root /tmp/bktest_buildkitd1874403985 --addr unix:///tmp/bktest_buildkitd1874403985/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="found worker \"ulnd76hooia7y4q3l9wn3oud5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="found 1 workers, default=\"ulnd76hooia7y4q3l9wn3oud5\""
sandbox.go:131: time="2024-05-27T18:52:28Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-27T18:52:28Z" level=info msg="running server on /tmp/bktest_buildkitd1874403985/buildkitd.sock"
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="session started" revision=360793f070950439fb842c53179c38689a097f22 spanID=722b9c6f41b3429d traceID=16b8b8eea33c66cf1806f54f62244443 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="new ref for local: rw2ev1mjadqxaps208vkzzrvz" revision=360793f070950439fb842c53179c38689a097f22 span="[internal] load build definition from Dockerfile" spanID=ad653cd33a8c4edd traceID=77cbd5ca1e412ec0ecafcea0c96af7fb version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:28Z" level=debug msg="diffcopy took: 1.590316ms" revision=360793f070950439fb842c53179c38689a097
|
Generate annotations:
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=builtin
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=builtin
=== CONT TestIntegration/TestMountRWCache/worker=oci-rootless/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{0x30, 0x36, 0x62, 0x34, 0x64, 0x36, 0x62, 0x37, 0x31, 0x36, 0x61, 0x30, 0x63, 0x65, 0x38, 0x33, 0x33, 0x30, 0x65, 0x31, 0x64, 0x32, 0x38, 0x35, 0x64, 0x30, 0x31, 0x32, 0x32, 0x32, 0x30, 0x65, 0x62, 0x63, 0x36, 0x39, 0x38, 0x36, 0x63, 0x37, 0x32, 0x33, 0x66, 0x38, 0x61, 0x39, 0x35, 0x63, 0x32, 0x32, 0x61, 0x30, 0x32, 0x39, 0x35, 0x39, 0x66, 0x66, 0x31, 0x36, 0x36, 0x64, 0x30, 0x64, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x35, 0x65, 0x31, 0x64, 0x38, 0x30, 0x36, 0x31, 0x32, 0x37, 0x65, 0x65, 0x66, 0x30, 0x64, 0x66, 0x31, 0x39, 0x31, 0x32, 0x39, 0x39, 0x36, 0x37, 0x65, 0x36, 0x32, 0x36, 0x61, 0x34, 0x62, 0x65, 0x34, 0x37, 0x30, 0x31, 0x66, 0x36, 0x32, 0x34, 0x64, 0x64, 0x64, 0x64, 0x32, 0x62, 0x34, 0x63, 0x66, 0x34, 0x64, 0x38, 0x66, 0x66, 0x66, 0x38, 0x39, 0x34, 0x34, 0x62, 0x63, 0x35, 0x61, 0x62, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 30 36 62 34 64 36 62 37 31 36 61 30 63 65 38 33 |06b4d6b716a0ce83|
- 00000010 33 30 65 31 64 32 38 35 64 30 31 32 32 32 30 65 |30e1d285d012220e|
- 00000020 62 63 36 39 38 36 63 37 32 33 66 38 61 39 35 63 |bc6986c723f8a95c|
- 00000030 32 32 61 30 32 39 35 39 66 66 31 36 36 64 30 64 |22a02959ff166d0d|
+ 00000000 35 65 31 64 38 30 36 31 32 37 65 65 66 30 64 66 |5e1d806127eef0df|
+ 00000010 31 39 31 32 39 39 36 37 65 36 32 36 61 34 62 65 |19129967e626a4be|
+ 00000020 34 37 30 31 66 36 32 34 64 64 64 64 32 62 34 63 |4701f624dddd2b4c|
+ 00000030 66 34 64 38 66 66 66 38 39 34 34 62 63 35 61 62 |f4d8fff8944bc5ab|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=builtin
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_config3860232393/buildkitd.toml --root /tmp/bktest_buildkitd2513244268 --addr unix:///tmp/bktest_buildkitd2513244268/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_config3860232393/buildkitd.toml --root /tmp/bktest_buildkitd2513244268 --addr unix:///tmp/bktest_buildkitd2513244268/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:36.132821382 +0000 UTC m=+15.763646310 /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_config3860232393/buildkitd.toml --root /tmp/bktest_buildkitd2513244268 --addr unix:///tmp/bktest_buildkitd2513244268/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:36Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:36Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:36Z" level=info msg="found worker \"ywbtqr6xmb2madsi0r791g
|
Generate annotations:
frontend/dockerfile/dockerfile_mount_test.go#L225
=== RUN TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=client
=== PAUSE TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=client
=== CONT TestIntegration/TestMountRWCache/worker=oci-rootless/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{0x38, 0x39, 0x63, 0x32, 0x36, 0x36, 0x65, 0x38, 0x34, 0x38, 0x66, 0x37, 0x37, 0x36, 0x61, 0x31, 0x30, 0x64, 0x37, 0x32, 0x65, 0x66, 0x34, 0x31, 0x63, 0x38, 0x30, 0x38, 0x63, 0x32, 0x36, 0x30, 0x32, 0x62, 0x31, 0x30, 0x63, 0x36, 0x62, 0x30, 0x62, 0x31, 0x65, 0x65, 0x35, 0x36, 0x37, 0x36, 0x61, 0x64, 0x65, 0x36, 0x35, 0x63, 0x63, 0x37, 0x33, 0x63, 0x35, 0x39, 0x32, 0x31, 0x30, 0x37, 0x20, 0x20, 0x2d, 0xa}
actual : []byte{0x36, 0x65, 0x61, 0x64, 0x35, 0x31, 0x35, 0x33, 0x33, 0x31, 0x39, 0x63, 0x31, 0x32, 0x37, 0x30, 0x64, 0x39, 0x32, 0x33, 0x33, 0x33, 0x33, 0x33, 0x64, 0x62, 0x35, 0x35, 0x63, 0x38, 0x39, 0x62, 0x32, 0x35, 0x62, 0x32, 0x62, 0x35, 0x32, 0x64, 0x33, 0x61, 0x64, 0x65, 0x38, 0x38, 0x65, 0x30, 0x62, 0x66, 0x62, 0x36, 0x39, 0x38, 0x65, 0x36, 0x38, 0x37, 0x33, 0x64, 0x64, 0x37, 0x36, 0x32, 0x20, 0x20, 0x2d, 0xa}
Diff:
--- Expected
+++ Actual
@@ -1,6 +1,6 @@
([]uint8) (len=68) {
- 00000000 38 39 63 32 36 36 65 38 34 38 66 37 37 36 61 31 |89c266e848f776a1|
- 00000010 30 64 37 32 65 66 34 31 63 38 30 38 63 32 36 30 |0d72ef41c808c260|
- 00000020 32 62 31 30 63 36 62 30 62 31 65 65 35 36 37 36 |2b10c6b0b1ee5676|
- 00000030 61 64 65 36 35 63 63 37 33 63 35 39 32 31 30 37 |ade65cc73c592107|
+ 00000000 36 65 61 64 35 31 35 33 33 31 39 63 31 32 37 30 |6ead5153319c1270|
+ 00000010 64 39 32 33 33 33 33 33 64 62 35 35 63 38 39 62 |d9233333db55c89b|
+ 00000020 32 35 62 32 62 35 32 64 33 61 64 65 38 38 65 30 |25b2b52d3ade88e0|
+ 00000030 62 66 62 36 39 38 65 36 38 37 33 64 64 37 36 32 |bfb698e6873dd762|
00000040 20 20 2d 0a | -.|
Test: TestIntegration/TestMountRWCache/worker=oci-rootless/frontend=client
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_config3722295191/buildkitd.toml --root /tmp/bktest_buildkitd3746324496 --addr unix:///tmp/bktest_buildkitd3746324496/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_config3722295191/buildkitd.toml --root /tmp/bktest_buildkitd3746324496 --addr unix:///tmp/bktest_buildkitd3746324496/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:35.893025648 +0000 UTC m=+15.523850576 /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_config3722295191/buildkitd.toml --root /tmp/bktest_buildkitd3746324496 --addr unix:///tmp/bktest_buildkitd3746324496/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:35Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:35Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:35Z" level=info msg="found worker \"swjyrry63k2cd6wjwctds01z1\
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6560
=== RUN TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
=== PAUSE TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
=== CONT TestIntegration/TestReproSourceDateEpoch/worker=oci-rootless/frontend=client
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-rootless/frontend=client
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_config3415463090/buildkitd.toml --root /tmp/bktest_buildkitd1777328844 --addr unix:///tmp/bktest_buildkitd1777328844/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_config3415463090/buildkitd.toml --root /tmp/bktest_buildkitd1777328844 --addr unix:///tmp/bktest_buildkitd1777328844/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-05-27 18:52:23.024198662 +0000 UTC m=+2.655023580 /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_config3415463090/buildkitd.toml --root /tmp/bktest_buildkitd1777328844 --addr unix:///tmp/bktest_buildkitd1777328844/buildkitd.sock --debug
sandbox.go:131: time="2024-05-27T18:52:23Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-05-27T18:52:23Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-05-27T18:52:23Z" level=info msg="found worker \"ft2goj65rqy2wa0ik2rz1pz3m\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:d45779ffb087 org.mobyproject.buildkit.worker.network:host 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:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3]"
sandbox.go:131: time="2024-05-27T18:52:23Z" level=info msg="found 1 workers, default=\"ft2goj65rqy2wa0ik2rz1pz3m\""
sandbox.go:131: time="2024-05-27T18:52:23Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-05-27T18:52:23Z" level=info msg="running server on /tmp/bktest_buildkitd1777328844/buildkitd.sock"
sandbox.go:131: time="2024-05-27T18:52:23Z" level=debug msg="session started" revision=360793f070950439fb842c53179c38689a097f22 spanID=42813542384dbc6a traceID=4b11ce9eb67f771276293ac8cd65c249 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:23Z" level=debug msg="skipping invalid cache export mode: " revision=360793f070950439fb842c53179c38689a097f22 spanID=b9b2f67a957ac1e2 traceID=e50a55a13dc4ee9a6ecb027fd1f739a1 version=v0.0.0+earthlyunknown
sandbox.go:131: time="2024-05-27T18:52:23Z" level=debug msg="new ref for local: vr6iyjozosp9hu415s2p1ewvq" revision=360793f070950439fb84
|
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