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

Another fix for static analyzer script. #1558

Merged
merged 3 commits into from May 28, 2021
Merged

Conversation

gartung
Copy link
Member

@gartung gartung commented May 27, 2021

No description provided.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @gartung (Patrick Gartung) for branch master.

@cmsbuild, @smuzaffar, @mrodozov, @iarspider can you please review it and eventually sign? Thanks.
cms-bot commands are listed here

@gartung
Copy link
Member Author

gartung commented May 27, 2021

@mrodozov @smuzaffar

@gartung
Copy link
Member Author

gartung commented May 27, 2021

please test with cms-sw/cmssw#33870

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build ClangBuild
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e6765/15368/summary.html
COMMIT: e45a904
CMSSW: CMSSW_12_0_X_2021-05-27-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cms-bot/1558/15368/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-2e6765/15368/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e6765/15368/git-merge-result

Build

I found compilation error when building:

>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalIsoTrackAnalysis.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalIsoTrackStudy.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalLaserTest.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/ValidationHcalIsoTrackAlCaReco.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc:33:10: fatal error: Geometry/CaloEventSetup/interface/CaloTopologyRecord.h: No such file or directory
   33 | #include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc:33:10: fatal error: Geometry/CaloEventSetup/interface/CaloTopologyRecord.h: No such file or directory
   33 | #include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"


Clang Build

I found compilation error while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalIsoTrackAnalysis.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalIsoTrackStudy.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalLaserTest.cc
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/ValidationHcalIsoTrackAlCaReco.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc:33:10: fatal error: 'Geometry/CaloEventSetup/interface/CaloTopologyRecord.h' file not found
#include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-05-27-1100/src/Calibration/HcalCalibAlgos/test/HcalHBHEMuonSimAnalyzer.cc:33:10: fatal error: 'Geometry/CaloEventSetup/interface/CaloTopologyRecord.h' file not found
#include "Geometry/CaloEventSetup/interface/CaloTopologyRecord.h"


@mrodozov
Copy link
Contributor

please test with cms-sw/cmssw#33870, cms-sw/cmssw#33875

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2e6765/15377/summary.html
COMMIT: e45a904
CMSSW: CMSSW_12_0_X_2021-05-27-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cms-bot/1558/15377/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: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2650486
  • DQMHistoTests: Total failures: 7
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2650457
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 155 log files, 37 edm output root files, 37 DQM output files
  • TriggerResults: no differences found

@mrodozov
Copy link
Contributor

+externals
we need at least 33870

@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 May 28, 2021

+1

@cmsbuild cmsbuild merged commit d086530 into cms-sw:master May 28, 2021
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