k8s-WASM-demo icon indicating copy to clipboard operation
k8s-WASM-demo copied to clipboard

chore: update versions

Open github-actions[bot] opened this issue 1 week ago • 1 comments

Base PullRequest

default branch (https://github.com/electrocucaracha/k8s-WASM-demo/tree/master)

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/91114507cf92349bec0a9a501c2edf1635427bc5/node_modules/npm-check-updates/build/src/bin
./ci/update_versions.sh

Changed files

Changed 3 files:
  • .github/workflows/lint.yml
  • .github/workflows/on_demand.yml
  • .github/workflows/update.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] avatar Nov 21 '25 01:11 github-actions[bot]

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Check demo for Containerd runtime on Ubuntu Virtual Environment

Failed stage: Running demo [❌]

Failure summary:

The action failed because the Kubernetes deployments could not roll out. Pods for wasm-server and
rust-server repeatedly failed to create their sandboxes due to OCI runtime errors with crun, leading
to the rollout deadline being exceeded.
- Error from kubelet: Failed to create pod sandbox: ... OCI
runtime create failed: unable to retrieve OCI runtime error (open
/run/containerd/io.containerd.runtime.v2.task/k8s.io//log.json: no such file or directory): crun did
not terminate successfully: exit status 1
- As a result, kubectl rollout status reported: error:
deployment "wasm-server" exceeded its progress deadline, and the script exited with code 1.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

4959:  #10 13.62 checking for a sed that does not truncate output... (cached) /usr/bin/sed
4960:  #10 13.62 checking for gcc... (cached) /usr/bin/clang-18
4961:  #10 13.73 checking whether the compiler supports GNU C... (cached) yes
4962:  #10 13.73 checking whether /usr/bin/clang-18 accepts -g... (cached) yes
4963:  #10 13.73 checking for /usr/bin/clang-18 option to enable C11 features... (cached) none needed
4964:  #10 13.73 checking whether /usr/bin/clang-18 understands -c and -o together... (cached) yes
4965:  #10 13.73 checking for a Python interpreter with version >= 3... python3
4966:  #10 13.74 checking for python3... /usr/bin/python3
4967:  #10 13.74 checking for python3 version... 3.12
4968:  #10 13.76 checking for python3 platform... linux
4969:  #10 13.77 checking for GNU default python3 prefix... ${prefix}
4970:  #10 13.77 checking for GNU default python3 exec_prefix... ${exec_prefix}
4971:  #10 13.77 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.12/site-packages
4972:  #10 13.79 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages
4973:  #10 13.82 checking for go-md2man... no
4974:  #10 13.82 checking for error.h... yes
4975:  #10 13.86 checking for linux/openat2.h... yes
...

5375:  #10 37.79   CC       src/libcrun/libcrun_la-ring_buffer.lo
5376:  #10 37.91   CC       src/libcrun/blake3/libcrun_la-blake3.lo
5377:  #10 38.16   CC       src/libcrun/blake3/libcrun_la-blake3_portable.lo
5378:  #10 38.47   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
5379:  #10 38.61   CC       src/libcrun/libcrun_la-cgroup-resources.lo
5380:  #10 39.00   CC       src/libcrun/libcrun_la-cgroup-setup.lo
5381:  #10 39.22   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
5382:  #10 39.80   CC       src/libcrun/libcrun_la-cgroup-utils.lo
5383:  #10 40.09   CC       src/libcrun/libcrun_la-cgroup.lo
5384:  #10 40.28   CC       src/libcrun/libcrun_la-chroot_realpath.lo
5385:  #10 40.38   CC       src/libcrun/libcrun_la-cloned_binary.lo
5386:  #10 40.54   CC       src/libcrun/libcrun_la-container.lo
5387:  #10 41.52   CC       src/libcrun/libcrun_la-criu.lo
5388:  #10 41.58   CC       src/libcrun/libcrun_la-custom-handler.lo
5389:  #10 41.72   CC       src/libcrun/libcrun_la-ebpf.lo
5390:  #10 41.92   CC       src/libcrun/libcrun_la-error.lo
5391:  #10 42.09   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
...

5452:  Image: "rust/hello-world:0.0.1" with ID "sha256:c3e387b1db578bcce0df7452a418baebca89ff32c2b5233ddb87b6c66bb1fdfa" not yet present on node "k8s-worker", loading...
5453:  Image: "avengermojo/http_server:with-wasm-annotation" with ID "sha256:ba8eb9f637ed7c34d691e1b8f747833772be4dfe39bd999982f0dae46c80247a" not yet present on node "k8s-control-plane", loading...
5454:  Image: "avengermojo/http_server:with-wasm-annotation" with ID "sha256:ba8eb9f637ed7c34d691e1b8f747833772be4dfe39bd999982f0dae46c80247a" not yet present on node "k8s-worker", loading...
5455:  node/k8s-control-plane condition met
5456:  node/k8s-worker condition met
5457:  runtimeclass.node.k8s.io/crun created
5458:  ##[group]Run ./demo.sh
5459:  [36;1m./demo.sh[0m
5460:  shell: /usr/bin/bash -e {0}
5461:  ##[endgroup]
5462:  deployment.apps/wasm-server created
5463:  service/wasm-service created
5464:  deployment.apps/rust-server created
5465:  service/rust-service created
5466:  Waiting for deployment "wasm-server" rollout to finish: 0 of 1 updated replicas are available...
5467:  error: deployment "wasm-server" exceeded its progress deadline
5468:  01:21:01 - INFO: CPU usage: 8.42665 %
...

5472:  10m         Normal    NodeHasSufficientMemory   node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasSufficientMemory
5473:  10m         Normal    NodeHasNoDiskPressure     node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasNoDiskPressure
5474:  10m         Normal    NodeHasSufficientPID      node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasSufficientPID
5475:  10m         Normal    NodeAllocatableEnforced   node/k8s-control-plane              Updated Node Allocatable limit across pods
5476:  10m         Normal    Starting                  node/k8s-control-plane              Starting kubelet.
5477:  10m         Normal    NodeAllocatableEnforced   node/k8s-control-plane              Updated Node Allocatable limit across pods
5478:  10m         Normal    NodeHasSufficientMemory   node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasSufficientMemory
5479:  10m         Normal    NodeHasNoDiskPressure     node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasNoDiskPressure
5480:  10m         Normal    NodeHasSufficientPID      node/k8s-control-plane              Node k8s-control-plane status is now: NodeHasSufficientPID
5481:  10m         Normal    RegisteredNode            node/k8s-control-plane              Node k8s-control-plane event: Registered Node k8s-control-plane in Controller
5482:  10m         Normal    NodeHasSufficientPID      node/k8s-worker                     Node k8s-worker status is now: NodeHasSufficientPID
5483:  10m         Normal    Starting                  node/k8s-worker                     Starting kubelet.
5484:  10m         Normal    NodeHasSufficientMemory   node/k8s-worker                     Node k8s-worker status is now: NodeHasSufficientMemory
5485:  10m         Normal    NodeHasNoDiskPressure     node/k8s-worker                     Node k8s-worker status is now: NodeHasNoDiskPressure
5486:  10m         Normal    NodeAllocatableEnforced   node/k8s-worker                     Updated Node Allocatable limit across pods
5487:  10m         Normal    CIDRAssignmentFailed      node/k8s-worker                     Node k8s-worker status is now: CIDRAssignmentFailed
5488:  10m         Normal    Starting                  node/k8s-control-plane              
5489:  10m         Normal    Starting                  node/k8s-worker                     
5490:  10m         Normal    RegisteredNode            node/k8s-worker                     Node k8s-worker event: Registered Node k8s-worker in Controller
5491:  10m         Normal    NodeReady                 node/k8s-control-plane              Node k8s-control-plane status is now: NodeReady
5492:  10m         Normal    NodeReady                 node/k8s-worker                     Node k8s-worker status is now: NodeReady
5493:  10m         Normal    ScalingReplicaSet         deployment/rust-server              Scaled up replica set rust-server-7fddf5597f from 0 to 1
5494:  10m         Normal    ScalingReplicaSet         deployment/wasm-server              Scaled up replica set wasm-server-9d8c49b99 from 0 to 1
5495:  10m         Normal    Scheduled                 pod/wasm-server-9d8c49b99-g8zcc     Successfully assigned default/wasm-server-9d8c49b99-g8zcc to k8s-worker
5496:  10m         Normal    Scheduled                 pod/rust-server-7fddf5597f-vhxt9    Successfully assigned default/rust-server-7fddf5597f-vhxt9 to k8s-worker
5497:  10m         Normal    SuccessfulCreate          replicaset/rust-server-7fddf5597f   Created pod: rust-server-7fddf5597f-vhxt9
5498:  10m         Normal    SuccessfulCreate          replicaset/wasm-server-9d8c49b99    Created pod: wasm-server-9d8c49b99-g8zcc
5499:  10m         Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "f6f65dfe17fa9553428819e5e133442fd602803caadbe6723c0ebcf5c1c3a16b": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/f6f65dfe17fa9553428819e5e133442fd602803caadbe6723c0ebcf5c1c3a16b/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5500:  10m         Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "bc9dbbc6e122c30a1d9051212944e8eb8f0f9a02120462b444dae499fffa5c9c": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/bc9dbbc6e122c30a1d9051212944e8eb8f0f9a02120462b444dae499fffa5c9c/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5501:  9m48s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "512c43ed8e715f0ea1e4e8daf453f15b0d27d886edaa0b4deefe6ee1a63e0deb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/512c43ed8e715f0ea1e4e8daf453f15b0d27d886edaa0b4deefe6ee1a63e0deb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5502:  9m46s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "12a59176920ec5a3432f76e968b686c69f1113910207bfbcec58a18dbbc89628": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/12a59176920ec5a3432f76e968b686c69f1113910207bfbcec58a18dbbc89628/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5503:  9m37s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "d289cb012c4652d962d6e93e5028b2419dc287e5c701be442e3679af65871c63": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/d289cb012c4652d962d6e93e5028b2419dc287e5c701be442e3679af65871c63/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5504:  9m34s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "564cf0a7ef566522d70dbc54fff15618dd00443d28d9f6681b7f76f408df18d4": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/564cf0a7ef566522d70dbc54fff15618dd00443d28d9f6681b7f76f408df18d4/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5505:  9m23s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "d489958ea71e95c1231d5b8d41e00cb55c577b222d076e89446ab7b5df01428f": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/d489958ea71e95c1231d5b8d41e00cb55c577b222d076e89446ab7b5df01428f/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5506:  9m22s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "654d4d1382106ef0c6899d923d3f309e675c1fd9e331cc56311d2b0545f932a4": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/654d4d1382106ef0c6899d923d3f309e675c1fd9e331cc56311d2b0545f932a4/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5507:  9m12s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "6aa9bed11e79ae9ec4d54b0d5db31a32f2547285fe9785a51caca9fc19a34195": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/6aa9bed11e79ae9ec4d54b0d5db31a32f2547285fe9785a51caca9fc19a34195/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5508:  9m10s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "070f6fcf41f8ea132a6b787889647f05ec8153ae388ae9d75e50232e90cfbb62": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/070f6fcf41f8ea132a6b787889647f05ec8153ae388ae9d75e50232e90cfbb62/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5509:  8m59s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "896d577bd16ec093e49a176893f7d7b92f22ce165954d6a784e5fb3963f88c22": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/896d577bd16ec093e49a176893f7d7b92f22ce165954d6a784e5fb3963f88c22/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5510:  8m57s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "470ffded226f4cd2bf9dee8d144a43194d2ef6985e36da6db07ef74ce963168d": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/470ffded226f4cd2bf9dee8d144a43194d2ef6985e36da6db07ef74ce963168d/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5511:  8m44s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fdef04753e049b7dae3f9d05e571253996d53fe7f7774601a99b4353f65b30e1": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fdef04753e049b7dae3f9d05e571253996d53fe7f7774601a99b4353f65b30e1/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5512:  8m42s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "70188d6ff06f9d0b5466a4c8aad032f0b4aaf533b154e995843081c4d62729bd": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/70188d6ff06f9d0b5466a4c8aad032f0b4aaf533b154e995843081c4d62729bd/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5513:  8m31s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fbd78d64861b22a153eb9c1e20846f1db708fc5eb0d495befd2f190622327ccb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fbd78d64861b22a153eb9c1e20846f1db708fc5eb0d495befd2f190622327ccb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5514:  8m30s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "c8991d27eb0d710741fad42ab008a1088dab273fb59225e6e3cf0e1d60764993": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/c8991d27eb0d710741fad42ab008a1088dab273fb59225e6e3cf0e1d60764993/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5515:  8m19s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "6b01d817c7fe10ae2e3aaa4382d4b524aa163a6202eef1232e21534d6c101bc6": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/6b01d817c7fe10ae2e3aaa4382d4b524aa163a6202eef1232e21534d6c101bc6/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5516:  8m15s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "39c8ec6317574f5567a35d9dde252098f4a96a811a06829b0cd59c9261f1a930": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/39c8ec6317574f5567a35d9dde252098f4a96a811a06829b0cd59c9261f1a930/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5517:  4m39s       Warning   FailedCreatePodSandBox    pod/rust-server-7fddf5597f-vhxt9    (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "5f466d5f754f028664b0da796756522a264c38b7eb37d29600167ac33c64e6d1": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/5f466d5f754f028664b0da796756522a264c38b7eb37d29600167ac33c64e6d1/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5518:  4m37s       Warning   FailedCreatePodSandBox    pod/wasm-server-9d8c49b99-g8zcc     (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fdb09fd286dd2dc01e6b4d047d9761e52d1d0db72f492a501e79e00be3c3a5eb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fdb09fd286dd2dc01e6b4d047d9761e52d1d0db72f492a501e79e00be3c3a5eb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5519:  01:21:01 - INFO: Kubernetes Resources:
...

5570:  Volumes:
5571:  kube-api-access-4pz79:
5572:  Type:                    Projected (a volume that contains injected data from multiple sources)
5573:  TokenExpirationSeconds:  3607
5574:  ConfigMapName:           kube-root-ca.crt
5575:  Optional:                false
5576:  DownwardAPI:             true
5577:  QoS Class:                   BestEffort
5578:  Node-Selectors:              <none>
5579:  Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
5580:  node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
5581:  Events:
5582:  Type     Reason                  Age                    From               Message
5583:  ----     ------                  ----                   ----               -------
5584:  Normal   Scheduled               10m                    default-scheduler  Successfully assigned default/rust-server-7fddf5597f-vhxt9 to k8s-worker
5585:  Warning  FailedCreatePodSandBox  10m                    kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "f6f65dfe17fa9553428819e5e133442fd602803caadbe6723c0ebcf5c1c3a16b": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/f6f65dfe17fa9553428819e5e133442fd602803caadbe6723c0ebcf5c1c3a16b/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5586:  Warning  FailedCreatePodSandBox  9m48s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "512c43ed8e715f0ea1e4e8daf453f15b0d27d886edaa0b4deefe6ee1a63e0deb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/512c43ed8e715f0ea1e4e8daf453f15b0d27d886edaa0b4deefe6ee1a63e0deb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5587:  Warning  FailedCreatePodSandBox  9m37s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "d289cb012c4652d962d6e93e5028b2419dc287e5c701be442e3679af65871c63": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/d289cb012c4652d962d6e93e5028b2419dc287e5c701be442e3679af65871c63/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5588:  Warning  FailedCreatePodSandBox  9m23s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "d489958ea71e95c1231d5b8d41e00cb55c577b222d076e89446ab7b5df01428f": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/d489958ea71e95c1231d5b8d41e00cb55c577b222d076e89446ab7b5df01428f/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5589:  Warning  FailedCreatePodSandBox  9m12s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "6aa9bed11e79ae9ec4d54b0d5db31a32f2547285fe9785a51caca9fc19a34195": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/6aa9bed11e79ae9ec4d54b0d5db31a32f2547285fe9785a51caca9fc19a34195/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5590:  Warning  FailedCreatePodSandBox  8m59s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "896d577bd16ec093e49a176893f7d7b92f22ce165954d6a784e5fb3963f88c22": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/896d577bd16ec093e49a176893f7d7b92f22ce165954d6a784e5fb3963f88c22/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5591:  Warning  FailedCreatePodSandBox  8m44s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fdef04753e049b7dae3f9d05e571253996d53fe7f7774601a99b4353f65b30e1": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fdef04753e049b7dae3f9d05e571253996d53fe7f7774601a99b4353f65b30e1/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5592:  Warning  FailedCreatePodSandBox  8m30s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "c8991d27eb0d710741fad42ab008a1088dab273fb59225e6e3cf0e1d60764993": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/c8991d27eb0d710741fad42ab008a1088dab273fb59225e6e3cf0e1d60764993/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5593:  Warning  FailedCreatePodSandBox  8m15s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "39c8ec6317574f5567a35d9dde252098f4a96a811a06829b0cd59c9261f1a930": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/39c8ec6317574f5567a35d9dde252098f4a96a811a06829b0cd59c9261f1a930/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5594:  Warning  FailedCreatePodSandBox  4m39s (x17 over 8m3s)  kubelet            (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "5f466d5f754f028664b0da796756522a264c38b7eb37d29600167ac33c64e6d1": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/5f466d5f754f028664b0da796756522a264c38b7eb37d29600167ac33c64e6d1/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5595:  Name:                wasm-server-9d8c49b99-g8zcc
...

5633:  Volumes:
5634:  kube-api-access-fptx5:
5635:  Type:                    Projected (a volume that contains injected data from multiple sources)
5636:  TokenExpirationSeconds:  3607
5637:  ConfigMapName:           kube-root-ca.crt
5638:  Optional:                false
5639:  DownwardAPI:             true
5640:  QoS Class:                   BestEffort
5641:  Node-Selectors:              <none>
5642:  Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
5643:  node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
5644:  Events:
5645:  Type     Reason                  Age                    From               Message
5646:  ----     ------                  ----                   ----               -------
5647:  Normal   Scheduled               10m                    default-scheduler  Successfully assigned default/wasm-server-9d8c49b99-g8zcc to k8s-worker
5648:  Warning  FailedCreatePodSandBox  10m                    kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "bc9dbbc6e122c30a1d9051212944e8eb8f0f9a02120462b444dae499fffa5c9c": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/bc9dbbc6e122c30a1d9051212944e8eb8f0f9a02120462b444dae499fffa5c9c/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5649:  Warning  FailedCreatePodSandBox  9m46s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "12a59176920ec5a3432f76e968b686c69f1113910207bfbcec58a18dbbc89628": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/12a59176920ec5a3432f76e968b686c69f1113910207bfbcec58a18dbbc89628/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5650:  Warning  FailedCreatePodSandBox  9m34s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "564cf0a7ef566522d70dbc54fff15618dd00443d28d9f6681b7f76f408df18d4": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/564cf0a7ef566522d70dbc54fff15618dd00443d28d9f6681b7f76f408df18d4/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5651:  Warning  FailedCreatePodSandBox  9m22s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "654d4d1382106ef0c6899d923d3f309e675c1fd9e331cc56311d2b0545f932a4": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/654d4d1382106ef0c6899d923d3f309e675c1fd9e331cc56311d2b0545f932a4/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5652:  Warning  FailedCreatePodSandBox  9m10s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "070f6fcf41f8ea132a6b787889647f05ec8153ae388ae9d75e50232e90cfbb62": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/070f6fcf41f8ea132a6b787889647f05ec8153ae388ae9d75e50232e90cfbb62/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5653:  Warning  FailedCreatePodSandBox  8m57s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "470ffded226f4cd2bf9dee8d144a43194d2ef6985e36da6db07ef74ce963168d": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/470ffded226f4cd2bf9dee8d144a43194d2ef6985e36da6db07ef74ce963168d/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5654:  Warning  FailedCreatePodSandBox  8m42s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "70188d6ff06f9d0b5466a4c8aad032f0b4aaf533b154e995843081c4d62729bd": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/70188d6ff06f9d0b5466a4c8aad032f0b4aaf533b154e995843081c4d62729bd/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5655:  Warning  FailedCreatePodSandBox  8m31s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fbd78d64861b22a153eb9c1e20846f1db708fc5eb0d495befd2f190622327ccb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fbd78d64861b22a153eb9c1e20846f1db708fc5eb0d495befd2f190622327ccb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5656:  Warning  FailedCreatePodSandBox  8m19s                  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "6b01d817c7fe10ae2e3aaa4382d4b524aa163a6202eef1232e21534d6c101bc6": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/6b01d817c7fe10ae2e3aaa4382d4b524aa163a6202eef1232e21534d6c101bc6/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5657:  Warning  FailedCreatePodSandBox  4m37s (x17 over 8m7s)  kubelet            (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox "fdb09fd286dd2dc01e6b4d047d9761e52d1d0db72f492a501e79e00be3c3a5eb": failed to create containerd task: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/k8s.io/fdb09fd286dd2dc01e6b4d047d9761e52d1d0db72f492a501e79e00be3c3a5eb/log.json: no such file or directory): crun did not terminate successfully: exit status 1
5658:  01:21:01 - INFO: Traffic generator logs
5659:  No resources found in default namespace.
5660:  deployment.apps "wasm-server" deleted from default namespace
5661:  service "wasm-service" deleted from default namespace
5662:  deployment.apps "rust-server" deleted from default namespace
5663:  service "rust-service" deleted from default namespace
5664:  pod "rust-server-7fddf5597f-vhxt9" deleted from default namespace
5665:  pod "wasm-server-9d8c49b99-g8zcc" deleted from default namespace
5666:  No resources found
5667:  ##[error]Process completed with exit code 1.
5668:  Post job cleanup.

qodo-code-review[bot] avatar Nov 21 '25 01:11 qodo-code-review[bot]