Skip to content

Drop conflicting VertexAuxContainer output in BPH derivations

Thomas Strebler requested to merge tstreble/athena:DerivBPH_VertAux into main

Fix ART tests failures https://bigpanda.cern.ch/art/jobs/?package=DerivationFrameworkBPhysART&branch=main/Athena/x86_64-centos7-gcc11-opt&ntag_full=2023-11-02T2101

06:58:13 Traceback (most recent call last):
06:58:13   File "/srv/workDir/runargs.Derivation.py", line 39, in <module>
06:58:13     fromRunArgs(runArgs)
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/DerivationFrameworkConfiguration/DerivationSkeleton.py", line 120, in fromRunArgs
06:58:13     cfg.merge(derivationConfig(flags))
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/DerivationFrameworkBPhys/BPHY24.py", line 575, in BPHY24Cfg
06:58:13     acc.merge(SetupMetaDataForStreamCfg(flags, "DAOD_BPHY24", AcceptAlgs=["BPHY24Kernel"], createMetadata=[MetadataCategory.CutFlowMetaData]))
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 893, in merge
06:58:13     mergeSequences(ourSeq, otherSeq)
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/ComponentAccumulator.py", line 862, in mergeSequences
06:58:13     deduplicateOne(self._algorithms[c.name], c)
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/Deduplication.py", line 56, in deduplicateOne
06:58:13     raiseWithCurrentContext(exception)
06:58:13   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-11-02T2101/Athena/24.0.16/InstallArea/x86_64-centos7-gcc11-opt/python/AthenaConfiguration/DebuggingContext.py", line 48, in raiseWithCurrentContext
06:58:13     raise type(exception)(str(exception) + '\nWith the context:\n{}'.format(Context.complete()) )
06:58:13 ValueError: conflicting settings for property ItemList of OutputStreamDAOD_BPHY24: Mixing up negative and positive Aux selections is not supported: xAOD::VertexAuxContainer#BPHY24_DiMuon_CandidatesAux. : {'', '-vxTrackAtVertex'}

Merge request reports