-
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
Fix Looper type name used in python #44406
Conversation
- auto generated cfi.py files had wrong python type name
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44406/39479
|
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@smuzaffar, @Dr15Jones, @cmsbuild, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build HeaderConsistency 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: >> Leaving Package PhysicsTools/ONNXRuntime >> Package PhysicsTools/ONNXRuntime built Entering library rule at PhysicsTools/ONNXRuntime >> Compiling src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc In file included from src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc:8: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-03-13-1100/src/PhysicsTools/ONNXRuntime/interface/ONNXRuntime.h:19:10: fatal error: onnxruntime/onnxruntime_cxx_api.h: No such file or directory 19 | #include "onnxruntime/onnxruntime_cxx_api.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc:8: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-03-13-1100/src/PhysicsTools/ONNXRuntime/interface/ONNXRuntime.h:19:10: fatal error: onnxruntime/onnxruntime_cxx_api.h: No such file or directory Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Entering Package CalibTracker/SiStripLorentzAngle >> Entering Package FWCore/ParameterSet >> Entering Package PhysicsTools/NanoAOD >> Entering Package PhysicsTools/ONNXRuntime >> Compile sequence completed for CMSSW CMSSW_14_1_X_2024-03-13-1100 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-03-13-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package Alignment/OfflineValidation >> Compiling src/Alignment/OfflineValidation/bin/DMRmerge.cc >> Compiling src/Alignment/OfflineValidation/bin/Options.cc |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e0ed4c/38168/summary.html Comparison SummarySummary:
|
+core |
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. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Would this be the case of testing with full_cmssw ? |
In this case the presently the generated Therefore this PR should not have any practical impact on the present state of CMSSW. I'm not against testing |
Many thanks for checking. Seems indeed it would be overcautious. Let's merge it. |
+1 |
PR description:
PR validation:
Code compiles. A hand import of a newly generated file into python does work.