Clang missing override
clang complains on missing override.
Mentioning @ssnyder who also looks at these to avoid duplicate work
Merge request reports
Activity
This merge request affects 3 packages:
- Tracking/TrkFitter/TrkDeterministicAnnealingFilter
- Tracking/TrkFitter/TrkGlobalChi2Fitter
- Tracking/TrkFitter/TrkKalmanFitter
Adding @amorley as watcher
added Tracking master review-pending-level-1 labels
CI Result FAILURE (hash ca7dc243)Athena AthSimulation AnalysisBase AthGeneration externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 1, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 14462]Not sure
Traceback (most recent call last): File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/TriggerMenu/jet/JetDef.py", line 338, in generateHLTChainDef instantiator = instantiatorFactory(use_atlas_config) File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/TriggerMenu/jet/InstantiatorFactory.py", line 8, in instantiatorFactory from .jetDefInstantiator import Instantiator File "/cvmfs/sft.cern.ch/lcg/releases/LCG_97/ROOT/v6.20.02/x86_64-centos7-gcc8-opt/lib/ROOT.py", line 522, in _importhook return _orig_ihook( name, *args, **kwds ) File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/PyUtils/Helpers.py", line 33, in root6_importhook m = oldimporthook(name, globals, locals, fromlist, level) File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/TriggerMenu/jet/jetDefInstantiator.py", line 46, in <module> from TrigDetCalib.TrigDetCalibConf import ScoutingStreamWriter # noqa: F401 File "/cvmfs/sft.cern.ch/lcg/releases/LCG_97/ROOT/v6.20.02/x86_64-centos7-gcc8-opt/lib/ROOT.py", line 522, in _importhook return _orig_ihook( name, *args, **kwds ) File "/build2/ci-builds/master/Athena/build/Athena/x86_64-centos7-gcc8-opt/python/PyUtils/Helpers.py", line 33, in root6_importhook m = oldimporthook(name, globals, locals, fromlist, level) ImportError: No module named TrigDetCalib.TrigDetCalibConf
is related
Actually the failure seems to be in the nightly already http://atlas-computing.web.cern.ch/atlas-computing/links/distDirectory/gitwww/MASTERWebArea/ardoc_web_areamaster64BC7G8AthenaOpt/ARDOC_Log_2020-05-22T2142/Trigger_TriggerCommon_TriggerMenuXML.html
This merge request affects 3 packages:
- Tracking/TrkFitter/TrkDeterministicAnnealingFilter
- Tracking/TrkFitter/TrkGlobalChi2Fitter
- Tracking/TrkFitter/TrkKalmanFitter
Adding @amorley as watcher
CI Result SUCCESS (hash ca7dc243)Athena AthSimulation AnalysisBase AthGeneration 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
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 14512]mentioned in commit 329d2622
added sweep:ignore label