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

Added IOV synchronization callbacks to ActivityRegistry #37771

Merged
merged 3 commits into from May 3, 2022

Conversation

Dr15Jones
Copy link
Contributor

PR description:

  • Can now follow when EventSetup is attempting to synchronize its Records
  • Extended the Tracer service to use new callbacks

PR validation:

Code compiles. All framework unit tests pass.

Can now follow when EventSetup system is attempting to synchronize its Records.
@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2022

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37771/29665

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

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2022

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37771/29666

@cmsbuild
Copy link
Contributor

cmsbuild commented May 2, 2022

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

  • FWCore/Framework (core)
  • FWCore/Integration (core)
  • FWCore/ServiceRegistry (core)
  • FWCore/Services (core)

@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks.
@makortel, @wddgit, @fwyzard 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

@Dr15Jones
Copy link
Contributor Author

Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2022

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-127e95/24397/summary.html
COMMIT: d610b60
CMSSW: CMSSW_12_4_X_2022-05-02-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/37771/24397/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-127e95/24397/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-127e95/24397/git-merge-result

Build

I found compilation error when building:

>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_X_2022-05-02-1100/src/RecoMuon/MuonIdentification/plugins/MuonsFromRefitTracksProducer.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_X_2022-05-02-1100/src/RecoMuon/MuonIdentification/plugins/TrajectorySeedFromMuonProducer.cc
>> Building  edm plugin tmp/slc7_amd64_gcc10/src/RecoMuon/MuonIdentification/plugins/RecoMuonMuonIdentificationPlugins/libRecoMuonMuonIdentificationPlugins.so
/cvmfs/cms-ib.cern.ch/nweek-02731/slc7_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/../lib/gcc/x86_64-unknown-linux-gnu/10.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: tmp/slc7_amd64_gcc10/src/RecoMuon/MuonIdentification/plugins/RecoMuonMuonIdentificationPlugins/Module.cc.o: in function `VersionedSelector >::VersionedSelector(edm::ParameterSet const&)':
Module.cc:(.text._ZN17VersionedSelectorIN3edm3PtrIN4reco4MuonEEEEC2ERKNS0_12ParameterSetE[_ZN17VersionedSelectorIN3edm3PtrIN4reco4MuonEEEEC5ERKNS0_12ParameterSetE]+0x189): undefined reference to `cms::openssl_init()'
collect2: error: ld returned 1 exit status
gmake: *** [tmp/slc7_amd64_gcc10/src/RecoMuon/MuonIdentification/plugins/RecoMuonMuonIdentificationPlugins/libRecoMuonMuonIdentificationPlugins.so] Error 1
Leaving library rule at src/RecoMuon/MuonIdentification/plugins
Entering library rule at src/RecoMuon/MuonIdentification/plugins
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_X_2022-05-02-1100/src/RecoMuon/MuonIdentification/plugins/cuts/GlobalMuonPromptTightCut.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_4_X_2022-05-02-1100/src/RecoMuon/MuonIdentification/plugins/cuts/MuonDxyCut.cc


@Dr15Jones
Copy link
Contributor Author

Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2022

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-127e95/24412/summary.html
COMMIT: d610b60
CMSSW: CMSSW_12_4_X_2022-05-03-1100/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/37771/24412/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: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3700548
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3700518
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 205 log files, 45 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@makortel
Copy link
Contributor

makortel commented May 3, 2022

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2022

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

@perrotta
Copy link
Contributor

perrotta commented May 3, 2022

+1

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

4 participants