<_PROGS=netpoll_basic.py TEST_GEN_PROGS="" run_tests make: Entering directory '/srv/vmksft/testing/wt-17/tools/testing/selftests' make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TAP version 13 1..1 # timeout set to 180 # selftests: drivers/net: netpoll_basic.py # TAP version 13 # 1..1 # Exception in thread Thread-1 (bpftrace_call): # Traceback (most recent call last): # File "/usr/lib64/python3.14/threading.py", line 1082, in _bootstrap_inner # self._context.run(self.run) # ~~~~~~~~~~~~~~~~~^^^^^^^^^^ # File "/usr/lib64/python3.14/threading.py", line 1024, in run # self._target(*self._args, **self._kwargs) # ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/vmksft/testing/wt-17/tools/testing/selftests/drivers/net/./netpoll_basic.py", line 241, in bpftrace_call # MAPS = bpftrace(expr, timeout=BPFTRACE_TIMEOUT, json=True) # File "/srv/vmksft/testing/wt-17/tools/testing/selftests/net/lib/py/utils.py", line 244, in bpftrace # cmd_obj = cmd(cmd_arr, ns=ns, host=host, shell=False) # File "/srv/vmksft/testing/wt-17/tools/testing/selftests/net/lib/py/utils.py", line 81, in __init__ # self.process(terminate=False, fail=fail, timeout=timeout) # ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # File "/srv/vmksft/testing/wt-17/tools/testing/selftests/net/lib/py/utils.py", line 91, in process # 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 2153, 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 '['bpftrace', '-f', 'json', '-q', '-e', 'kprobe:netpoll_poll_dev { @hits = count(); } interval:s:10 { exit(); }']' timed out after 5 seconds # # Exception| Traceback (most recent call last): # # Exception| File "/srv/vmksft/testing/wt-17/tools/testing/selftests/net/lib/py/ksft.py", line 338, in ksft_run # # Exception| func(*args) # # Exception| ~~~~^^^^^^^ # # Exception| File "/srv/vmksft/testing/wt-17/tools/testing/selftests/drivers/net/./netpoll_basic.py", line 366, in test_netpoll # # Exception| do_netpoll_flush_monitored(cfg, ifname, target_name) # # Exception| ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ # # Exception| File "/srv/vmksft/testing/wt-17/tools/testing/selftests/drivers/net/./netpoll_basic.py", line 291, in do_netpoll_flush_monitored # # Exception| if bpftrace_any_hit(join=True): # # Exception| ~~~~~~~~~~~~~~~~^^^^^^^^^^^ # # Exception| File "/srv/vmksft/testing/wt-17/tools/testing/selftests/drivers/net/./netpoll_basic.py", line 276, in bpftrace_any_hit # # Exception| raise KsftFailEx(f"bpftrace failed to run!?: {MAPS}") # # Exception| net.lib.py.ksft.KsftFailEx: bpftrace failed to run!?: {} # # Exception| # not ok 1 netpoll_basic.test_netpoll # # Totals: pass:0 fail:1 xfail:0 xpass:0 skip:0 error:0 not ok 1 selftests: drivers/net: netpoll_basic.py # exit=1 /srv/vmksft/testing/wt-17/tools/testing/selftests/kselftest/runner.sh: line 50: : No such file or directory make: Leaving directory '/srv/vmksft/testing/wt-17/tools/testing/selftests' xx__-> echo $? 0 xx__->