Skip to content

Sync FASTPU_X changes in to main CMSSW#50886

Open
smuzaffar wants to merge 16 commits intocms-sw:masterfrom
smuzaffar:sync-fastpu-changes
Open

Sync FASTPU_X changes in to main CMSSW#50886
smuzaffar wants to merge 16 commits intocms-sw:masterfrom
smuzaffar:sync-fastpu-changes

Conversation

@smuzaffar
Copy link
Copy Markdown
Contributor

As requested during the ORP meeting, this PR syncs back the changes from FASTPU_X branch in to main 17.0.X IBs

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

cms-bot internal usage

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50886/49239

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50886/49240

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

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

It involves the following packages:

  • Configuration/ProcessModifiers (operations)
  • Configuration/PyReleaseValidation (pdmv)
  • SimCalorimetry/EcalSimProducers (simulation)
  • SimCalorimetry/HcalSimProducers (simulation)
  • SimGeneral/MixingModule (simulation)
  • SimGeneral/TrackingAnalysis (simulation)
  • SimMuon/CSCDigitizer (simulation)
  • SimMuon/DTDigitizer (simulation)
  • SimMuon/GEMDigitizer (simulation)
  • SimMuon/RPCDigitizer (simulation)
  • SimTracker/SiPixelDigitizer (simulation)
  • SimTracker/SiStripDigitizer (simulation)

@AdrianoDee, @DickyChant, @antoniovagnerini, @civanch, @cmsbuild, @davidlange6, @fabiocos, @ftenchini, @kfjack, @kpedro88, @mandrenguyen, @mdhildreth, @miquork, @sroychow can you please review it and eventually sign? Thanks.
@24LopezR, @CeliaFernandez, @Fedespring, @GiacomoSguazzoni, @HuguesBrun, @Martin-Grunewald, @ReyerBand, @VinInn, @VourMa, @abbiendi, @abdoulline, @argiro, @bsunanda, @cericeci, @dgulhan, @dkotlins, @echabert, @elusian, @fabiocos, @ferencek, @fsimone91, @giovanni-mocellin, @jhgoh, @jshlee, @llunerti, @makortel, @mariadalfonso, @martinamalberti, @mmasciov, @mmusich, @mroguljic, @mtosi, @prolay, @ptcox, @rchatter, @robervalwalsh, @rovere, @sameasy, @slomeo, @thomreis, @threus, @trocino, @tsusa, @wang0jin, @watson-ij this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@smuzaffar
Copy link
Copy Markdown
Contributor Author

please test

@kpedro88
Copy link
Copy Markdown
Contributor

kpedro88 commented May 5, 2026

FYI @subirsarkar @suchandradutta

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

-1

Failed Tests: ClangBuild
Size: This PR adds an extra 132KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dea1d2/53087/summary.html
COMMIT: 6653004
CMSSW: CMSSW_17_0_X_2026-05-05-1100/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/50886/53087/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-dea1d2/53087/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dea1d2/53087/git-merge-result

Failed Clang Build

I found compilation warning while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' /usr/bin/time -v scram build -k -j 32 COMPILER='llvm compile'

See details on the summary page.

  • Static analyzer reported errors, please check

@kpedro88
Copy link
Copy Markdown
Contributor

kpedro88 commented May 5, 2026

SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc
src/SimTracker/SiPixelDigitizer/plugins/SiPixelDigitizer.cc:302:9: warning: variable 'totalDigis' set but not used [-Wunused-but-set-variable]
SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc
src/SimTracker/SiStripDigitizer/plugins/SiStripDigitizer.cc:292:7: warning: variable 'totalDigis' set but not used [-Wunused-but-set-variable]

It looks like totalDigis was added for debugging during development and could be removed. @smuzaffar do you want me to send a PR to your branch?

@smuzaffar
Copy link
Copy Markdown
Contributor Author

please test

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50886/49243

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

Pull request #50886 was updated. @AdrianoDee, @DickyChant, @antoniovagnerini, @civanch, @davidlange6, @fabiocos, @ftenchini, @kfjack, @kpedro88, @mandrenguyen, @mdhildreth, @miquork, @sroychow can you please check and sign again.

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented May 5, 2026

+1

Size: This PR adds an extra 144KB to repository
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dea1d2/53093/summary.html
COMMIT: 7be8e1b
CMSSW: CMSSW_17_0_X_2026-05-05-1100/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/50886/53093/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-dea1d2/53093/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dea1d2/53093/git-merge-result

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 11 differences found in the comparisons
  • DQMHistoTests: Total files compared: 55
  • DQMHistoTests: Total histograms compared: 4420967
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 4420941
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 54 files compared)
  • Checked 235 log files, 207 edm output root files, 55 DQM output files
  • TriggerResults: found differences in 1 / 53 workflows

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants