kata-containers icon indicating copy to clipboard operation
kata-containers copied to clipboard

CI failing with cbl-mariner/clh

Open gkurz opened this issue 1 year ago • 4 comments
trafficstars

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.

gkurz avatar Mar 15 '24 10:03 gkurz

FYI @sprt .

gkurz avatar Mar 15 '24 12:03 gkurz

Related: #9136

sprt avatar Mar 15 '24 18:03 sprt

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

sprt avatar Mar 15 '24 19:03 sprt

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?

stevenhorsman avatar May 02 '24 14:05 stevenhorsman