Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
- I still think this issue should be opened here
Report
Hi guys, I am using a macbook Sonoma 14.0 and I am following the compilation tutorial, when I tried to run the Functional tests, I get this error:
0FileNotFoundError: [Errno 2] No such file or directory: '/Users/user/Documents/personalProjects/bitcoin/src/bitcoind'
I already tried to run make clean
and make
again but it does not solve my problem
I also using v27.1
Does anyone knows how to solve it?
02024-09-12T18:34:53.221000Z TestFramework (INFO): PRNG seed is: 309176701479727880
12024-09-12T18:34:53.222000Z TestFramework (DEBUG): Setting up network thread
22024-09-12T18:34:53.223000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_₿_🏃_20240912_153438/feature_rbf_0
32024-09-12T18:34:53.223000Z TestFramework (DEBUG): Creating cache directory /Users/user/Documents/personalProjects/bitcoin/test/cache/node0
42024-09-12T18:34:53.228000Z TestFramework (ERROR): Unexpected exception caught during testing
5Traceback (most recent call last):
6 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_framework.py", line 130, in main
7 self.setup()
8 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_framework.py", line 296, in setup
9 self.setup_chain()
10 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_framework.py", line 387, in setup_chain
11 self._initialize_chain()
12 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_framework.py", line 827, in _initialize_chain
13 self.start_node(CACHE_NODE_ID)
14 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_framework.py", line 540, in start_node
15 node.start(*args, **kwargs)
16 File "/Users/user/Documents/personalProjects/bitcoin/test/functional/test_framework/test_node.py", line 238, in start
17 self.process = subprocess.Popen(self.args + extra_args, env=subp_env, stdout=stdout, stderr=stderr, cwd=cwd, **kwargs)
18 File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in __init__
19 self._execute_child(args, executable, preexec_fn, close_fds,
20 File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child
21 raise child_exception_type(errno_num, err_msg, err_filename)
22FileNotFoundError: [Errno 2] No such file or directory: '/Users/user/Documents/personalProjects/bitcoin/src/bitcoind'
232024-09-12T18:34:53.232000Z TestFramework (DEBUG): Closing down network thread
242024-09-12T18:34:53.285000Z TestFramework (INFO): Stopping nodes
252024-09-12T18:34:53.289000Z TestFramework (WARNING): Not cleaning up dir /tmp/test_runner_₿_🏃_20240912_153438/feature_rbf_0
262024-09-12T18:34:53.289000Z TestFramework (ERROR): Test failed. Test logging available at /tmp/test_runner_₿_🏃_20240912_153438/feature_rbf_0/test_framework.log
272024-09-12T18:34:53.289000Z TestFramework (ERROR):
282024-09-12T18:34:53.290000Z TestFramework (ERROR): Hint: Call /Users/user/Documents/personalProjects/bitcoin/test/functional/combine_logs.py '/tmp/test_runner_₿_🏃_20240912_153438/feature_rbf_0' to consolidate all logs
292024-09-12T18:34:53.290000Z TestFramework (ERROR):
302024-09-12T18:34:53.290000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
312024-09-12T18:34:53.290000Z TestFramework (ERROR): https://github.com/bitcoin/bitcoin/issues
322024-09-12T18:34:53.290000Z TestFramework (ERROR):