-
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
Use python3 to generate geometry #34554
Conversation
Possible fix for #34552
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34554/24083
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @kpedro88, @cmsbuild, @srimanob, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Please test |
@cmsbuild 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 HeterogeneousCore/SonicTriton >> Package HeterogeneousCore/SonicTriton built Entering library rule at src/HeterogeneousCore/SonicTriton/plugins >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc:3: /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/interface/TritonService.h:13:10: fatal error: grpc_client.h: No such file or directory 13 | #include "grpc_client.h" | ^~~~~~~~~~~~~~~ compilation terminated. In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc:3: /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/interface/TritonService.h:13:10: fatal error: grpc_client.h: No such file or directory Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicCore/test/SonicDummyOneAnalyzer.cc >> Entering Package HeterogeneousCore/SonicTriton Entering library rule at src/HeterogeneousCore/SonicTriton/plugins >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc:3: /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/interface/TritonService.h:13:10: fatal error: 'grpc_client.h' file not found #include "grpc_client.h" ^~~~~~~~~~~~~~~ 1 error generated. In file included from /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/plugins/TritonService.cc:3: /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-19-1100/src/HeterogeneousCore/SonicTriton/interface/TritonService.h:13:10: fatal error: 'grpc_client.h' file not found |
test parameters: |
@cmsbuild please test |
-1 Failed Tests: UnitTests 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: Unit TestsI found errors in the following unit tests: ---> test EcalDAQ_O2O_test had ERRORS ---> test EcalDCS_O2O_test had ERRORS ---> test EcalLaser_O2O_test had ERRORS Comparison SummarySummary:
|
Closing in favor of #34534 |
PR description:
Possible fix for #34552. Similar to #34474.