After Move ConversionTrack.h to RecoEgamma/EgammaTools to avoid FWLite build errors#50694 the unit tests are failing it should be fixed after full rebuild is done.
cms::Exception caught in dumpDDCompactView
An exception of category 'FatalRootError' occurred while
[0] Constructing service of type InitRootHandlers
Additional Info:
[a] Fatal Root Error: @SUB=TInterpreter::ReadRootmapFile
While processing /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02937/el8_amd64_gcc13/cms/cmssw/CMSSW_17_0_X_2026-04-12-0000/lib/el8_amd64_gcc13/DataFormatsEgammaTrackReco_xr.rootmap, class edm::Wrapper<reco::ConversionTrackCollection> was found to be associated to libDataFormatsEgammaTrackReco.so although it is already associated to libRecoEgammaEgammaTools.so
---> test dumpDDCompactView had ERRORS
TestTime:1
^^^^ End Test dumpDDCompactView ^^^^
This PR has temporarily caused unit test failures in the IB. The problem is the IBs are patch builds so ROOT sees the same dictionary in different libraries in the patch and full areas and issues a warning. The unit tests are doing diff on the logs of the job and see the warnings. Once we do full build IBs the problems should go away.
Originally posted by @Dr15Jones in #50694 (comment)
This issue is to track it, once full build is done triggered the tests should pass.
After Move ConversionTrack.h to RecoEgamma/EgammaTools to avoid FWLite build errors#50694 the unit tests are failing it should be fixed after full rebuild is done.
This PR has temporarily caused unit test failures in the IB. The problem is the IBs are patch builds so ROOT sees the same dictionary in different libraries in the patch and full areas and issues a warning. The unit tests are doing diff on the logs of the job and see the warnings. Once we do full build IBs the problems should go away.
Originally posted by @Dr15Jones in #50694 (comment)
This issue is to track it, once full build is done triggered the tests should pass.