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
I'd be happy to raise a fix (green jobs make me happy), but I'm not too familiar with SonarScan, so some guidance on whether --ignore-errors mismatch is the fix, or whether this requires deeper investigation would be appreciated!
ROS Distro
Humble
OS and version
SonarScan CI workflow
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
rolling
Which RMW are you using?
None
Steps to Reproduce
Run a SonarScan job
Expected behavior
Presumably these should not fail
Actual behavior
They do
Backtrace or Console output
Capture coverage info
geninfo: WARNING: /usr/include/c++/13/bits/basic_string.h:181: unexecuted block on non-branch line with non-zero hit count. Use "geninfo --rc geninfo_unexecuted_blocks=1 to set count to zero.
geninfo: ERROR: mismatched end line for _ZN56RobotTrajectoryTestFixture_ModifyFirstWaypointByPtr_Test8TestBodyEv at /home/runner/work/moveit2/moveit2/.work/target_ws/src/moveit2/moveit_core/robot_trajectory/test/test_robot_trajectory.cpp:361: 361 -> 366
(use "geninfo --ignore-errors mismatch ..." to bypass this error)
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
@rhaschke -- do you know if this is something worth making configurable in your action, or whether the error is indicative of a different problem and we should consider an alternate solution to the recommendation?
Description
See e.g. https://github.com/moveit/moveit2/actions/runs/11868931947/job/33078707644
I'd be happy to raise a fix (green jobs make me happy), but I'm not too familiar with SonarScan, so some guidance on whether
--ignore-errors mismatch
is the fix, or whether this requires deeper investigation would be appreciated!ROS Distro
Humble
OS and version
SonarScan CI workflow
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
rolling
Which RMW are you using?
None
Steps to Reproduce
Run a SonarScan job
Expected behavior
Presumably these should not fail
Actual behavior
They do
Backtrace or Console output
The text was updated successfully, but these errors were encountered: