Skip to content

Removing unwanted call of L1TopoLegacy in Lvl1SimulationConfig (deprecated)

Javier Jimenez Pena requested to merge jajimene/athena:RemoveL1TopoLegacy into 24.0

Removing unwanted call of L1TopoLegacy in Lvl1SimulationConfig (deprecated).

When L1LegacyTopoSimulationCfg isn't called, it creates problems with LVL1::FrontPanelCTP, that requires StoreGateSvc+L1TopoLegacyToCTPLocation

The following error can be reproduced with test_trigP1_v1Dev_build.py from TrigValidation/TrigP1Test.

The full error of athena.log is the following:

Found 11 error/warning message(s) in athena.log:

2024-05-07 14:03:04,899 AvalancheSchedulerSvc 0 0 FATAL Auto DataLoading not requested, and the following unmet INPUT dependencies were found: \[440499,t:1669352334,l:0,b:4294967295\]

2024-05-07 14:03:04,901 AvalancheSchedulerSvc 0 0 FATAL o ( 'LVL1::FrontPanelCTP' , 'StoreGateSvc+L1TopoLegacyToCTPLocation' ) required by Algorithm: \[440499,t:1669352334,l:0,b:4294967295\]

2024-05-07 14:03:04,902 AvalancheSchedulerSvc 0 0 FATAL \* CTPSimulation \[440499,t:1669352334,l:0,b:4294967295\]

2024-05-07 14:03:04,909 ServiceManager 0 0 ERROR Unable to initialize service "AvalancheSchedulerSvc" \[440499,t:1669352334,l:0,b:4294967295\]

2024-05-07 14:03:04,914 HltEventLoopMgr 0 0 FATAL Error retrieving 'SchedulerSvc':'AvalancheSchedulerSvc' interface ISchedulerSvc \[440499,t:1669352334,l:0,b:4294967295\]

2024-May-07 14:03:04,899 FATAL \[ at AvalancheSchedulerSvc:-105911138\] AvalancheSchedulerSvc: Auto DataLoading not requested, and the following unmet INPUT dependencies were found: \[440499,t:1669352334,l:0,b:4294967295\]

2024-May-07 14:03:04,901 FATAL \[ at AvalancheSchedulerSvc:1815284532\] AvalancheSchedulerSvc: o ( 'LVL1::FrontPanelCTP' , 'StoreGateSvc+L1TopoLegacyToCTPLocation' ) required by Algorithm: \[440499,t:1669352334,l:0,b:4294967295\]

2024-May-07 14:03:04,910 ERROR \[ at ServiceManager:-260253676\] ServiceManager: Unable to initialize service "AvalancheSchedulerSvc" \[440499,t:1669352334,l:0,b:4294967295\]

2024-May-07 14:03:04,914 ERROR \[psc::Psc::callOnEventLoopMgr(...) at /build/atnight/localbuilds/nightlies/Athena/24.0/athena/HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx:786\] Error executing hltUpdateAfterFork for EventLoopMgr = 'HltEventLoopMgr'

2024-May-07 14:03:04,915 FATAL \[HLTMPPU::doProcessLoop(...) at /builds/atlas-tdaq-software/tdaq-cmake/tdaq/tdaq-11-02-01/HLTMPPU/src/HLTMPPU.cxx:887\] Transition Issue: "HLT Steering failed to complete prepareWorker".

2024-May-07 14:03:07,691 WARNING \[HLTMPPU::doNannyWork(...) at /builds/atlas-tdaq-software/tdaq-cmake/tdaq/tdaq-11-02-01/HLTMPPU/src/HLTMPPU.cxx:1156\] Child Issue: "Child pid=2211187 exited with unexpected return value 1".
Edited by Tim Martin

Merge request reports