-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Recurring error: module 'std.codecvt' is incompatible with feature 'header_existence' #39735
Comments
A new Issue was created by @rappoccio . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
Affecting at least #39711 |
assign reconstruction |
New categories assigned: reconstruction @mandrenguyen,@clacaputo you have been requested to review this Pull request/Issue and eventually sign? Thanks |
The error message is
Could the appearance be related to cms-sw/cms-bot#1856? Is this pointing to some error in our ROOT setup? @vgvassilev @pcanal |
Which version of ROOT are you using. Do you have this commit: root-project/root@f8bcafc ? |
@makortel, @smuzaffar can you confirm that root-project/root#11571 fixes the issue for you? |
The ROOT version is 6.24, more specifically https://github.com/cms-sw/root/commits/cms/v6-24-00-patches/b5aa8fd i.e. root-project/root@b5aa8fd + cms-sw/root@556667e. It does not contain root-project/root@f8bcafc. |
I have started the tests for root-project/root#11571 here cms-sw/root#176 |
@makortel , no this is not related to cms-sw/cms-bot#1856. log file has message like
which means the tests were still using old cms-bot as it generated the
|
@vgvassilev , root-project/root#11571 worked for CMS. Comparison results here do not show any crashes |
@vgvassilev any idea why we suddenly hit this issue? Note that we have not changed root in CMSSW 12.6.X since May 2022. IBs and PR tests always run under singularity container which was re-built and is in use since 4th OCT 2022. Both CMSSW_12_5_X and CMSSW_12_6_X IBs use the same ROOT and same singularity container. Tests in CMSSW_12_5_X do not fail e.g. https://cmssdt.cern.ch/SDT/jenkins-artifacts/baseLineComparisons/CMSSW_12_5_X_2022-10-17-1100+296a35/53469/validateJR.html is all clean. Is it some thing we have integrated in CMSSW_12_6_X which exposed this bug? |
Did you switch recently to newer version of gcc, libstdc++ or bumped the language version? If you have then likely that is the cause. |
not really @vgvassilev . As I wrote tests do not fail for CMSSW_12_5_X which uses exact same root and same singularity image. |
ah could it be that rebuilt of |
Our test started using |
CMSSW_12_5_X PR tests with root rebuilt in new container are all good . So the failure we see in 12.6.X is due to some new code in cmssw 12.6.X itself. PR tests based on |
@makortel , @perrotta @rappoccio any objections on including cms-sw/root#176 ( suggested by @vgvassilev here )? This should fix these DQM comparison failures |
@smuzaffar we have already started building pre4. |
no, do not stop pre4, we can include it after pre4. |
There is currently a recurring error (see here for instance) in some validation WFs that seems to be related to
validate.C
(see link here).The text was updated successfully, but these errors were encountered: