segfault when running hlt2_fastest_reco

The hlt2_fastest_reco throughput test has been segfaulting since the merge of LHCb!3486 (merged) and it's related MRs with the following crash:

Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/Muon/TileID.h
   requested to autoload type LHCb::Detector::Muon::TileID
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/VP/VPChannelID.h
   requested to autoload type LHCb::Detector::VPChannelID
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/Calo/CaloCellID.h
   requested to autoload type LHCb::Detector::Calo::CellID
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/FT/FTChannelID.h
   requested to autoload type LHCb::Detector::FTChannelID
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/UT/ChannelID.h
   requested to autoload type LHCb::Detector::UT::ChannelID
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
   Missing FileEntry for Detector/Muon/Layout.h
   requested to autoload type LHCb::Detector::Muon::Layout
 *** Break *** segmentation violation

a full log is e.g. here

@sponce any idea what could be going wrong here?