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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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