We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
metal_linux_probe_driver()
Seems that these modules are not available using venv
venv
$ modprobe uio_pdrv_genirq modprobe: FATAL: Module uio_pdrv_genirq not found in directory /lib/modules/6.5.0-1018-azure
The text was updated successfully, but these errors were encountered:
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity.
Sorry, something went wrong.
arnopo
wmamills
No branches or pull requests
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:Seems that these modules are not available using
venv
The text was updated successfully, but these errors were encountered: