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

DD4hep: Tracker overlaps TIB #27761

Merged
merged 2 commits into from Aug 17, 2019
Merged

DD4hep: Tracker overlaps TIB #27761

merged 2 commits into from Aug 17, 2019

Conversation

vargasa
Copy link
Contributor

@vargasa vargasa commented Aug 13, 2019

PR description:

master overlaps:

masterc

master + thisPr Overlaps:

thisprc

PR validation:

cmsRun test/python/testTracker2021Geometry.py >Tracker2021.log
cmsShow -c overlaps.fwc --sim-geom-file cmsDD4HepGeom.root --tgeo-name=CMS


Path:
/Tracker_2/TIDB_2

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27761/11423

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @vargasa (Andrés Vargas) for master.

It involves the following packages:

DetectorDescription/DDCMS

@civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild can you please review it and eventually sign? Thanks.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@ianna
Copy link
Contributor

ianna commented Aug 13, 2019

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 13, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/1998/console Started: 2019/08/13 12:34

@ianna
Copy link
Contributor

ianna commented Aug 13, 2019

@vargasa - very nice!

@cmsbuild
Copy link
Contributor

-1

Tested at: 503abc1

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a4066/1998/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a4066/1998/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a4066/1998/summary.html

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found compilation error when building:

>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/ParticleLevelProducer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/RivetAnalyzer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/HTXSRivetProducer.cc 
In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/HTXSRivetProducer.cc:19:0:
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/src/HiggsTemplateCrossSections.cc:65:25: error: 'ConstGenParticlePtr' does not name a type; did you mean 'GenParticlePtr'?
     bool hasChild(const ConstGenParticlePtr &ptcl, int pdgID) {
                         ^~~~~~~~~~~~~~~~~~~
                         GenParticlePtr
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/src/HiggsTemplateCrossSections.cc:73:26: error: 'ConstGenParticlePtr' does not name a type; did you mean 'GenParticlePtr'?
     bool hasParent(const ConstGenParticlePtr &ptcl, int pdgID) {

  • Clang:

I found compilation error while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/ParticleLevelProducer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/GenParticles2HepMCConverter.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/DQMRivetClient.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/HTXSRivetProducer.cc 
In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/plugins/HTXSRivetProducer.cc:19:
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/src/HiggsTemplateCrossSections.cc:65:25: error: unknown type name 'ConstGenParticlePtr'
    bool hasChild(const ConstGenParticlePtr &ptcl, int pdgID) {
                        ^
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-08-12-2300/src/GeneratorInterface/RivetInterface/src/HiggsTemplateCrossSections.cc:73:26: error: unknown type name 'ConstGenParticlePtr'
    bool hasParent(const ConstGenParticlePtr &ptcl, int pdgID) {
                         ^


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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a4066/1998/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a4066/1998/git-merge-result

@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@ianna
Copy link
Contributor

ianna commented Aug 13, 2019

@fabiocos - the reported errors are due to the other PR merged in the IBs

@mseidel42
Copy link
Contributor

Hi, I guess it included #27610 but not cms-sw/cmsdist#5107

Should be fixed with next IB?

@mseidel42
Copy link
Contributor

This may work: please test with cms-sw/cmsdist#5107

(or wait for next IB tomorrow)

@fabiocos
Copy link
Contributor

please just wait for next IB to build, unfortunately sooner or later we need to break for a few hours in order to integrate this external

@vargasa
Copy link
Contributor Author

vargasa commented Aug 15, 2019

Hello @fabiocos. Just checking, is there anything to be done here?

@ianna
Copy link
Contributor

ianna commented Aug 16, 2019

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 16, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2052/console Started: 2019/08/16 10:29

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@ianna
Copy link
Contributor

ianna commented Aug 16, 2019

+1

@cmsbuild
Copy link
Contributor

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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

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

@fabiocos
Copy link
Contributor

@vargasa @ianna in this PR you are essentially promoting a LogDebug to LogInfo (LogVerbatim is just an unformatted LogInfo), is this really needed/desired ?

@vargasa
Copy link
Contributor Author

vargasa commented Aug 16, 2019

Hi @fabiocos. Yes, at this phase of development it is needed.

@fabiocos
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 6dc6e8f into cms-sw:master Aug 17, 2019
@vargasa vargasa deleted the OvlTIB branch October 9, 2020 13:21
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