-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix for PR #47067 #48247
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
Fix for PR #47067 #48247
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48247/45054 |
|
A new Pull Request was created by @tschuh for master. It involves the following packages:
@BenjaminRS, @Moanwar, @cmsbuild, @quinnanm, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
test parameters: workflow = 29634.78 |
|
please test |
|
-1 Failed Tests: UnitTests RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Unit TestsI found 1 errors in the following unit tests: ---> test testPhase2PixelNtuple had ERRORS RelVals |
|
@tschuh any estimates on when you might be able to address the issues found while testing this PR? |
|
will happen today |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48247/45067 |
|
@cms-sw/core-l2 can you please shed some light on how to run the specific tests which failed previously please? |
|
please test workflow 34434.0 for CMSSW_15_1_UBSAN_X |
|
Hmh, I think that should have been the right syntax, but the bot says nevertheless
|
|
test parameters:
|
|
@cmsbuild, please test |
|
Indeed I had the same error when I ran it here 🙁 |
|
@cms-sw/externals-l2 Could you take a look on what is going on with the tests here? |
|
please test workflow 34434.0 for CMSSW_15_1_UBSAN_X |
@makortel , there were multiple UBSAN IBs and bot could not decide which one to use. I have update bot configuration to use the el8_amd64_gcc12 one as default. |
|
Thanks! |
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test runtestPhysicsToolsPatAlgos had ERRORS |
|
please test workflow 34434.0 for CMSSW_15_1_UBSAN_X |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-521adc/46603/summary.html |
|
+l1 |
|
@cms-sw/upgrade-l2 please have a look |
|
+Upgrade |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
This PR includes a missing data member initialization accidentally introduced during review. Additionally I added a check during TTBV construction for nonsensical bit widths. That will prevent invalid array indices currently seen as UBSAN runtime errors.