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

[CPP20] Fix compilation issue in cmssw/DataFormats/HcalDigi/test/test_hcal_digi.cu #42755

Merged
merged 5 commits into from
Sep 18, 2023

Conversation

iarspider
Copy link
Contributor

PR description:

Fixes #42624 as suggested by @makortel in #42624 (comment)

PR validation:

Bot tests.

@iarspider
Copy link
Contributor Author

test parameters:

  • addpkg = DataFormats/HcalDigi,DataFormats/Common

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42755/36850

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @iarspider for master.

It involves the following packages:

  • DataFormats/Common (core)

@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks.
@makortel, @missirol, @wddgit, @rovere this is something you requested to watch as well.
@rappoccio, @antoniovilela, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@iarspider
Copy link
Contributor Author

please test for CMSSW_13_3_CPP20_X

@iarspider
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34705/summary.html
COMMIT: 70c0b1a
CMSSW: CMSSW_13_3_X_2023-09-11-2300/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42755/34705/install.sh to create a dev area with all the needed externals and cmssw changes.

Build

I found compilation error when building:

>> Building LCG reflex dict from header file src/DataFormats/FTLDigi/src/classes.h
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
gmake: *** [tmp/el8_amd64_gcc11/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc] Error 1
>> Compiling LCG dictionary: tmp/el8_amd64_gcc11/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc
cc1plus: fatal error: DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc: No such file or directory
compilation terminated.
gmake: *** [tmp/el8_amd64_gcc11/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc.o] Error 1
mv: cannot stat 'tmp/el8_amd64_gcc11/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc.dx': No such file or directory


@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34704/summary.html
COMMIT: 70c0b1a
CMSSW: CMSSW_13_3_CPP20_X_2023-09-11-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42755/34704/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-4b5d7c/34704/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34704/git-merge-result

Build

I found compilation error when building:

>> Building LCG reflex dict from header file src/DataFormats/FTLDigi/src/classes.h
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
Warning: Unused class rule: edm::Wrapper
gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc] Error 1
>> Compiling LCG dictionary: tmp/el8_amd64_gcc12/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc
cc1plus: fatal error: DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc: No such file or directory
compilation terminated.
gmake: *** [tmp/el8_amd64_gcc12/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc.o] Error 1
mv: cannot stat 'tmp/el8_amd64_gcc12/src/DataFormats/FTLDigi/src/DataFormatsFTLDigi/a/DataFormatsFTLDigi_xr.cc.dx': No such file or directory


@iarspider
Copy link
Contributor Author

please test for CMSSW_13_3_CPP20_X

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42755/36853

  • This PR adds an extra 28KB to repository

@cmsbuild
Copy link
Contributor

Pull request #42755 was updated. @smuzaffar, @civanch, @Dr15Jones, @makortel, @mdhildreth, @AdrianoDee, @srimanob, @jfernan2, @mandrenguyen can you please check and sign again.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34711/summary.html
COMMIT: fdf574d
CMSSW: CMSSW_13_3_CPP20_X_2023-09-11-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42755/34711/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-4b5d7c/34711/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34711/git-merge-result

Comparison Summary

Summary:

  • You potentially added 7990 lines to the logs
  • Reco comparison results: 13785 differences found in the comparisons
  • DQMHistoTests: Total files compared: 46
  • DQMHistoTests: Total histograms compared: 3003539
  • DQMHistoTests: Total failures: 34857
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2968659
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 45 files compared)
  • Checked 200 log files, 150 edm output root files, 46 DQM output files
  • TriggerResults: no differences found

@makortel
Copy link
Contributor

@cmsbuild, please test

Let's run normal tests as well

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b5d7c/34726/summary.html
COMMIT: fdf574d
CMSSW: CMSSW_13_3_X_2023-09-12-2300/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/42755/34726/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 21 lines to the logs
  • Reco comparison results: 3 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3348561
  • DQMHistoTests: Total failures: 3
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3348536
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 214 log files, 167 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@makortel
Copy link
Contributor

+core

@jfernan2
Copy link
Contributor

+1

@civanch
Copy link
Contributor

civanch commented Sep 14, 2023

+1

@srimanob
Copy link
Contributor

+Upgrade

Technical PR.

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

@antoniovilela
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 5f7bab8 into cms-sw:master Sep 18, 2023
@iarspider iarspider deleted the fix-42624 branch September 20, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment