TAP version 13 1..1 # timeout set to 360 # selftests: drivers/net: xdp.py # TAP version 13 # 1..27 # ok 1 xdp.test_xdp_native_pass_sb.ipv4 # ok 2 xdp.test_xdp_native_pass_sb.ipv6 # ok 3 xdp.test_xdp_native_pass_mb.ipv4 # ok 4 xdp.test_xdp_native_pass_mb.ipv6 # ok 5 xdp.test_xdp_native_drop_sb.ipv4 # ok 6 xdp.test_xdp_native_drop_sb.ipv6 # ok 7 xdp.test_xdp_native_drop_mb.ipv4 # ok 8 xdp.test_xdp_native_drop_mb.ipv6 # ok 9 xdp.test_xdp_native_tx_sb.ipv4 # ok 10 xdp.test_xdp_native_tx_sb.ipv6 # ok 11 xdp.test_xdp_native_tx_mb.ipv4 # ok 12 xdp.test_xdp_native_tx_mb.ipv6 # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 505, in test_xdp_native_adjst_tail_grow_data # # Exception| _validate_res(res, offset_lst, pkt_sz_lst) # # Exception| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 372, in _validate_res # # Exception| raise KsftFailEx(f"{res['reason']}") # # Exception| net.lib.py.ksft.KsftFailEx: Adjustment failed # # Exception| # not ok 13 xdp.test_xdp_native_adjst_tail_grow_data.ipv4 # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 505, in test_xdp_native_adjst_tail_grow_data # # Exception| _validate_res(res, offset_lst, pkt_sz_lst) # # Exception| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 372, in _validate_res # # Exception| raise KsftFailEx(f"{res['reason']}") # # Exception| net.lib.py.ksft.KsftFailEx: Adjustment failed # # Exception| # not ok 14 xdp.test_xdp_native_adjst_tail_grow_data.ipv6 # ok 15 xdp.test_xdp_native_adjst_tail_shrnk_data.ipv4 # ok 16 xdp.test_xdp_native_adjst_tail_shrnk_data.ipv6 # # Exception| Traceback (most recent call last): # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/ksft.py", line 420, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 646, in test_xdp_native_adjst_head_grow_data # # Exception| res = _test_xdp_native_head_adjst(cfg, "xdp_prog_frags", pkt_sz_lst, offset_lst) # # Exception| File "/srv/hw-worker/tests/3176/drivers/net/./xdp.py", line 594, in _test_xdp_native_head_adjst # # Exception| bpf_map_set("map_xdp_setup", TestConfig.ADJST_TAG.value, int(tag, 16)) # # Exception| ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/bpf.py", line 37, in bpf_map_set # # Exception| bpftool( # # Exception| ~~~~~~~^ # # Exception| f"map update name {map_name} key hex {key_formatted} value hex {value_formatted}" # # Exception| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| ) # # Exception| ^ # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 259, in bpftool # # Exception| return tool('bpftool', args, json=json, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 252, in tool # # Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 101, in __init__ # # Exception| self.process(terminate=False, fail=fail, expect_fail=expect_fail, # # Exception| ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 123, in process # # Exception| stdout, stderr = self._process_terminate(terminate=terminate, # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ # # Exception| timeout=timeout) # # Exception| ^^^^^^^^^^^^^^^^ # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 107, in _process_terminate # # Exception| stdout, stderr = self.proc.communicate(timeout=timeout) # # Exception| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 1221, in communicate # # Exception| stdout, stderr = self._communicate(input, endtime, timeout) # # Exception| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/usr/lib64/python3.14/subprocess.py", line 2153, in _communicate # # Exception| ready = selector.select(timeout) # # Exception| File "/usr/lib64/python3.14/selectors.py", line 398, in select # # Exception| fd_event_list = self._selector.poll(timeout) # # Exception| File "/srv/hw-worker/tests/3176/net/lib/py/ksft.py", line 326, in _ksft_intr # # Exception| raise KsftTerminate() # # Exception| net.lib.py.ksft.KsftTerminate # # Exception| # # Stopping tests due to KsftTerminate. # # Ignoring SIGTERM (cnt: 2), already exiting... # # Exception while handling defer / cleanup (callback 1 of 3)! # # Defer Exception| Traceback (most recent call last): # # Defer Exception| File "/srv/hw-worker/tests/3176/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/3176/net/lib/py/utils.py", line 234, in exec_only # # Defer Exception| self.func(*self.args, **self.kwargs) # # Defer Exception| ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Defer Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 265, in ip # # Defer Exception| return tool('ip', args, json=json, host=host) # # Defer Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 252, in tool # # Defer Exception| cmd_obj = cmd(cmd_str, ns=ns, host=host) # # Defer Exception| File "/srv/hw-worker/tests/3176/net/lib/py/utils.py", line 101, 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/3176/net/lib/py/utils.py", line 134, in process # # Defer Exception| raise CmdExitFailure("Command failed", self) # # Defer Exception| net.lib.py.utils.CmdExitFailure: Command failed # # Defer Exception| CMD: ip link set dev ens25f1np1 mtu 1500 xdpdrv off # # Defer Exception| EXIT: -15 # # Defer Exception| # not ok 17 xdp.test_xdp_native_adjst_head_grow_data.ipv4 # # Totals: pass:14 fail:3 xfail:0 xpass:0 skip:0 error:0 not ok 1 selftests: drivers/net: xdp.py # TIMEOUT 360 seconds # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0