TAP version 13 1..1 # timeout set to 0 # selftests: drivers/net/hw: rss_drv.py # TAP version 13 # 1..10 # # Exception while handling defer / cleanup (callback 1 of 1)! # # Defer Exception| Traceback (most recent call last): # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 235, in ksft_flush_defer # # Defer Exception| entry.exec_only() # # Defer Exception| ~~~~~~~~~~~~~~~^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 210, in exec_only # # Defer Exception| self.func(*self.args, **self.kwargs) # # Defer Exception| ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Defer Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Defer Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Defer Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Defer Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Defer Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Defer Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| timeout=timeout) # # Defer Exception| ^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Defer Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Defer Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Defer Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Defer Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Defer Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Defer Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Defer Exception| raise TimeoutExpired( # # Defer Exception| ...<2 lines>... # # Defer Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Defer Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Defer Exception| # not ok 1 rss_drv.indir_size_4x.main # # Exception while handling defer / cleanup (callback 2 of 2)! # # Defer Exception| Traceback (most recent call last): # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 235, in ksft_flush_defer # # Defer Exception| entry.exec_only() # # Defer Exception| ~~~~~~~~~~~~~~~^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 210, in exec_only # # Defer Exception| self.func(*self.args, **self.kwargs) # # Defer Exception| ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Defer Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Defer Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Defer Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Defer Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Defer Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Defer Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| timeout=timeout) # # Defer Exception| ^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Defer Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Defer Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Defer Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Defer Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Defer Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Defer Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Defer Exception| raise TimeoutExpired( # # Defer Exception| ...<2 lines>... # # Defer Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Defer Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Defer Exception| # not ok 2 rss_drv.indir_size_4x.ctx # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 114, in resize_periodic # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 3 rss_drv.resize_periodic.main # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 114, in resize_periodic # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 4 rss_drv.resize_periodic.ctx # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 171, in resize_below_user_size_reject # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 5 rss_drv.resize_below_user_size_reject.main # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 171, in resize_below_user_size_reject # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 6 rss_drv.resize_below_user_size_reject.ctx # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 239, in resize_nonperiodic_reject # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 7 rss_drv.resize_nonperiodic_reject.main # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 239, in resize_nonperiodic_reject # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 8 rss_drv.resize_nonperiodic_reject.ctx # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 277, in resize_nonperiodic_no_corruption # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 9 rss_drv.resize_nonperiodic_no_corruption.main # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 277, in resize_nonperiodic_no_corruption # # Exception| _require_dynamic_indir_size(cfg, ch_max) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/drivers/net/hw/./rss_drv.py", line 53, in _require_dynamic_indir_size # # Exception| ethtool(f"-L {cfg.ifname} combined {ch_max}") # # Exception| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 242, in ethtool # # Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 225, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 91, in __init__ # # Exception| self.process(terminate=False, fail=fail, timeout=timeout) # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 112, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/860/net/lib/py/utils.py", line 96, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| self._check_timeout(endtime, orig_timeout, stdout, stderr) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # # Exception| raise TimeoutExpired( # # Exception| ...<2 lines>... # # Exception| stderr=b''.join(stderr_seq) if stderr_seq else None) # # Exception| subprocess.TimeoutExpired: Command '['ethtool', '-L', 'ens25f1np1', 'combined', '32']' timed out after 5 seconds # # Exception| # not ok 10 rss_drv.resize_nonperiodic_no_corruption.ctx # # Totals: pass:0 fail:10 xfail:0 xpass:0 skip:0 error:0 not ok 1 1 selftests: drivers/net/hw: rss_drv.py # exit=1 # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0