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 BuildFiles in DataFormats #31459

Merged
merged 2 commits into from Sep 19, 2020
Merged

Clean BuildFiles in DataFormats #31459

merged 2 commits into from Sep 19, 2020

Conversation

guitargeek
Copy link
Contributor

PR description:

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

As always, only the dependencies which are not included in any of the sources are removed, so these changes are orthogonal and complementary to the recent PRs which added all packages that are actually included.

PR validation:

CMSSW compiles. It was checked that all newly added dependencies are actually required by the package with git grep.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31459/18360

  • This PR adds an extra 24KB to repository

  • There are other open Pull requests which might conflict with changes you have proposed:

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DataFormats/CSCDigi
DataFormats/CSCRecHit
DataFormats/CTPPSDigi
DataFormats/CaloTowers
DataFormats/Common
DataFormats/DTDigi
DataFormats/GEMRecHit
DataFormats/HLTReco
DataFormats/HcalDigi
DataFormats/HcalIsolatedTrack
DataFormats/HcalRecHit
DataFormats/HeavyIonEvent
DataFormats/HepMCCandidate
DataFormats/METReco
DataFormats/MuonSeed
DataFormats/NanoAOD
DataFormats/ParticleFlowCandidate
DataFormats/ParticleFlowReco
DataFormats/PatCandidates
DataFormats/ProtonReco
DataFormats/RecoCandidate
DataFormats/Scouting
DataFormats/Streamer
DataFormats/TestObjects
DataFormats/TrajectorySeed
DataFormats/V0Candidate
DataFormats/VertexReco
FWCore/SOA
RecoHI/HiEvtPlaneAlgos
RecoHI/HiJetAlgos

@SiewYan, @gouskos, @kpedro88, @Martin-Grunewald, @alberto-sanchez, @santocch, @peruzzim, @perrotta, @civanch, @makortel, @cmsbuild, @agrohsje, @fwyzard, @GurpreetSinghChahal, @smuzaffar, @Dr15Jones, @mdhildreth, @slava77, @jpata, @mkirsano, @fgolf, @mariadalfonso can you please review it and eventually sign? Thanks.
@rappoccio, @gouskos, @yslai, @forthommel, @hatakeyamak, @jshlee, @wddgit, @ahinzmann, @peruzzim, @seemasharmafnal, @jhgoh, @mmarionncern, @battibass, @makortel, @watson-ij, @lgray, @jdolen, @HuguesBrun, @cericeci, @dildick, @trocino, @yetkinyilmaz, @jazzitup, @abbiendi, @cbernet, @rovere, @VinInn, @jdamgov, @ptcox, @nhanvtran, @gkasieczka, @schoef, @abdoulline, @dgulhan, @clelange, @mandrenguyen, @jan-kaspar, @Fedespring, @calderona, @yenjie, @kurtejung, @gpetruc, @mariadalfonso, @folguera this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@makortel
Copy link
Contributor

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 14, 2020

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+1
Tested at: 8712139
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-41e735/9331/summary.html
CMSSW: CMSSW_11_2_X_2020-09-14-1100
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-41e735/9331/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 35
  • DQMHistoTests: Total histograms compared: 2620306
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2620277
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 34 files compared)
  • Checked 149 log files, 22 edm output root files, 35 DQM output files

@civanch
Copy link
Contributor

civanch commented Sep 16, 2020

+1

@kpedro88
Copy link
Contributor

+upgrade

@Martin-Grunewald
Copy link
Contributor

+1

@perrotta
Copy link
Contributor

+1

  • Technical
  • Jenkins tests pass

@mariadalfonso
Copy link
Contributor

+xpog

@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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Sep 19, 2020

+1

@cmsbuild cmsbuild merged commit b4db9b4 into cms-sw:master Sep 19, 2020
@guitargeek guitargeek deleted the deps_DataFormats branch September 19, 2020 15:03
@@ -1,7 +1,5 @@
<use name="DataFormats/CaloRecHit"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/EgammaCandidates "/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @guitargeek - I don't understand this change. DataFormats/EgammaCandidates is used in 3 headers (all of which are then needed to build srcs in this package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! My script is grepping for the exact dependency name, which was here "DataFormats/EgammaCandidates " with a whitespace in the end. By eye this whitespace is not so easy to see when scrolling through the diffs, so I was not prepared for this problem.

I'll make sure to strip the witespaces before grepping next time!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah..I also missed the whitespace.. that explains it:) Thanks.

@@ -2,7 +2,7 @@
<use name="DataFormats/Math"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Reflection"/>
<use name="FWCore/SOA"/>
<use name="FWCore/SOA" source_only="1"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smuzaffar I get the following complaint from scram in CMSSW_11_2_X_2020-09-18-1100

****WARNING: Invalid tool FWCore/SOA. Please fix src/CommonTools/Utils/BuildFile.xml file.

Are we missing something more?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you get this in latest IB?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, in CMSSW_11_2_X_2020-09-22-1100 there is no such complaint. Thanks!

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