-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
more Python3 fixes for geometry script #34875
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34875/24678
|
A new Pull Request was created by @kpedro88 (Kevin Pedro) for master. It involves the following packages:
@civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @kpedro88, @cmsbuild, @AdrianoDee, @srimanob, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build ClangBuild 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: BuildI found compilation error when building: >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBImport.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/PayloadInspector.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/Utilities.cc /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc: In function 'size_t cond::persistency::importIovs(const string&, cond::persistency::Session&, const string&, cond::persistency::Session&, cond::Time_t, cond::Time_t, const string&, const string&, bool, bool, bool)': /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc:97:12: error: 'set' is not a member of 'std' 97 | std::set pids; | ^~~ /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc:4:1: note: 'std::set' is defined in header ''; did you forget to '#include '? 3 | #include "CondCore/CondDB/interface/ConnectionPool.h" +++ |+#include Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/PayloadInspector.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/Utilities.cc >> Building LCG reflex dict from header file src/CondCore/Utilities/src/classes.h >> Compiling LCG dictionary: tmp/slc7_amd64_gcc900/src/CondCore/Utilities/src/CondCoreUtilities/a/CondCoreUtilities_xr.cc /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc:97:26: error: expected '(' for function-style cast or type construction std::set pids; ~~~~~~~~~~^ /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_1_X_2021-08-12-2300/src/CondCore/Utilities/src/CondDBTools.cc:97:12: error: no member named 'set' in namespace 'std' std::set pids; ~~~~~^ |
I'm going on vacation, somebody retest this when master isn't broken. |
please test |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test test2021Geometry had ERRORS Comparison SummarySummary:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34875/24685
|
Pull request #34875 was updated. @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @kpedro88, @cmsbuild, @AdrianoDee, @srimanob, @mdhildreth can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c049f5/17782/summary.html Comparison SummarySummary:
|
+Upgrade Technical PR to fix python3 compatibility. PR test runs fine. |
+1 |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Some branches of the script weren't explored in the unit tests, so some Python3 incompatibilities weren't previously noticed. They are fixed now.
PR validation:
Ran script successfully (no errors).