-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]FileNotFoundError: [Errno 2] No such file or directory: 'ubpf jit' #1
Comments
Could provide a more detailed stack trace? |
TESTS
--------------
memory_a_plus_b
strcmp_full
prime
log2_int
switch
simple
memcpy
strcmp_fail
--------------
Loaded 8 tests
Testing ubpf-jit
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/lib/python3.10/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "/home/liujie/bpf-benchmark/run_benchmark.py", line 70, in run_multiple_wrapper
r = run_single(**cfg)
File "/home/liujie/bpf-benchmark/run_benchmark.py", line 49, in run_single
ret = subprocess.run(command_line, text=True, capture_output=True, check=True)
File "/usr/lib/python3.10/subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ubpf-jit'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/liujie/bpf-benchmark/run_benchmark.py", line 180, in <module>
main()
File "/home/liujie/bpf-benchmark/run_benchmark.py", line 126, in main
results = pool.map(
File "/usr/lib/python3.10/multiprocessing/pool.py", line 367, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/usr/lib/python3.10/multiprocessing/pool.py", line 774, in get
raise self._value
FileNotFoundError: [Errno 2] No such file or directory: 'ubpf-jit' |
TESTSmemory_a_plus_b
|
It's my fault, I forget to update the executable list. I'll fix it |
Thank you very much. |
Did you fix it? I'm still getting errors. |
I'm sorry i'm too busy these days. I've already updated, so you may try again now |
Hello, running the run_benchmark. py script to start the benchmark test shows FileNotFoundError: [Errno 2] No such file or directory: 'ubpf jit'. Is it because the executable file is not compatible with the system? My system version is 6.5.0-25 generic. Thank you for your reply
The text was updated successfully, but these errors were encountered: