-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[clang] Initialize data member to fix clang errors about explicit deleted def-constructor #32307
Conversation
please test |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32307/20127
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32307/20128
|
The tests are being triggered in jenkins.
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @jpata, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Tested at: 78e1c57 CMSSW: CMSSW_11_3_X_2020-11-26-2300 I found follow errors while testing this PR Failed tests: HeaderConsistency RelVals
When I ran the RelVals I found an error in the following workflows: runTheMatrix-results/11624.911_TTbar_13+2021_DD4hep+TTbar_13TeV_TuneCUETP8M1_GenSim+Digi+Reco+HARVEST+ALCA/step1_TTbar_13+2021_DD4hep+TTbar_13TeV_TuneCUETP8M1_GenSim+Digi+Reco+HARVEST+ALCA.log |
Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped) |
relval failure has nothing to do with this PR. This PR should fix the clang IBs and clang errors for PR tests (and it did , see https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-75aae0/11092/buildClang.log ). Can we get this in IBs so that clang errors for PR tests go away? What to do with this 11624.911 workflow? It is failing for all PRs tests and due to this the comparison job is not running (as we do not run comparison job is relvals fail) |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
merge |
Comparison is ready There are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
…icit deleted def-constructor backport of #32307
+1 |
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. |
…icit deleted def-constructor backport of cms-sw#32307
…icit deleted def-constructor backport of cms-sw#32307
Since we moved to GCC9, the CLANG IBs (for 11.2.X and 11.3.X ) had compilation error [a]. This PR proposes to explicitly initialize the data member.
[a] https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc900/CMSSW_11_3_CLANG_X_2020-11-26-2300/PhysicsTools/PatAlgos