-
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
more esConsumes
in RecoPixelVertexing
#36830
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36830/27998
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build HeaderConsistency ClangBuild BuildI found compilation error when building: >> Compiling /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/InnerDeltaPhi.cc >> Compiling /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/IntermediateHitDoublets.cc >> Compiling /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/LayerWithHits.cc >> Compiling /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/RecHitsSortedInPhi.cc In file included from /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/HitPairGenerator.cc:1: /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/interface/HitPairGenerator.h:30:26: error: 'const OrderedHitPairs& HitPairGenerator::run(const TrackingRegion&, const edm::Event&, const edm::EventSetup&)' marked 'override', but does not override 30 | const OrderedHitPairs& run(const TrackingRegion& region, const edm::Event& ev, const edm::EventSetup& es) override; | ^~~ In file included from /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/interface/CombinedHitPairGenerator.h:5, from /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/src/CombinedHitPairGenerator.cc:1: /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoTracker/TkHitPairs/interface/HitPairGenerator.h:30:26: error: 'const OrderedHitPairs& HitPairGenerator::run(const TrackingRegion&, const edm::Event&, const edm::EventSetup&)' marked 'override', but does not override Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Creating project symlinks >> Entering Package RecoPixelVertexing/PixelLowPtUtilities >> Entering Package RecoPixelVertexing/PixelTriplets >> Entering Package RecoTracker/TkTrackingRegions >> Compile sequence completed for CMSSW CMSSW_12_3_X_2022-01-29-1100 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --ignoreWarning=Wdeprecated-declarations --logDir /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/tmp/slc7_amd64_gcc10/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package RecoPixelVertexing/PixelLowPtUtilities >> Compiling /pool/condor/dir_263125/jenkins/workspace/ib-run-pr-tests/CMSSW_12_3_X_2022-01-29-1100/src/RecoPixelVertexing/PixelLowPtUtilities/bin/ClusterShapeAnalyzer.cpp Entering library rule at src/RecoPixelVertexing/PixelLowPtUtilities/bin |
looks like a further esConsumes migration is needed in
due to the changes in OrderedHitsGenerator. |
cfae919
to
19b3263
Compare
RecoPixelVertexing
esConsumes
in RecoPixelVertexing
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36830/28245
|
Pull request #36830 was updated. @jpata, @cmsbuild, @clacaputo, @slava77 can you please check and sign again. |
yes, that will apparently imply some further changes in many other interfaces that I really can't follow-up upon now. I've stripped the PR of the commit that doesn't allow to compile, so that this PR can go through fast. |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9f4d9a/22331/summary.html Comparison SummarySummary:
|
+reconstruction
|
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Part of the migrations in #31061 and #36404.
Removed some
CMSDEPRECATED_X
warnings in theRecoPixelVertexing
subsystem fromCMSSW_12_3_CMSDEPRECATED_X_2022-01-21-2300
.PR validation:
cmssw
compiles.Run successfully:
runTheMatrix.py -l limited --ibeos
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A