kata-containers
kata-containers copied to clipboard
CI failing with cbl-mariner/clh
The kata-containers-ci-on-push / run-k8s-tests-on-aks / run-k8s-tests (cbl-mariner, clh) check is failing on all PRs and nightly CI.
[run_kubernetes_tests.sh:142] INFO: Executing k8s-exec.bats
1..1
not ok 1 Kubectl exec
# (in test file k8s-exec.bats, line 52)
# `kubectl exec "$pod_name" -- "$date_command"' failed
...
# pod/busybox created
# pod/busybox condition met
# Defaulted container "first-test-container" out of: first-test-container, second-test-container
# error: unable to upgrade connection: container not found ("first-test-container")
The check will be made not required until this issue is fixed.
FYI @sprt .
Related: #9136
FYI tried to revert #9248, still failing but with a different error this time - it looks like the container is crashing after the pod becomes ready: https://github.com/kata-containers/kata-containers/actions/runs/8300196988/job/22718292333?pr=9288
# pod/busybox created
# pod/busybox condition met
# error: Internal error occurred: error executing command in container: failed to exec in container: container is in CONTAINER_EXITED state
I think we can close this as a bunch of PRs have gone in to try and help this: https://github.com/kata-containers/kata-containers/pull/9411 https://github.com/kata-containers/kata-containers/pull/9398 https://github.com/kata-containers/kata-containers/pull/9367 https://github.com/kata-containers/kata-containers/pull/9347 https://github.com/kata-containers/kata-containers/pull/9153
And it's back marked as required again and I've not noticed it failing?