-
Notifications
You must be signed in to change notification settings - Fork 4.6k
GeometricDetExtra, PGeometricDetExtra schema removal #31729
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
Conversation
|
The code-checks are being triggered in jenkins. |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31729/18927
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
|
The code-checks are being triggered in jenkins. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31729/18929
|
|
A new Pull Request was created by @vargasa (Andres Vargas) for master. It involves the following packages: CondCore/GeometryPlugins @civanch, @Dr15Jones, @makortel, @cvuosalo, @christopheralanwest, @ianna, @mdhildreth, @cmsbuild, @yuanchao, @tocheng, @tlampen, @ggovi, @pohsun, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
The tests are being triggered in jenkins.
|
|
-1 BTW: why have you proceeded without explicit aknowledgement from the DPG? |
|
-1 Tested at: 54d75b9 CMSSW: CMSSW_11_2_X_2020-10-09-1100 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: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation error when building: trackerTopology --- Registered EDM Plugin: GeometryTrackerNumberingBuilderPlugins Entering library rule at src/Geometry/TrackerNumberingBuilder/test >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerNumberingBuilder/test/ModuleNumbering.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerNumberingBuilder/test/ModuleNumbering.cc:41: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/poison/Geometry/TrackerNumberingBuilder/interface/CmsTrackerDebugNavigator.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. ^~~~~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerNumberingBuilder/test/ModuleNumbering.cc:41: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/poison/Geometry/TrackerNumberingBuilder/interface/CmsTrackerDebugNavigator.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE.
I found compilation error while trying to compile with clang. Command used: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerGeometryBuilder/test/phase1PixelTopology_t.cpp
Entering library rule at src/Geometry/TrackerGeometryBuilder/test
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerGeometryBuilder/test/GeoHierarchyTest.cc
Entering library rule at src/Geometry/TrackerGeometryBuilder/test
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc:168:28: error: no member named 'geographicalID' in 'GeometricDet'; did you mean 'geographicalId'?
int subdetid = module->geographicalID().subdetId();
^~~~~~~~~~~~~~
geographicalId
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-09-1100/src/Geometry/TrackerNumberingBuilder/interface/GeometricDet.h:96:16: note: 'geographicalId' declared here
const DetId& geographicalId() const { return geographicalID_; }
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: |
|
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
|
Comparison is ready Comparison Summary:
|
|
Should the "Draft" status of this PR be removed? |
|
+1 |
|
urgent |
|
+upgrade |
|
+alca |
|
Do you have any comments? @ggovi |
|
merge |
|
We are getting several errors after having merged this PR |
PR description:
Addresses #31567
FYI: @ianna, @ghugo83, @cvuosalo