-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[DD4hep] Final Changes to Replace tbb with std - requires a DD4hep update #31770
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. |
|
hold |
|
-code-checks ERROR: Build errors found during clang-tidy run. |
|
code check failures are expected - this requires an external update |
|
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. |
1 similar comment
|
The code-checks are being triggered in jenkins. |
|
-code-checks ERROR: Build errors found during clang-tidy run. |
|
-1 Tested at: c09ccdb 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: c09ccdb 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: requires AIDASoft/DD4hep#723 to be merged in DD4hep master.
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: