Skip to content

CI : libmetal continuous Integration report test error #297

@arnopo

Description

@arnopo

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions