TAP version 13 1..1 # timeout set to 360 # selftests: drivers/net: ping.py # TAP version 13 # 1..7 # ok 1 ping.test_default_v4 # ok 2 ping.test_default_v6 # ok 3 ping.test_xdp_generic_sb # ok 4 ping.test_xdp_generic_mb # ok 5 ping.test_xdp_native_sb # # Exception while handling defer / cleanup (callback 2 of 2)! # # Defer Exception| Traceback (most recent call last): # # Defer Exception| File "/srv/hw-worker/tests/1490/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/1490/net/lib/py/utils.py", line 229, in exec_only # # Defer Exception| self.func(*self.args, **self.kwargs) # # Defer Exception| ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 271, in ethtool # # Defer Exception| return tool('ethtool', args, json=json, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 247, in tool # # Defer Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 96, in __init__ # # Defer Exception| self.process(terminate=False, fail=fail, expect_fail=expect_fail, # # Defer Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| timeout=timeout) # # Defer Exception| ^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 118, 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/1490/net/lib/py/utils.py", line 102, 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', '-K', 'ens25f1np1', 'tx', 'on', 'rx', 'on']' timed out after 5 seconds # # Defer Exception| # not ok 6 ping.test_xdp_native_mb # SKIP device does not support native-multi-buffer XDP # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/1490/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/1490/drivers/net/./ping.py", line 220, in test_xdp_offload # # Exception| _set_xdp_offload_on(cfg) # # Exception| ~~~~~~~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/1490/drivers/net/./ping.py", line 120, in _set_xdp_offload_on # # Exception| cmd(f"ip link set dev {cfg.ifname} mtu 1500", shell=True) # # Exception| ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 96, in __init__ # # Exception| self.process(terminate=False, fail=fail, expect_fail=expect_fail, # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 118, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/1490/net/lib/py/utils.py", line 102, 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 'ip link set dev ens25f1np1 mtu 1500' timed out after 5 seconds # # Exception| # not ok 7 ping.test_xdp_offload # # Totals: pass:5 fail:1 xfail:0 xpass:0 skip:1 error:0 not ok 1 selftests: drivers/net: ping.py # exit=1 # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0