Page MenuHomeVyOS Platform

Smoketest fails due to missing kernel modules
Closed, ResolvedPublicBUG

Description

Seems to be related to T6847. Smoketest fails due to kernel modules not being found:

DEBUG - Running Testcase (95/95): /usr/libexec/vyos/tests/smoke/system/test_module_load.py
DEBUG - test_load_modules (__main__.TestKernelModules.test_load_modules) ... FAIL
DEBUG - 
DEBUG - ======================================================================
DEBUG - FAIL: test_load_modules (__main__.TestKernelModules.test_load_modules)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/system/test_module_load.py", line 45, in test_load_modules
DEBUG -     self.assertTrue(success, 'One or more modules not found: ' + ', '.join(not_found))
DEBUG - AssertionError: False is not true : One or more modules not found: i40e, iavf, ice
DEBUG - 
DEBUG - ----------------------------------------------------------------------
DEBUG - Ran 1 test in 2.403s
DEBUG - 
DEBUG - FAILED (failures=1)

Details

Version
Rolling
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

o.kuchmystyi changed the task status from Open to In progress.Jun 4 2026, 10:33 AM
o.kuchmystyi claimed this task.

The latest rolling build works and it passes test: https://github.com/vyos/vyos-1x/actions/runs/26947164125

I think the problem was in missing packages on packages.vyos.net and it appeared after apt-get update:

root@4088b8375e94:/vyos# apt-cache policy vyos-intel-ice
vyos-intel-ice:
  Installed: (none)
  Candidate: 2.5.4-1-ga0e7eb4
  Version table:
     2.5.4-1-ga0e7eb4 500
        500 https://packages.vyos.net/repositories/rolling rolling/main amd64 Packages
(failed reverse-i-search)`cac': apt-^Cche policy strongswan
root@4088b8375e94:/vyos# apt-cache policy vyos-intel-iavf
vyos-intel-iavf:
  Installed: (none)
  Candidate: 4.13.20-1-g23c0e59
  Version table:
     4.13.20-1-g23c0e59 500
        500 https://packages.vyos.net/repositories/rolling rolling/main amd64 Packages
root@4088b8375e94:/vyos# apt-cache policy vyos-intel-i40e
vyos-intel-i40e:
  Installed: (none)
  Candidate: 2.28.16-1-gb439573
  Version table:
     2.28.16-1-gb439573 500
        500 https://packages.vyos.net/repositories/rolling rolling/main amd64 Packages

I think we can close the issue.