-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LLVM Analyzer][L1] Cleanup LLVM analyzer warnings #46411
[LLVM Analyzer][L1] Cleanup LLVM analyzer warnings #46411
Conversation
cms-bot internal usage |
e3ac8f1
to
413dd3b
Compare
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46411/42264
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
413dd3b
to
09cac6a
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46411/42265
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@Moanwar, @aloeliger, @epalencia, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: Build HeaderConsistency ClangBuild The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: BuildI found compilation error when building: In file included from src/L1Trigger/L1TMuonOverlap/interface/OMTFSorter.h:12, from src/L1Trigger/L1TMuonOverlap/interface/OMTFReconstruction.h:23, from src/L1Trigger/L1TMuonOverlap/plugins/L1TMuonOverlapTrackProducer.h:19, from src/L1Trigger/L1TMuonOverlap/plugins/L1TMuonOverlapTrackProducer.cc:10: src/L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h: In constructor 'AlgoMuon::AlgoMuon(int, int, int, int, int, int, int, int, int)': src/L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h:90:16: error: 'AlgoMuon::m_rhitNumb' will be initialized after [-Werror=reorder] 90 | unsigned int m_rhitNumb; | ^~~~~~~~~~ src/L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h:86:7: error: 'int AlgoMuon::m_phiRHit' [-Werror=reorder] 86 | int m_phiRHit; | ^~~~~~~~~ Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Entering Package L1Trigger/TrackFindingTMTT >> Entering Package L1Trigger/TrackFindingTracklet >> Entering Package L1Trigger/TrackTrigger >> Entering Package L1TriggerConfig/L1GtConfigProducers >> Compile sequence completed for CMSSW CMSSW_14_2_X_2024-10-15-2300 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_2_X_2024-10-15-2300/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package CondTools/Geometry Entering library rule at src/CondTools/Geometry/plugins >> Compiling edm plugin src/CondTools/Geometry/plugins/CSCRecoIdealDBLoader.cc |
09cac6a
to
5e757b3
Compare
please test |
bfe0fdb
to
975e1e1
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46411/42279 |
Pull request #46411 was updated. @Moanwar, @aloeliger, @cmsbuild, @epalencia, @srimanob, @subirsarkar can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 44KB to repository Comparison SummarySummary:
|
@@ -589,7 +589,7 @@ void MuonPathAssociator::correlateMPaths(edm::Handle<DTDigiCollection> dtdigis, | |||
sl3 = 0; | |||
for (auto SL3metaPrimitive = SL3metaPrimitives.begin(); SL3metaPrimitive != SL3metaPrimitives.end(); | |||
++SL3metaPrimitive, sl3++) { | |||
if (useFitSL3[sl3]) | |||
[[clang::suppress]] if (useFitSL3[sl3]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgive my ignorance, but are these things I should fix, or task the relevant L1T person to fix, instead of suppressing warnings?
+l1 |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
See report
PR validation:
Bot tests