Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Test OKD Bundle GitHub Action workflow failing #4556

Closed
1 task
rohanKanojia opened this issue Jan 8, 2025 · 0 comments · Fixed by #4557
Closed
1 task

[CI] Test OKD Bundle GitHub Action workflow failing #4556

rohanKanojia opened this issue Jan 8, 2025 · 0 comments · Fixed by #4557
Assignees
Labels
kind/task Workable task

Comments

@rohanKanojia
Copy link
Contributor

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:

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.

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

  • Test OKD Bundle GitHub action is able to start CRC cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Workable task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant