You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that Test OKD Bundle GitHub action is always failing.
Looking into the logs it seems, a package requirement is failing:
level=info msg="Using bundle path /home/runner/.crc/cache/crc_okd_libvirt_4.15.0-0.okd-2024-02-23-163410_amd64.crcbundle"
level=info msg="Checking if running as non-root"
level=info msg="Checking if running inside WSL2"
level=info msg="Checking if crc-admin-helper executable is cached"
level=info msg="Checking if running on a supported CPU architecture"
level=info msg="Checking if crc executable symlink exists"
level=info msg="Checking minimum RAM requirements"
level=info msg="Check if Podman binary exists in: /home/runner/.crc/bin/oc"
level=info msg="Checking if Virtualization is enabled"
level=info msg="Checking if KVM is enabled"
level=info msg="Checking if libvirt is installed"
level=info msg="Checking if user is part of libvirt group"
level=info msg="Checking if active user/process is currently part of the libvirt group"
level=info msg="Checking if libvirt daemon is running"
level=info msg="Checking if a supported libvirt version is installed"
level=info msg="Checking if crc-driver-libvirt is installed"
level=info msg="Checking crc daemon systemd socket units"
level=info msg="Checking if AppArmor is configured"
level=info msg="Checking if vsock is correctly configured"
level=info msg="Loading bundle: crc_okd_libvirt_4.15.0-0.okd-2024-02-23-163410_amd64..."
level=info msg="Creating CRC VM for OKD 4.15.0-0.okd-2024-02-23-163410..."
level=info msg="Generating new SSH key pair..."
level=info msg="Generating new password for the kubeadmin user"
level=info msg="Starting CRC VM for okd 4.15.0-0.okd-2024-02-23-163410..."
Error starting machine: Error in driver during machine start: virError(Code=9, Domain=10, Message='operation failed: Unable to find a satisfying virtiofsd')
Error: Process completed with exit code 1.
Component
None
Task description
Description
I see that Test OKD Bundle GitHub action is always failing.
Looking into the logs it seems, a package requirement is failing:
I had fixed a similar issue on JKube Integration tests in eclipse-jkube/jkube-integration-tests#395
Expected Behavior
Test OKD Bundle GitHub action should not fail with missing dependency error
Acceptance Criteria
The text was updated successfully, but these errors were encountered: