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 : libmetal continuous Integration report test error #297

Open
arnopo opened this issue May 15, 2024 · 1 comment
Open

CI : libmetal continuous Integration report test error #297

arnopo opened this issue May 15, 2024 · 1 comment
Assignees
Labels

Comments

@arnopo
Copy link
Contributor

arnopo commented May 15, 2024

The CI is passed but with the following error in traces ( error is not taken into account

Running tests...
/github/workspace/.venv/lib/python3.12/site-packages/cmake/data/bin/ctest --force-new-ctest-process
Test project /github/workspace/build-linux
Start 1: test-metal-shared
1/2 Test #1: test-metal-shared ................***Failed 0.03 sec
Start 2: test-metal-static
2/2 Test #2: test-metal-static ................***Failed 0.03 sec

0% tests passed, 2 tests failed out of 2

Adding traces in libmetal code show that an error occurs in metal_linux_probe_driver() failing to install following kernel modules:

  • uio_pdrv_genirq
  • uio_dmem_genirq
  • vfio-pci
  • uio_pci_generic

Seems that these modules are not available using venv

$ modprobe uio_pdrv_genirq
modprobe: FATAL: Module uio_pdrv_genirq not found in directory /lib/modules/6.5.0-1018-azure
Copy link

This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity.

@github-actions github-actions bot added the Stale label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants