-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
MiniAOD warnings in 12_4_0_pre1 using 2021 data #37227
Comments
A new Issue was created by @tvami Tamas Vami. @Dr15Jones, @perrotta, @dpiparo, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign xpog,reconstruction |
New categories assigned: xpog @mariadalfonso,@gouskos,@fgolf you have been requested to review this Pull request/Issue and eventually sign? Thanks |
New categories assigned: reconstruction @slava77,@jpata,@clacaputo you have been requested to review this Pull request/Issue and eventually sign? Thanks |
https://mattermost.web.cern.ch/cms-o-and-c/pl/dy6wygg9mifzpj9nte7eoiz5pa |
I checked that these warnings do not appear in CMSSW_12_3_0_pre1, pre2, pre3, pre4, so one can bisect which release they appeared in. At first glance, the first warning (ignoring return value) looks like something gets processed with cling during execution? The second warning (early delete) indicates that |
|
The early-delete related warning seems to be from #36882. |
assign core |
New categories assigned: core @Dr15Jones,@smuzaffar,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Note: this does not imply that it's a core issue. Rather, it looks like the cmsDriver config does not |
Oh ok, sorry, sure I remove them then? |
The early deletion warning indeed came with #36882. As far as I can tell, these producers have not been consumed for a long time, and therefore they have not been run (and been silently deleted since 11_3_0_pre1). #36882 made that visible because their products are being asked to be deleted early in cmssw/CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py Lines 5 to 17 in 689d470
|
@pcanal We're getting the following warning in CMSSW jobs
Back in https://mattermost.web.cern.ch/cms-o-and-c/pl/dy6wygg9mifzpj9nte7eoiz5pa I traced this to
pointing towards With ROOT in CMSSW_12_3_X_2022-02-15-2300
This function call appeared to be the minimal thing causing the warning
Reproduces also with
Would you have any suggestions how to silence the warning? |
@cms-sw/egamma-pog-l2 please take note and remove |
@Axel-Naumann Any idea for this? |
@jalopezg-r00t FYI! |
FWIW pre4 + 35953 does not raise the "ignoring return value of function" warning. |
According to the release notes, pre5 introduced root 6.24. As I understand, "ignoring return value of function" is related to that. |
Oh, this is using ROOT v6.24?! Fine, we need to backport root-project/root#9244 - @jalopezg-r00t can you do the necessary? |
Yes, we were missing a backport to v6.24. PR up here: root-project/root#10120! |
@smuzaffar just to check - should v6-24-00-patches be propagated to https://github.com/cms-sw/cmsdist/blob/IB/CMSSW_12_4_X/master/root.spec ? |
yes |
I will take care of it |
cms-sw/cmsdist#7722 updates root in 12.4.X to head of v6-24-00-patches |
cms-sw/cmsdist#7722 is ready using the tip (commit: 4b08829) of root v6-24-00-patches but I still see the warning
|
by the way, this warning is also present in root |
The applied patch should fix the original issue reported in this ticket (i.e. invoking a
Can you try this and confirm that it does not generate a diagnostic? |
thanks @jalopezg-r00t , I confirm that with latest root v6.24-patches it does not generate the warning. |
cms-sw/cmsdist#7722 has been merged and will be available for 11h00 IBs |
unassign xpog |
Hi @jpata , could you please clarify if this is still required from E/Gamma, or it's already been fixed? |
Isnt the fix simple to get rid of this line |
+core |
@SohamBhattacharya they are still in the configs
|
@jpata Noted, I'll make a PR removing them and also [1] as pointed out by @tvami . |
+reconstruction
Thanks all involved! |
This issue is fully signed and ready to be closed. |
Thanks everybody involved, I'm closing the issue now! |
Modifying the 2021 data based prompt reco wf
138.4
by adding the MiniAOD step, i.e. doingI get the following warning
There is also a msg about unused products:
The text was updated successfully, but these errors were encountered: