You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try running a build and test according to the README, but on my own project, I get the following error:
[16.091s] ERROR:colcon.colcon_core.event_reactor:Exception in event handler extension 'sanitizer_report': Could not find key in given stack trace lines.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/colcon_core/event_reactor.py", line 78, in _notify_observers
retval = observer(event)
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/event_handlers/sanitizer_report.py", line 43, in __call__
self._handle(event)
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/event_handlers/sanitizer_report.py", line 54, in _handle
self._log_parser.parse_line(line)
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/sanitizer_log_parser.py", line 164, in parse_line
section = SanitizerSection(lines=tuple(lines))
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/_sanitizer_section.py", line 88, in __init__
SanitizerSectionPart(error_name=self.error_name, lines=tuple(part_lines))
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/_sanitizer_section_part.py", line 146, in __init__
SanitizerSectionPartStackTrace(lines=tuple(relevant_stack_trace_lines))
File "/home/adam/.local/lib/python3.8/site-packages/colcon_sanitizer_reports/_sanitizer_section_part_stack_trace.py", line 77, in __init__
assert key is not None, 'Could not find key in given stack trace lines.'
AssertionError: Could not find key in given stack trace lines.
Do my tests need special instrumentation to support this?
The text was updated successfully, but these errors were encountered:
When I try running a build and test according to the README, but on my own project, I get the following error:
Do my tests need special instrumentation to support this?
The text was updated successfully, but these errors were encountered: