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/734/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/734/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/734/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/734/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/734/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/734/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/734/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', '-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 # ok 7 ping.test_xdp_offload # SKIP device does not support offloaded XDP # # Totals: pass:5 fail:0 xfail:0 xpass:0 skip:2 error:0 not ok 1 selftests: drivers/net: ping.py # exit=1