Skip to content

[PWGJE] fix of broken bc retrieval in derivedDataProducer #22622

[PWGJE] fix of broken bc retrieval in derivedDataProducer

[PWGJE] fix of broken bc retrieval in derivedDataProducer #22622

Triggered via pull request January 6, 2026 14:03
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
11s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[name/o2-task]: PWGJE/TableProducer/derivedDataProducer.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
[name/o2-task]: PWGJE/TableProducer/derivedDataProducer.cxx#L952
Specified task name jet-deriveddata-producer produces device name jet-deriveddata-producer which does not match the device name jet-derived-data-producer-task from the struct name JetDerivedDataProducerTask. (Matching struct name JetDeriveddataProducer)
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L931
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L924
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L877
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L870
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L575
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L535
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L519
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L512
Use constant references for non-modified iterators in range-based for loops.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.