<div dir="ltr"><div dir="ltr"><div>Hi,</div><div>I was trying to run coverage with rtems-test on a fresh install, and faced</div><div>the following errors. This is strange as everything was working and I can't figure out what went wrong.</div><div>Also, I don't see covoar executable in the covoar/ directory.</div><div><br></div><div>I'm using Python 2.7.15</div><div><br></div><div>========================================</div><div>Traceback (most recent call last):</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 263, in parse</div><div>    ss = ss.replace('@BSP@', self.bsp_name)</div><div>TypeError: a bytes-like object is required, not 'str'</div><div><br></div><div>During handling of the above exception, another exception occurred:</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 376, in run</div><div>    symbol_sets = parser.parse()</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 268, in parse</div><div>    raise error.general('Symbol set parsing failed for %s' % (sset))</div><div>rtemstoolkit.error.general: error: Symbol set parsing failed for score</div><div><br></div><div>During handling of the above exception, another exception occurred:</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/cmd-test.py", line 42, in <module></div><div>    test.run(sys.argv[1:], command_path = base)</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/test.py", line 384, in run</div><div>    coverage_runner.run()</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 386, in run</div><div>    self._cleanup();</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 406, in _cleanup</div><div>    os.remove(self.symbol_select_path)</div><div>FileNotFoundError: [Errno 2] No such file or directory: '/home/lunatic/development/rtems/rtems-tools/tester/rtems/testing/coverage/leon3-qemu-symbols.ini'</div><div>==========================================</div></div></div>