-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[DD4hep][Simulation] Use regex Comparison if Selection is a Regular Expression #31810
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. |
|
please test with cms-sw/cmsdist#6315 |
|
-code-checks ERROR: Build errors found during clang-tidy run. |
|
The code-checks are being triggered in jenkins. |
|
-code-checks ERROR: Build errors found during clang-tidy run. |
|
The code-checks are being triggered in jenkins. |
|
-code-checks ERROR: Build errors found during clang-tidy run. |
|
@bsunanda - EB simhits are there now. I used CMSSW_11_2_X_2020-10-13-2300, so it may not have all the fixes for numbering yet. |
|
Yana please try #31813 on top this. It will clear the other issues hopefully
…________________________________
From: Ianna Osborne [notifications@github.com]
Sent: 15 October 2020 21:13
To: cms-sw/cmssw
Cc: Sunanda Banerjee; Mention
Subject: Re: [cms-sw/cmssw] [DD4hep][Simulation] Use regex Comparison if Selection is a Regular Expression (#31810)
@bsunanda<https://github.com/bsunanda> - EB simhits are there now. I used CMSSW_11_2_X_2020-10-13-2300, so it may not have all the fixes for numbering yet.
[Screenshot 2020-10-15 at 21 10 16]<https://user-images.githubusercontent.com/1390682/96175267-f21d9480-0f2a-11eb-907a-f20bb6990501.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#31810 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABGMZOXPFENC3B5BCMP4PYTSK5CVNANCNFSM4SSJX2ZQ>.
|
|
-1 Tested at: 46f7001 CMSSW: CMSSW_11_2_X_2020-10-18-2300 I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation error when building: Copying tmp/slc7_amd64_gcc820/src/SimG4Core/DD4hepGeometry/test/DD4hepGeometryTestDriver/DD4hepGeometryTestDriver to productstore area:
Entering library rule at src/SimG4Core/DD4hepGeometry/test
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestG4Geometry.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc: In lambda function:
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc:109:35: error: base operand of '->' has non-pointer type 'const std::pair, const dd4hep::SpecPar*>'
for (auto const& sit : fit->spars) {
^~
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc:112:35: error: base operand of '->' has non-pointer type 'const std::pair, const dd4hep::SpecPar*>'
for (auto const& pit : fit->paths) {
^~
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-18-2300/src/SimG4Core/DD4hepGeometry/src/DD4hep_DDDWorld.cc
>> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/dummyMain.cpp
Entering library rule at src/SimG4Core/DD4hepGeometry/test
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestG4Geometry.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc:109:35: error: member reference type 'const std::pair, std::allocator >, const dd4hep::SpecPar *>' is not a pointer; did you mean to use '.'?
for (auto const& sit : fit->spars) {
~~~^~
.
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-18-2300/src/SimG4Core/DD4hepGeometry/test/plugins/DD4hepTestDDDWorld.cc:109:37: error: no member named 'spars' in 'std::pair, std::allocator >, const dd4hep::SpecPar *>'
for (auto const& sit : fit->spars) {
|
|
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
|
The tests are being triggered in jenkins.
|
|
-1 Tested at: 46f7001 CMSSW: CMSSW_11_2_X_2020-10-19-1100 I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test GeometryDTGeometryBuilderTestDriver had ERRORS |
|
Comparison job queued. |
|
Comparison is ready Comparison Summary:
|
|
The tests are being triggered in jenkins.
|
|
-1 You can see the log for git cms-merge-topic here: |
|
The tests are being triggered in jenkins.
|
|
-1 You can see the log for git cms-merge-topic here: |
|
merged in #31879 |


PR description:
Note: needs a cms-sw/cmsdist#6315
@bsunanda - FYI
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: