>> Local Products Rules ..... started >> Local Products Rules ..... done /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/external/gmake/4.3-24ac97ee64086a54e50727abb3edab0c/bin/gmake -f tmp/el8_amd64_gcc12/Makefile code-checks-all gmake[1]: Entering directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' >> Local Products Rules ..... started >> Local Products Rules ..... done gmake[2]: Entering directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' >> Local Products Rules ..... started >> Local Products Rules ..... done >> Entering Package EventFilter/Utilities Entering library rule at EventFilter/Utilities Entering library rule at src/EventFilter/Utilities/plugins Entering library rule at src/EventFilter/Utilities/test >> Generating LLVM Compile command for src/EventFilter/Utilities/src/AuxiliaryMakers.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DAQSource.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DAQSourceModelsDTH.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DAQSourceModelsFRD.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DAQSourceModelsScoutingRun3.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DTCRC.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DataPoint.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DataPointDefinition.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/DirManager.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/EvFDaqDirector.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/FastMonitor.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/FastMonitoringService.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/FedRawDataInputSource.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/FileIO.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/GlobalEventNumber.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/JSONSerializer.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/crc32c.cc >> Generating LLVM Compile command for src/EventFilter/Utilities/src/json_reader.cpp >> Generating LLVM Compile command for src/EventFilter/Utilities/src/json_value.cpp >> Generating LLVM Compile command for src/EventFilter/Utilities/src/json_writer.cpp >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/test/testGlobalNumbers.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/DTHFakeReader.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/DaqFakeReader.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/EvFFEDExcluder.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/EvFFEDSelector.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/ExceptionGenerator.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/FRDOutputModule.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/FRDStreamSource.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/GlobalEvFOutputModule.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/RawEventFileWriterForBU.cc >> Generating LLVM Compile command for edm plugin src/EventFilter/Utilities/plugins/modules.cc >> Compile sequence completed for CMSSW CMSSW_15_1_X_2025-03-20-1100 gmake[2]: Leaving directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' gmake[2]: Entering directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' >> Local Products Rules ..... started >> Local Products Rules ..... done clang-tidy -export-fixes tmp/el8_amd64_gcc12/code-checks/EventFilter/Utilities/src/DAQSource.cc.yaml -header-filter 'src/.*' src/EventFilter/Utilities/src/DAQSource.cc clang-tidy -export-fixes tmp/el8_amd64_gcc12/code-checks/EventFilter/Utilities/src/FedRawDataInputSource.cc.yaml -header-filter 'src/.*' src/EventFilter/Utilities/src/FedRawDataInputSource.cc clang-tidy -export-fixes tmp/el8_amd64_gcc12/code-checks/EventFilter/Utilities/src/FastMonitoringService.cc.yaml -header-filter 'src/.*' src/EventFilter/Utilities/src/FastMonitoringService.cc 2080 warnings and 2 errors generated. Error while processing /data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100/src/EventFilter/Utilities/src/FedRawDataInputSource.cc. /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:45:25: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 45 | : provenance_{std::move(iOther.provenance_)}, | ^~~~~~~~~~ ~ /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:56:23: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 56 | provenance_ = std::move(iOther.provenance_); | ^~~~~~~~~~ ~ src/EventFilter/Utilities/src/FedRawDataInputSource.cc:730:65: error: expected ')' [clang-diagnostic-error] 730 | if (fileLSOpen && (!fms_ || !fms_->streamIsIdle(i)) { | ^ src/EventFilter/Utilities/src/FedRawDataInputSource.cc:730:16: note: to match this '(' 730 | if (fileLSOpen && (!fms_ || !fms_->streamIsIdle(i)) { | ^ src/EventFilter/Utilities/src/FedRawDataInputSource.cc:734:11: error: expected statement [clang-diagnostic-error] 734 | } | ^ Suppressed 2082 warnings (2078 in non-user code, 4 NOLINT). Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well. Found compiler error(s). gmake[2]: *** [config/SCRAM/GMake/Makefile.coderules:98: tmp/el8_amd64_gcc12/code-checks/EventFilter/Utilities/src/FedRawDataInputSource.cc.yaml] Error 1 2101 warnings generated. /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:45:25: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 45 | : provenance_{std::move(iOther.provenance_)}, | ^~~~~~~~~~ ~ /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:56:23: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 56 | provenance_ = std::move(iOther.provenance_); | ^~~~~~~~~~ ~ Suppressed 2103 warnings (2099 in non-user code, 4 NOLINT). Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well. 2100 warnings generated. /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:45:25: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 45 | : provenance_{std::move(iOther.provenance_)}, | ^~~~~~~~~~ ~ /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02881/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_15_1_X_2025-03-20-1100/src/DataFormats/Provenance/interface/ProductProvenanceLookup.h:56:23: warning: std::move of the expression of the trivially-copyable type 'ProductProvenance' has no effect; remove std::move() [performance-move-const-arg] 56 | provenance_ = std::move(iOther.provenance_); | ^~~~~~~~~~ ~ Suppressed 2102 warnings (2098 in non-user code, 4 NOLINT). Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well. gmake[2]: Target 'code-checks-internal' not remade because of errors. gmake[2]: Leaving directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' gmake[1]: *** [config/SCRAM/GMake/Makefile.coderules:61: code-checks-run] Error 2 gmake[1]: Target 'code-checks-all' not remade because of errors. gmake[1]: Leaving directory '/data/cmsbld/jenkins/workspace/run-pr-code-checks/CMSSW_15_1_X_2025-03-20-1100' gmake: *** [config/SCRAM/GMake/Makefile.coderules:129: code-checks] Error 2 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2