-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Geant] Additional changes for Geant 10.6 #28629
Conversation
The code-checks are being triggered in jenkins. |
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28629/13169
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-28629/13170
|
A new Pull Request was created by @mrodozov (Mircho Rodozov) for master. It involves the following packages: SimG4CMS/Calo @andrius-k, @kmaeshima, @schneiml, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
1 similar comment
A new Pull Request was created by @mrodozov (Mircho Rodozov) for master. It involves the following packages: SimG4CMS/Calo @andrius-k, @kmaeshima, @schneiml, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The tests are being triggered in jenkins. |
-1 Tested at: b4ba518 CMSSW: CMSSW_11_1_X_2019-12-16-2300 I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HcalTestHistoManager.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HFShowerParam.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HGCScintSD.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HGCMouseBite.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/CaloSD.cc: In member function 'virtual void CaloSD::update(const EndOfEvent*)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/CaloSD.cc:508:24: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'G4int' {aka 'int'} [-Werror=sign-compare] for (size_t i = 0; i < theHC->entries(); ++i) { ~~^~~~~~~~~~~~~~~~~~ /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HcalTestAnalysis.cc: In member function 'void HcalTestAnalysis::fill(const EndOfEvent*)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HcalTestAnalysis.cc:330:19: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'G4int' {aka 'int'} [-Werror=sign-compare] for (j = 0; j < theHCHC->entries(); j++) {
I found compilation error while trying to compile with clang. Command used:
>> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HFShower.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HcalTestHistoManager.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HFShowerParam.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HGCScintSD.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HGCMouseBite.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/CaloSD.cc:508:24: error: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'G4int' (aka 'int') [-Werror,-Wsign-compare] for (size_t i = 0; i < theHC->entries(); ++i) { ~ ^ ~~~~~~~~~~~~~~~~ 1 error generated. /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2019-12-16-2300/src/SimG4CMS/Calo/src/HcalTestAnalysis.cc:330:19: error: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'G4int' (aka 'int') [-Werror,-Wsign-compare] for (j = 0; j < theHCHC->entries(); j++) { |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28629/13183
|
Pull request #28629 was updated. @andrius-k, @kmaeshima, @schneiml, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU can you please check and sign again. |
The tests are being triggered in jenkins.
|
PR description:
Additional changes needed for cms-sw/cmsdist#5424 to work.
See also #28626