Skip to content
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

Add missing includes to Geometry/Tracker(Numbering/Geometry)Builder #31356

Merged
merged 1 commit into from Sep 7, 2020

Conversation

davidlange6
Copy link
Contributor

as usual - found in module build errors

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31356/18141

  • This PR adds an extra 12KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

A new Pull Request was created by @davidlange6 (David Lange) for master.

It involves the following packages:

Geometry/TrackerGeometryBuilder
Geometry/TrackerNumberingBuilder

@civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild can you please review it and eventually sign? Thanks.
@vargasa, @makortel, @JanFSchulte, @VinInn, @ebrondol, @mtosi, @fabiocos, @venturia this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@cvuosalo
Copy link
Contributor

cvuosalo commented Sep 3, 2020

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

+1
Tested at: a1fa640
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a64651/9113/summary.html
CMSSW: CMSSW_11_2_X_2020-09-03-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2020

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a64651/9113/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2609667
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2609644
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 34 files compared)
  • Checked 149 log files, 22 edm output root files, 35 DQM output files

@@ -7,6 +7,10 @@
<use name="Geometry/CommonDetUnit"/>
<use name="Geometry/CommonTopologies"/>
<use name="Geometry/TrackerNumberingBuilder"/>
<use name="CondFormats/GeometryObjects"/>
Copy link
Contributor

@smuzaffar smuzaffar Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidlange6 , looks like this is causing cyclic deps in cxxmodules IBs due to following dep chain

CondFormats/GeometryObjects -> Geometry/VeryForwardGeometryBuilder -> Geometry/TrackerNumberingBuilder -> CondFormats/GeometryObjects

module build failed to compile any thing,

@davidlange6
Copy link
Contributor Author

davidlange6 commented Sep 4, 2020 via email

@smuzaffar
Copy link
Contributor

correct but if this PR along with https://github.com/cms-sw/cmssw/pull/31343/files gets merged then it will break all IBs :-)
By the way, all the cyclic deps can be found under ignominy results https://cmssdt.cern.ch/SDT/cgi-bin/newQA.py?arch=slc7_amd64_gcc820&release=CMSSW_11_2_X_2020-09-03-2300#ignominy

@davidlange6
Copy link
Contributor Author

davidlange6 commented Sep 4, 2020 via email

@davidlange6 davidlange6 changed the title add included by Geometry/Tracker(Numbering/Geometry)Builder Add missing includes to Geometry/Tracker(Numbering/Geometry)Builder Sep 4, 2020
@davidlange6
Copy link
Contributor Author

please test with #31359

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) #31359

@davidlange6
Copy link
Contributor Author

my local full build shows that these two changes work and restore the modules build to a working state (mostly)

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2020

+1
Tested at: a1fa640
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8ad442/9122/summary.html
CMSSW: CMSSW_11_2_X_2020-09-04-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2020

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8ad442/9122/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 1 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2609667
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2609644
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 34 files compared)
  • Checked 149 log files, 22 edm output root files, 35 DQM output files

@cvuosalo
Copy link
Contributor

cvuosalo commented Sep 4, 2020

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 4, 2020

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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@davidlange6
Copy link
Contributor Author

this pr does not require any external change..

@silviodonato
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 3173c7f into cms-sw:master Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants