Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on TInterpreter::ReadRootmapFile #40844

Closed
srimanob opened this issue Feb 22, 2023 · 11 comments
Closed

Warning on TInterpreter::ReadRootmapFile #40844

srimanob opened this issue Feb 22, 2023 · 11 comments

Comments

@srimanob
Copy link
Contributor

Not sure if this is reported git issue or somewhere before.

I see the following warnings [1] in PR tests. It seems to be safe, but may need some clean up.

[1]

Warning in <TInterpreter::ReadRootmapFile>: class  PortableHostCollection<portabletest::TestSoALayout<128,false> > found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so 
Warning in <TInterpreter::ReadRootmapFile>: class  PortableHostCollection<portabletest::TestSoALayout<128ul,false> > found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so 
Warning in <TInterpreter::ReadRootmapFile>: class  edm::Wrapper<PortableHostCollection<portabletest::TestSoALayout<128,false> > > found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so 
Warning in <TInterpreter::ReadRootmapFile>: class  edm::Wrapper<PortableHostCollection<portabletest::TestSoALayout<128ul,false> > > found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so 
Warning in <TInterpreter::ReadRootmapFile>: class  edm::Wrapper<portabletest::TestHostCollection> found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so 
Warning in <TInterpreter::ReadRootmapFile>: class  portabletest::TestHostCollection found in libDataFormatsPortableTestObjectsSerialSync.so  is already in libDataFormatsPortableTestObjects.so
@cmsbuild
Copy link
Contributor

A new Issue was created by @srimanob Phat Srimanobhas.

@Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

@makortel
Copy link
Contributor

assign heterogeneous

@cmsbuild
Copy link
Contributor

New categories assigned: heterogeneous

@fwyzard,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks

@makortel
Copy link
Contributor

The warnings are caused by #40792, and were mentioned in #40792 (comment). The dictionaries seem duplicated because the builds after #40792 was merged have been mostly patch builds, and the issue should get fixed with full builds. Actually CMSSW_13_1_ROOT626_X_2023-02-21-2300 is a full build, and indeed does not show the unit test failures that are caused by the same dictionary duplication in other IB flavors.

@makortel
Copy link
Contributor

Written that, I have a feeling that the "poisoned" library setup (which, IIUC, should prevent at least the unit test failures) would not be working properly in a patch build where a package's BuildFile.xml was changed to not compile the package for one/some of Alpaka backend(s). @smuzaffar Could you take a look?

@makortel
Copy link
Contributor

assign core

@cmsbuild
Copy link
Contributor

New categories assigned: core

@Dr15Jones,@smuzaffar,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks

@makortel
Copy link
Contributor

The warnings have disappeared in the recent 13_1_X IBs (after first full builds since the merge #40792).

@makortel
Copy link
Contributor

+1

@makortel
Copy link
Contributor

@cmsbuild, please close

@cmsbuild
Copy link
Contributor

This issue is fully signed and ready to be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants