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

Fix a compilation warning in TracksterLinkingbySkeletons in DBG_X #45999

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

makortel
Copy link
Contributor

@makortel makortel commented Sep 13, 2024

PR description:

Fixes #45998

Resolves cms-sw/framework-team#1022

PR validation:

None

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 13, 2024

cms-bot internal usage

@iarspider
Copy link
Contributor

please test for CMSSW_14_2_DBG_X

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @makortel for master.

It involves the following packages:

  • RecoHGCal/TICL (reconstruction, upgrade)

@jfernan2, @mandrenguyen, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks.
@apsallid, @felicepantaleo, @forthommel, @hatakeyamak, @lecriste, @missirol, @rovere, @sameasy, @sobhatta, @youyingli this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@jfernan2
Copy link
Contributor

fixes #45998

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0cae92/41504/summary.html
COMMIT: 7aa19b3
CMSSW: CMSSW_14_2_DBG_X_2024-09-12-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/45999/41504/install.sh to create a dev area with all the needed externals and cmssw changes.

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0cae92/41504/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0cae92/41504/git-merge-result

Unit Tests

I found 1 errors in the following unit tests:

---> test test_dumpRecoGeometry had ERRORS

Comparison Summary

Summary:

  • You potentially added 9048127 lines to the logs
  • Reco comparison results: 37709 differences found in the comparisons
  • DQMHistoTests: Total files compared: 44
  • DQMHistoTests: Total histograms compared: 3331158
  • DQMHistoTests: Total failures: 231581
  • DQMHistoTests: Total nulls: 89
  • DQMHistoTests: Total successes: 3099468
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: -1.039 KiB( 43 files compared)
  • DQMHistoSizes: changed ( 10224.0 ): -0.070 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 13034.0 ): -0.908 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 141.042 ): -0.012 KiB JetMET/SUSYDQM
  • DQMHistoSizes: changed ( 141.044 ): -0.004 KiB JetMET/SUSYDQM
  • DQMHistoSizes: changed ( 141.046 ): 0.004 KiB JetMET/SUSYDQM
  • DQMHistoSizes: changed ( 250202.181 ): -0.059 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 25202.0 ): 0.010 KiB SiStrip/MechanicalView
  • Checked 193 log files, 163 edm output root files, 44 DQM output files
  • TriggerResults: found differences in 10 / 42 workflows

@makortel
Copy link
Contributor Author

The unit test failure

Begin processing the 1st record. Run 1, Event 1, LumiSection 1 on stream 0 at 13-Sep-2024 17:59:39.664 CEST


A fatal system signal has occurred: external termination request
The following is the call stack containing the origin of the signal.


---> test test_dumpRecoGeometry had ERRORS
Fri Sep 13 18:00:35 CEST 2024
TestTime:3600

looks like it was killed because of running too long. @smuzaffar do you agree? Maybe this test should be split into a few in order to run the (sub)tests in parallel?

@makortel
Copy link
Contributor Author

@cmsbuild, please test

Let's try again.

@cmsbuild
Copy link
Contributor

+1

Size: This PR adds an extra 12KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0cae92/41602/summary.html
COMMIT: 7aa19b3
CMSSW: CMSSW_14_2_X_2024-09-18-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/45999/41602/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 19, 2024

Not sure if the test is OK, bot complains about some unit test was failed

@smuzaffar
Copy link
Contributor

looks like it was killed because of running too long. @smuzaffar do you agree? Maybe this test should be split into a few in order to run the (sub)tests in parallel?

yes @makortel , this unit tests takes over an hour for DBG IBs and around 15-20mins for normal IBs. It will nice to break it in multiple if possible.

@smuzaffar
Copy link
Contributor

ignore tests-rejected with ib-failure

unit test failure for DBG is not related to this change.

@makortel
Copy link
Contributor Author

looks like it was killed because of running too long. @smuzaffar do you agree? Maybe this test should be split into a few in order to run the (sub)tests in parallel?

yes @makortel , this unit tests takes over an hour for DBG IBs and around 15-20mins for normal IBs. It will nice to break it in multiple if possible.

I opened an issue #46053

@jfernan2
Copy link
Contributor

+1

@makortel
Copy link
Contributor Author

@cms-sw/upgrade-l2 Could you review and sign? Thanks!

@Moanwar
Copy link
Contributor

Moanwar commented Sep 25, 2024

+Upgrade

@cmsbuild
Copy link
Contributor

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. @rappoccio, @sextonkennedy, @antoniovilela, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2)

@mandrenguyen
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 42e150e into cms-sw:master Sep 25, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment