On Wed, Apr 7, 2021 at 2:11 PM mehaboob shariff <mehaboob...@gmail.com> wrote:
> Im getting these errors again > 18: Test timeout computed to be: 1500 > 18: Traceback (most recent call last): > 18: File "/home/mrrobot/Desktop/qpid-proton/scripts/env.py", line 68, in > <module> > 18: sys.exit(main()) > 18: File "/home/mrrobot/Desktop/qpid-proton/scripts/env.py", line 63, in > main > 18: p = subprocess.Popen(args, env=new_env) > 18: File "/usr/lib/python3.8/subprocess.py", line 854, in __init__ > 18: self._execute_child(args, executable, preexec_fn, close_fds, > 18: File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child > 18: raise child_exception_type(errno_num, err_msg, err_filename > You haven't posted the line right after the above, which is the most important line. What exception, actually, got thrown, and what was the errno_num there? See for example the exception traceback at https://stackoverflow.com/questions/49991435/using-python-to-send-subprocess-commands-with-escape-characters, which has that information. So, what actually went wrong? And if that's a file not exists, then try searching for it (find), or run the build (make) again in case you did not build the file before. I hope that helps, and if not, please provide the requested information from the end of exception I asked for. -- Mit freundlichen Grüßen / Kind regards Jiri Daněk