-
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
[Do not merge] Test dropping legacy generator interfaces #37622
[Do not merge] Test dropping legacy generator interfaces #37622
Conversation
A new Pull Request was created by @iarspider for CMSSW_12_4_DEVEL_X. It involves the following packages:
The following packages do not have a category, yet: README @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test with #37610,#37611,#37612,#37616,cms-sw/cmsdist#7763 |
-1 Failed Tests: Build 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: Entering library rule at src/GeneratorInterface/HydjetInterface/plugins >> Compiling edm plugin /pool/condor/dir_16160/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_DEVEL_X_2022-04-18-2300/src/GeneratorInterface/HydjetInterface/plugins/plugin.cc >> Building edm plugin tmp/slc7_amd64_gcc10/src/GeneratorInterface/HydjetInterface/plugins/GeneratorInterfaceHydjetInterfacePlugins/libGeneratorInterfaceHydjetInterfacePlugins.so Leaving library rule at src/GeneratorInterface/HydjetInterface/plugins @@@@ Running edmWriteConfigs for GeneratorInterfaceHydjetInterfacePlugins error: edmWriteConfigs caught an exception while loading a plugin library. The executable will return success (0) so scram will continue, but no cfi files will be written. An exception of category 'PluginLibraryLoadError' occurred. Exception Message: unable to load /pool/condor/dir_16160/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_DEVEL_X_2022-04-18-2300/tmp/slc7_amd64_gcc10/src/GeneratorInterface/HydjetInterface/plugins/GeneratorInterfaceHydjetInterfacePlugins/libGeneratorInterfaceHydjetInterfacePlugins.so because libhydjet.so: cannot open shared object file: No such file or directory |
please test with #37610 |
please abort |
please test with #37610,#37611,#37612,#37616,cms-sw/cmsdist#7763 |
-1 Failed Tests: Build 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: Entering library rule at src/GeneratorInterface/HydjetInterface/plugins >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_DEVEL_X_2022-04-19-2300/src/GeneratorInterface/HydjetInterface/plugins/plugin.cc >> Building edm plugin tmp/slc7_amd64_gcc10/src/GeneratorInterface/HydjetInterface/plugins/GeneratorInterfaceHydjetInterfacePlugins/libGeneratorInterfaceHydjetInterfacePlugins.so Leaving library rule at src/GeneratorInterface/HydjetInterface/plugins @@@@ Running edmWriteConfigs for GeneratorInterfaceHydjetInterfacePlugins error: edmWriteConfigs caught an exception while loading a plugin library. The executable will return success (0) so scram will continue, but no cfi files will be written. An exception of category 'PluginLibraryLoadError' occurred. Exception Message: unable to load /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_DEVEL_X_2022-04-19-2300/tmp/slc7_amd64_gcc10/src/GeneratorInterface/HydjetInterface/plugins/GeneratorInterfaceHydjetInterfacePlugins/libGeneratorInterfaceHydjetInterfacePlugins.so because libhydjet.so: cannot open shared object file: No such file or directory |
PR description:
Drop references to legacy MC generators - see cms-sw/cmsdist#7763 a list of dropped generators.
Dummy PR to test all changes together.