-
Notifications
You must be signed in to change notification settings - Fork 374
CRI-O tests failing on kata-runtime #2352
Comments
This is what I see in the cri-o log:
|
I tried reproducing this with the said version of runtime, shim, proxy and agent, but a different version of kernel released in our latest release. I was not able to reproduce this. Looks like the error code returned in this test is different from what is expected.
But what is expected is error "command error: command time out" instead of "command error: EOF" as seen here. |
hi @amshinde yeah, I could reproduce the issue locally on Wednesday. Will try to get some logs and put them here. |
I could reproduced using latest (master) commits, here is what I did, using the json files from the test directory in the cri-o repo:
Here are the logs from cri-o and kata when running the exec:
this is the kernel version I am using: |
CI today does not use conmon version specified in version.yaml, instead builds from master. The latest version of conmon seemed to have changed certain exit codes for exec and introduced errors described in kata-containers/runtime#2352 Have the CI checkout version from versions.yaml and build conmon. Fixes kata-containers#2170 Signed-off-by: Archana Shinde <[email protected]>
CI today does not use conmon version specified in version.yaml, instead builds from master. The latest version of conmon seemed to have changed certain exit codes for exec and introduced errors described in kata-containers/runtime#2352 Have the CI checkout version from versions.yaml and build conmon. Fixes kata-containers#2170 Signed-off-by: Archana Shinde <[email protected]>
The reason for the failure turned out due to the version of conmon we are using in the CI. I have fixed this by checking out a version of conmon specified in our versions.yaml file. |
CI today does not use conmon version specified in version.yaml, instead builds from master. The latest version of conmon seemed to have changed certain exit codes for exec and introduced errors described in kata-containers/runtime#2352 Have the CI checkout version from versions.yaml and build conmon. Fixes kata-containers#2170 Signed-off-by: Archana Shinde <[email protected]>
There has been some failures while running the tests on CRI-O
http://jenkins.katacontainers.io/job/kata-containers-tests-ubuntu-18-04-PR/1230/console
http://jenkins.katacontainers.io/job/kata-containers-packaging-ubuntu-18-04-PR/930/console
Here are the logs
Meta details
Running
kata-collect-data.sh
version1.10.0-rc0 (commit d10adfdc0314efb4530f604c3c6fffe76d9aac14)
at2019-12-11.22:23:30.085295868+0000
.Runtime is
/usr/local/bin/kata-runtime
.kata-env
Output of "
/usr/local/bin/kata-runtime kata-env
":Runtime config files
Runtime default config files
Runtime config file contents
Config file
/etc/kata-containers/configuration.toml
not foundOutput of "
cat "/usr/share/defaults/kata-containers/configuration.toml"
":KSM throttler
version
Output of "
--version
":systemd service
Image details
Initrd details
No initrd
Logfiles
Runtime logs
Recent runtime problems found in system journal:
Proxy logs
Recent proxy problems found in system journal:
Shim logs
Recent shim problems found in system journal:
Throttler logs
No recent throttler problems found in system journal.
Container manager details
Have
docker
Docker
Output of "
docker version
":Output of "
docker info
":Output of "
systemctl show docker
":Have
kubectl
Kubernetes
Output of "
kubectl version
":Output of "
kubectl config view
":Output of "
systemctl show kubelet
":Have
crio
crio
Output of "
crio --version
":Output of "
systemctl show crio
":Output of "
cat /etc/crio/crio.conf
":Have
containerd
containerd
Output of "
containerd --version
":Output of "
systemctl show containerd
":Output of "
cat /etc/containerd/config.toml
":Packages
Have
dpkg
Output of "
dpkg -l|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-ksm-throttler|kata-containers-image|linux-container|qemu-)"
":Have
rpm
Output of "
rpm -qa|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-ksm-throttler|kata-containers-image|linux-container|qemu-)"
":The text was updated successfully, but these errors were encountered: