-
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
Migrate away from deprecated edm::EDAnalyzer
API in CalibTracker
and in modules inheriting from ConditionDBWriter
#35401
Migrate away from deprecated edm::EDAnalyzer
API in CalibTracker
and in modules inheriting from ConditionDBWriter
#35401
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35401/25507
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@malbouis, @yuanchao, @cmsbuild, @ggovi, @francescobrivio, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build ClangBuild BuildI found compilation error when building: >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/SiStripDeDx3DReader.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/SiStripDeDxMipBuilder.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/SiStripDeDxMipReader.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/TFormulaWriter.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/TGraphWriter.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/SiStripDeDx2DBuilder.cc:18:42: error: invalid use of incomplete type 'class edm::EDAnalyzer' 18 | class SiStripDeDx2DBuilder : public edm::EDAnalyzer { | ^~~~~~~~~~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CommonTools/ConditionDBWriter/interface/ConditionDBWriter.h:132, from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-09-23-2300/src/CondFormats/PhysicsToolsObjects/test/SiStripDeDx2DBuilder.cc:8: /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_12_1_X_2021-09-23-2300/src/FWCore/Framework/interface/Frameworkfwd.h:18:9: note: forward declaration of 'class edm::EDAnalyzer' Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
d845384
to
69d6ffe
Compare
whoops, forgot to check dependencies. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35401/25509
|
@cmsbuild , please test |
edm::EDAnalyzer
API in CalibTracker
edm::EDAnalyzer
API in CalibTracker
and in modules inheriting from ConditionDBWriter
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35401/25511
|
@cmsbuild, please test sorry for the trial & error, should be good now. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5c58fd/18897/summary.html Comparison SummarySummary:
|
+alca
|
+db
|
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:
Finalize migrate away from deprecated
edm::EDAnalyzer
API inCalibTracker
andCommonTools/ConditionDBWriter
PR validation:
It compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
N/A