moving tau triggers to physics menu (v3)
Merge request reports
Activity
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
added Trigger TriggerMenu changes-trigger-counts master review-pending-level-1 labels
mentioned in merge request !42654 (closed)
CI Result FAILURE (hash 8fe7f9c1) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32177] CI failing because of:
Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT INFO [generateChains] Now starting generation of signature UnconventionalTracking Py:Athena INFO Importing TriggerMenuMT.HLTMenuConfig.UnconventionalTracking.FullScanLRTTrackingConfiguration Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT ERROR [__generateChainConfigs] Problems creating ChainDef for chain HLT_unconvtrk0_fslrt_L1All Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT ERROR [__generateChainConfigs] I am in chain part
which should be not related to this MR ... any idea how we can fix this?
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
CI Result FAILURE (hash 8fe7f9c1) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32221] sorry to bother you again @hrussell, this time only the unit test is failing :
still with the error:
Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT INFO [generateChains] Now starting generation of signature UnconventionalTracking Py:Athena INFO Importing TriggerMenuMT.HLTMenuConfig.UnconventionalTracking.FullScanLRTTrackingConfiguration Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT ERROR [__generateChainConfigs] Problems creating ChainDef for chain HLT_unconvtrk0_fslrt_L1All Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT ERROR [__generateChainConfigs] I am in chain part {'chainName': 'HLT_unconvtrk0_fslrt_L1All', 'L1item': '', 'topo': [], 'signatures': ['UnconventionalTracking'], 'alignmentGroups': ['JetMET'], 'stream': ['Main'], 'groups': ['RATE:MET', 'BW:MET'], 'EBstep': '', 'chainParts': [{'signature': 'UnconventionalTracking', 'alignmentGroup': 'JetMET', 'L1threshold': 'FSNOSEED', 'chainPartName': 'unconvtrk0_fslrt', 'multiplicity': '1', 'IDinfo': '', 'trigType': 'unconvtrk', 'isoInfo': '', 'threshold': '0', 'extra': 'fslrt', 'addInfo': [], 'sigFolder': 'UnconventionalTracking', 'subSigs': ['UnconventionalTracking'], 'chainPartIndex': 0}], 'topoStartFrom': False, 'sigFolder': '', 'subSigs': [], 'extraComboHypos': [], 'eventBuildType': '', 'mergingStrategy': 'auto', 'mergingOffset': -1, 'mergingOrder': [], 'monGroups': [], 'chainNameHash': 1216470025, 'chainMultiplicities': [1], 'chainCounter': 771, 'prescale': 1, 'signature': 'UnconventionalTracking'} Py:TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT ERROR [__generateChainConfigs] Full chain dictionary is {'chainName': 'HLT_unconvtrk0_fslrt_L1All', 'L1item': '', 'topo': [], 'signatures': ['UnconventionalTracking'], 'alignmentGroups': ['JetMET'], 'stream': ['Main'], 'groups': ['RATE:MET', 'BW:MET'], 'EBstep': '', 'chainParts': [{'signature': 'UnconventionalTracking', 'alignmentGroup': 'JetMET', 'L1threshold': 'FSNOSEED', 'chainPartName': 'unconvtrk0_fslrt', 'multiplicity': '1', 'IDinfo': '', 'trigType': 'unconvtrk', 'isoInfo': '', 'threshold': '0', 'extra': 'fslrt', 'addInfo': [], 'sigFolder': 'UnconventionalTracking', 'subSigs': ['UnconventionalTracking'], 'chainPartIndex': 0}], 'topoStartFrom': False, 'sigFolder': '', 'subSigs': [], 'extraComboHypos': [], 'eventBuildType': '', 'mergingStrategy': 'auto', 'mergingOffset': -1, 'mergingOrder': [], 'monGroups': [], 'chainNameHash': 1216470025, 'chainMultiplicities': [1], 'chainCounter': 771, 'prescale': 1} Traceback (most recent call last): File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/PyUtils/Decorators.py", line 37, in memoize return mem_dict[args] KeyError: (<TriggerMenuMT.HLTMenuConfig.Menu.GenerateMenuMT.GenerateMenuMT object at 0x7fb463deca50>,)
but all other tests are passed ... any idea on how to overcome this problem?
Hi @ademaria,
I took a quick look and I have no idea, without running in debug locally. But I am completely swamped and do not have time to look into this until Friday. I did take note that other trigger menu merge requests are not showing this error, so it is somehow triggered by your changes...
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
CI Result FAILURE (hash 8fe7f9c1) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32228] CI failed again. Labelling as review-user-action-required.
added review-user-action-required label and removed review-pending-level-1 label
Hi @ademaria,
fetching your branch and merging in the nightly (r22), I was unable to reproduce the error. The only thing I can think of is that you're stuck on bad CI node somehow. Maybe a full build will solve that...
Hello @hrussell, thanks a lot !!! Let's retry then ...
added full-build label
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
added review-pending-level-1 label and removed review-user-action-required label
mentioned in merge request !42897 (merged)
CI Result SUCCESS (hash 8fe7f9c1) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32325] added 253 commits
-
8fe7f9c1...4a7a722f - 252 commits from branch
master
- 3e1382ba - Merge branch 'master' into 'tautrig_physmenu'
-
8fe7f9c1...4a7a722f - 252 commits from branch
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
CI Result FAILURE (hash 3e1382ba) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32373] removed full-build label
This merge request affects 3 packages:
- Trigger/TrigValidation/TrigAnalysisTest
- Trigger/TrigValidation/TriggerTest
- Trigger/TriggerCommon/TriggerMenuMT
Affected files list will not be printed in this case
Adding @sutt ,@ademaria ,@iriu ,@vmartin ,@okumura ,@carquin ,@dzanzi ,@bernius ,@hrussell ,@malconad as watchers
CI Result SUCCESS (hash a02378ac) Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 32384] closing this MR since followed up in !42897 (merged)