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

Replace deprecated boost::timer with std::clock #43486

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

smuzaffar
Copy link
Contributor

@smuzaffar smuzaffar commented Dec 4, 2023

boost::timer has been deprecated [a]. This PR replaces boost::timer with std::clock() which is internally used by boost:timer anyway ( https://github.com/boostorg/timer/blob/9ee4c9cd9dec4f4ab5c38ffb9cb9978427916ee0/include/boost/timer.hpp#L50 ). This should fix the deprecated warnings [a]

[a]

boost/1.80.0-826a207b8543c52970cb1f72d50f068c/include/boost/timer.hpp:21:1: note: '#pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead.'
   21 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43486/38055

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master.

It involves the following packages:

  • DQM/CSCMonitorModule (dqm)

@syuvivida, @cmsbuild, @nothingface0, @tjavaid, @rvenditti, @antoniovagnerini can you please review it and eventually sign? Thanks.
@ptcox, @barvic this is something you requested to watch as well.
@sextonkennedy, @rappoccio, @antoniovilela you are the release manager for this.

cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

please test

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43486/38058

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

Pull request #43486 was updated. @antoniovagnerini, @rvenditti, @syuvivida, @nothingface0, @tjavaid can you please check and sign again.

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43486/38064

  • This PR adds an extra 24KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

Pull request #43486 was updated. @rvenditti, @antoniovagnerini, @nothingface0, @tjavaid, @syuvivida can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 4, 2023

-1

Failed Tests: RelVals-INPUT
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-634445/36318/summary.html
COMMIT: 0cf6e2f
CMSSW: CMSSW_14_0_X_2023-12-04-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43486/36318/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals-INPUT

  • 13434.013434.0_TTbar_14TeV+2021FSPU/step2_TTbar_14TeV+2021FSPU.log
  • 14234.014234.0_TTbar_14TeV+2023FSPU/step2_TTbar_14TeV+2023FSPU.log
  • 25034.11425034.114_TTbar_14TeV+2026D98PU_OTInefficiency10PC/step2_TTbar_14TeV+2026D98PU_OTInefficiency10PC.log
Expand to see more relval errors ...

Comparison Summary

Summary:

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 6, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-634445/36318/summary.html
COMMIT: 0cf6e2f
CMSSW: CMSSW_14_0_X_2023-12-04-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43486/36318/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

@tjavaid
Copy link

tjavaid commented Dec 9, 2023

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 9, 2023

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

@rappoccio
Copy link
Contributor

+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.

4 participants