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)





On Thu, Apr 1, 2021 at 9:00 PM Jiri Daněk <[email protected]> wrote:

> >
> > 11:   File "/usr/lib/python2.7/subprocess.py", line 1047, in
> _execute_child
> > 11:     raise child_exception
> > 11: OSError: [Errno 2] No such file or directory
>
>
> If I understand the exception correctly, it comes from a Python script
> called "testme" that is trying to run a binary called "broker" as a
> subprocess. That "broker" binary is not found.
>
> So, why is it missing? Was it built? Try running `find . -name 'broker'` if
> it's somewhere under build/
> --
> Mit freundlichen Grüßen / Kind regards
> Jiri Daněk
>

Reply via email to