Closed iche033 closed 3 months ago
Indeed, looks like a false positive detected by the GCC Warning plugin. Need to find a workaround to exclude these lines.
Need to find a workaround to exclude these lines.
Can we limit the plugin that parses the output to only look at the logs up to and including the compile step, but not the test step?
Can we limit the plugin that parses the output to only look at the logs up to and including the compile step, but not the test step?
I'm afraid that there is no easy way for the Jenkins plugins to determine parts of a build script semantically. Not very nice but I'm trying to exclude warnings by file pattern since the errors use the form of: digit+: (
which is a file name that we probably are not going to find easily.
Not very nice but I'm trying to exclude warnings by file pattern since the errors use the form of: digit+: ( which is a file name that we probably are not going to find easily.
Tested here: https://build.osrfoundation.org/job/_test_gz_sim-ci-gz-sim9-noble-amd64/
Environment
Description
For example, gz_sim-ci-gz-sim9-noble-amd64 reports 49 new warnings. Closer inspection reveals that these are console output from tests.
Here's an example test console output errors that are marked as warnings: