-
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
Clean up BuildFiles under GeneratorInterface/ #29656
Clean up BuildFiles under GeneratorInterface/ #29656
Conversation
@cmsbuild, please test |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29656/15055
|
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: GeneratorInterface/AMPTInterface @SiewYan, @efeyazgan, @mkirsano, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez, @qliphy can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Tested at: 553fc12 CMSSW: CMSSW_11_1_X_2020-05-05-1100 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: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation error when building: Copying tmp/slc7_amd64_gcc820/src/GeneratorInterface/Pythia8Interface/test/testGeneratorInterfacePythia8InterfaceTP/testGeneratorInterfacePythia8InterfaceTP to productstore area: Entering library rule at src/GeneratorInterface/Pythia8Interface/test >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/ZJetsAnalyzer.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/ZJetsAnalyzer.cc:4: /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_1_X_2020-05-05-1100/src/SimDataFormats/GeneratorProducts/interface/HepMCProduct.h:9:10: fatal error: TMatrixD.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.cc:1: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.h:1:10: fatal error: HepMC/GenEvent.h: No such file or directory
I found compilation error while trying to compile with clang. Command used:
Entering library rule at src/GeneratorInterface/Pythia8Interface/test >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/ZJetsAnalyzer.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/JetInputHepMC.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.cc:1: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/LeptonAnalyserHepMC.h:1:10: fatal error: 'HepMC/GenEvent.h' file not found #include "HepMC/GenEvent.h" ^~~~~~~~~~~~~~~~~~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/JetInputHepMC.cc:1: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/GeneratorInterface/Pythia8Interface/test/analyserhepmc/JetInputHepMC.h:8:10: fatal error: 'HepMC/GenEvent.h' file not found #include 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: |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
Clean up BuildFile.xml filea with `xmllint --format`.
553fc12
to
ad430cf
Compare
The code-checks are being triggered in jenkins. |
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29656/15139
|
The tests are being triggered in jenkins. |
Pull request #29656 was updated. @SiewYan, @efeyazgan, @mkirsano, @cmsbuild, @GurpreetSinghChahal, @agrohsje, @alberto-sanchez, @qliphy can you please check and sign again. |
ERROR: empty variable. PR had errors - #29656. |
@cmsbuild, please test |
The tests are being triggered in jenkins. |
+1 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: |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
merge |
Clean up BuildFile.xml filea with
xmllint --format
.