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

Clean unused dependencies from BuildFiles #36834

Merged
merged 1 commit into from Feb 1, 2022
Merged

Clean unused dependencies from BuildFiles #36834

merged 1 commit into from Feb 1, 2022

Conversation

guitargeek
Copy link
Contributor

PR description:

Another quick BuildFile cleaning PR in the style of many before (for example #36144).

In many cases, the dependencies had to be moved to the appropriate BuildFile, for example from a plugins directory to the library directory or vice versa.

In one place, a missing include has been added to not cause a false positive in my BuildFile checker.

This PR cleans unnecessary includes from CMSSW BuildFiles that were added in the last months.

PR validation:

CMSSW compiles.

if this PR is a backport please specify the original PR and why you need to backport that PR:

No backport intended.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36834/28015

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @guitargeek (Jonas Rembser) for master.

It involves the following packages:

  • CalibTracker/SiPixelESProducers (alca)
  • CondTools/JetMET (db)
  • DQM/DTMonitorModule (dqm)
  • DQM/GEM (dqm)
  • DQM/SiPixelPhase1Heterogeneous (dqm)
  • DQMOffline/L1Trigger (dqm, l1)
  • DQMOffline/Muon (dqm)
  • DQMOffline/MuonDPG (dqm)
  • JetMETCorrections/Modules (reconstruction)
  • PhysicsTools/HepMCCandAlgos (analysis)
  • PhysicsTools/SelectorUtils (reconstruction)
  • RecoEgamma/EgammaElectronAlgos (reconstruction)
  • RecoEgamma/ElectronIdentification (reconstruction)
  • RecoEgamma/PhotonIdentification (reconstruction)
  • RecoHGCal/TICL (upgrade, reconstruction)
  • RecoLocalTracker/SiPhase2VectorHitBuilder (upgrade, reconstruction)
  • RecoMuon/MuonIdentification (reconstruction)
  • RecoMuon/MuonRechitClusterProducer (reconstruction)
  • RecoTracker/NuclearSeedGenerator (reconstruction)
  • SimTracker/TrackAssociation (simulation)
  • SimTracker/VertexAssociation (simulation)

@rekovic, @jpata, @santocch, @cecilecaillol, @civanch, @yuanchao, @ahmad3213, @cmsbuild, @pmandrik, @epalencia, @emanueleusai, @mdhildreth, @AdrianoDee, @jfernan2, @slava77, @ggovi, @pbo0, @francescobrivio, @malbouis, @clacaputo, @srimanob, @rvenditti, @tvami can you please review it and eventually sign? Thanks.
@rappoccio, @gouskos, @felicepantaleo, @jainshilpi, @schoef, @CeliaFernandez, @OzAmram, @fioriNTU, @lgray, @abbiendi, @mmusich, @seemasharmafnal, @sobhatta, @mmarionncern, @hdelanno, @battibass, @ahinzmann, @threus, @JanFSchulte, @jhgoh, @varuns23, @apsallid, @sscruz, @cericeci, @ferencek, @trocino, @rociovilar, @Sam-Harper, @barvic, @HuguesBrun, @GiacomoSguazzoni, @tocheng, @VinInn, @jdamgov, @bellan, @nhanvtran, @gkasieczka, @rovere, @jandrea, @idebruyn, @ebrondol, @ptcox, @mtosi, @dgulhan, @clelange, @watson-ij, @jdolen, @Fedespring, @calderona, @hatakeyamak, @dkotlins, @lecriste, @afiqaize, @gpetruc, @wrtabb, @mariadalfonso, @tvami, @ram1123 this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@tvami
Copy link
Contributor

tvami commented Jan 30, 2022

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-122f05/22078/summary.html
COMMIT: 8177012
CMSSW: CMSSW_12_3_X_2022-01-29-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/36834/22078/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3 differences found in the comparisons
  • DQMHistoTests: Total files compared: 43
  • DQMHistoTests: Total histograms compared: 3449612
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3449584
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 42 files compared)
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

+1

@srimanob
Copy link
Contributor

srimanob commented Jan 30, 2022

+Upgrade

Technical PR, no change is expected. PR test runs fine.

@smuzaffar
Copy link
Contributor

comparison differences are expected for ubsan, so please ignore those. Ubsan tests are mostly to make sure that ubsan can build without link errors. #36834 (comment) looks good for build part to all looks good with this cleanup

@francescobrivio
Copy link
Contributor

+1

@civanch
Copy link
Contributor

civanch commented Jan 31, 2022

+1

@guitargeek
Copy link
Contributor Author

Hi @clacaputo, I hope Shazad's comment cleared your doubt. Can you please approve?

@guitargeek
Copy link
Contributor Author

Hi @santocch, can you please take a look and approve? And @perrotta, this PR can also be merged without the analysis signoff as this is usually the slowest to get.

@perrotta
Copy link
Contributor

perrotta commented Feb 1, 2022

Hi @santocch, can you please take a look and approve? And @perrotta, this PR can also be merged without the analysis signoff as this is usually the slowest to get.

@guitargeek we normally bypass analysis signature, but this PR still misses the @cms-sw/reconstruction-l2 one...

@clacaputo
Copy link
Contributor

+reconstruction

@perrotta
Copy link
Contributor

perrotta commented Feb 1, 2022

+1

@perrotta
Copy link
Contributor

perrotta commented Feb 1, 2022

merge

@santocch
Copy link

+1

@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 be automatically merged.

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.

None yet