TAP version 13 1..1 # timeout set to 360 # selftests: drivers/net: shaper.py # Traceback (most recent call last): # File "/srv/hw-worker/tests/475/drivers/net/./shaper.py", line 461, in # main() # ~~~~^^ # File "/srv/hw-worker/tests/475/drivers/net/./shaper.py", line 442, in main # with NetDrvEnv(__file__, queue_count=4) as cfg: # ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/475/drivers/net/lib/py/env.py", line 87, in __init__ # self.dev = ip("-d link show dev " + self.env['NETIF'], json=True)[0] # ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/475/net/lib/py/utils.py", line 238, in ip # return tool('ip', args, json=json, host=host) # File "/srv/hw-worker/tests/475/net/lib/py/utils.py", line 225, in tool # cmd_obj = cmd(cmd_str, ns=ns, host=host) # File "/srv/hw-worker/tests/475/net/lib/py/utils.py", line 91, in __init__ # self.process(terminate=False, fail=fail, timeout=timeout) # ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/475/net/lib/py/utils.py", line 112, in process # stdout, stderr = self._process_terminate(terminate=terminate, # ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # timeout=timeout) # ^^^^^^^^^^^^^^^^ # File "/srv/hw-worker/tests/475/net/lib/py/utils.py", line 96, in _process_terminate # stdout, stderr = self.proc.communicate(timeout=timeout) # ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # File "/usr/lib64/python3.14/subprocess.py", line 1220, in communicate # stdout, stderr = self._communicate(input, endtime, timeout) # ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/usr/lib64/python3.14/subprocess.py", line 2127, in _communicate # self._check_timeout(endtime, orig_timeout, stdout, stderr) # ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/usr/lib64/python3.14/subprocess.py", line 1267, in _check_timeout # raise TimeoutExpired( # ...<2 lines>... # stderr=b''.join(stderr_seq) if stderr_seq else None) # subprocess.TimeoutExpired: Command '['ip', '--json', '-d', 'link', 'show', 'dev', 'ens1f0np0']' timed out after 5 seconds not ok 1 selftests: drivers/net: shaper.py # exit=1