You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at recent IBs, we've been getting the error when running the unit test in HeterogeneousCore/AlpakaTest where that packs is NOT part of the patch:
----- Begin Fatal Exception 19-Mar-2024 01:14:45 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_14_1_X_2024-03-18-2300/src/HeterogeneousCore/AlpakaTest/test/testAlpakaModules_cfg.py
Exception Message:
unknown python problem occurred.
ModuleNotFoundError: No module named 'HeterogeneousCore.AlpakaTest.testAlpakaESProducerA_cfi'
At:
/data/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_14_1_X_2024-03-18-2300/src/HeterogeneousCore/AlpakaTest/test/testAlpakaModules_cfg.py(49): <module>
----- End Fatal Exception -------------------------------------------------
where HeterogeneousCore.AlpakaTest.testAlpakaESProducerA_cfi comes from the fillDescriptions of the module.
The text was updated successfully, but these errors were encountered:
@Dr15Jones , I think issue here is that there were duplicate plugins name (#44445) and scram still see these duplicate names in the patch release and then does not work as expected. This will be fixed when we build the full release or if we build both HeterogeneousCore/AlpakaCore and HeterogeneousCore/AlpakaTest in the patch release.
Looking at recent IBs, we've been getting the error when running the unit test in HeterogeneousCore/AlpakaTest where that packs is NOT part of the patch:
where
HeterogeneousCore.AlpakaTest.testAlpakaESProducerA_cfi
comes from the fillDescriptions of the module.The text was updated successfully, but these errors were encountered: