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 # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/408/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/408/drivers/net/./ping.py", line 185, in test_xdp_generic_mb # # Exception| _set_xdp_generic_mb_on(cfg) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/408/drivers/net/./ping.py", line 82, in _set_xdp_generic_mb_on # # Exception| ip("link set dev %s mtu 9000 xdpgeneric obj %s sec xdp.frags" % (cfg.ifname, prog)) # # Exception| ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/408/net/lib/py/utils.py", line 238, in ip # # Exception| return tool('ip', args, json=json, host=host) # # Exception| File "/srv/hw-worker/tests/408/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/408/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/408/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/408/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 2127, 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', '9000', 'xdpgeneric', 'obj', '/srv/hw-worker/tests/408/net/lib/xdp_dummy.bpf.o', 'sec', 'xdp.frags']' timed out after 5 seconds # # Exception| # not ok 4 ping.test_xdp_generic_mb # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/408/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/408/drivers/net/./ping.py", line 197, in test_xdp_native_sb # # Exception| _set_xdp_native_sb_on(cfg) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^ # # Exception| File "/srv/hw-worker/tests/408/drivers/net/./ping.py", line 91, in _set_xdp_native_sb_on # # Exception| cmd(f"ip -j link set dev {cfg.ifname} mtu 1500 xdp obj {prog} sec xdp", shell=True) # # Exception| ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/408/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/408/net/lib/py/utils.py", line 117, in process # # Exception| raise CmdExitFailure("Command failed", self) # # Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Exception| CMD: ip -j link set dev ens25f1np1 mtu 1500 xdp obj /srv/hw-worker/tests/408/net/lib/xdp_dummy.bpf.o sec xdp # # Exception| EXIT: 2 # # Exception| STDERR: Error: Native and generic XDP can't be active at the same time. # # Exception| # not ok 5 ping.test_xdp_native_sb # 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:3 fail:2 xfail:0 xpass:0 skip:2 error:0 not ok 1 selftests: drivers/net: ping.py # exit=1