-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
delete unused headers #31870
delete unused headers #31870
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31870/19239
|
A new Pull Request was created by @davidlange6 (David Lange) for master. It involves the following packages: Alignment/LaserAlignment @SiewYan, @ggovi, @christopheralanwest, @rekovic, @tlampen, @alberto-sanchez, @pohsun, @santocch, @perrotta, @civanch, @yuanchao, @makortel, @cmsbuild, @agrohsje, @GurpreetSinghChahal, @smorovic, @smuzaffar, @Dr15Jones, @mdhildreth, @tocheng, @slava77, @jpata, @benkrikler, @mkirsano, @emeschi can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
-1 Tested at: 023deee CMSSW: CMSSW_11_2_X_2020-10-19-2300 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: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build ClangBuild
I found compilation error when building: Entering library rule at DataFormats/GeometryVector >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/src/TrackingJacobians.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/src/print.cc >> Building LCG reflex dict from header file src/DataFormats/GeometryVector/src/classes.h In file included from input_line_9:60: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/interface/Basic3DVector.h:11:10: fatal error: 'private/oldBasic3DVector.h' file not found #include "private/oldBasic3DVector.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: rootcling: compilation failure (tmp/slc7_amd64_gcc820/src/DataFormats/GeometryVector/src/DataFormatsGeometryVector/a/DataFormatsGeometryVector_xr66f8e3389a_dictUmbrella.h) gmake: *** [tmp/slc7_amd64_gcc820/src/DataFormats/GeometryVector/src/DataFormatsGeometryVector/a/DataFormatsGeometryVector_xr.cc] Error 1 >> Compiling LCG dictionary: tmp/slc7_amd64_gcc820/src/DataFormats/GeometryVector/src/DataFormatsGeometryVector/a/DataFormatsGeometryVector_xr.cc
I found compilation error while trying to compile with clang. Command used:
In file included from /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-10-19-2300/src/TrackingTools/TrajectoryParametrization/interface/LocalTrajectoryParameters.h:1: In file included from /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/TrajectoryState/interface/LocalTrajectoryParameters.h:4: In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/interface/LocalPoint.h:5: In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/interface/Point2DBase.h:5: In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/interface/PV2DBase.h:4: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-10-19-2300/src/DataFormats/GeometryVector/interface/Basic2DVector.h:10:10: fatal error: 'private/oldBasic2DVector.h' file not found #include "private/oldBasic2DVector.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #0 0x00002ac2a5c30b8f PrintStackTraceSignalHandler(void*) (/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-10-19-2300/external/slc7_amd64_gcc820/lib/libCling.so+0x268cb8f) #1 0x00002ac2a5c2e8fe llvm::sys::RunSignalHandlers() (/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-10-19-2300/external/slc7_amd64_gcc820/lib/libCling.so+0x268a8fe) #2 0x00002ac2a5c2eb36 SignalHandler(int) (/cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-10-19-2300/external/slc7_amd64_gcc820/lib/libCling.so+0x268ab36) 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: |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
@davidlange6 |
+1 |
|
|
|
IIRC, from the ORP last week we can expect a split here. |
|
|
@davidlange6 |
-1 an update is necessary anyways to pass the tests |
Feel free to use "Ready to review" as soon as there are news |
As raised in #31505
none of these files are used in any way (well some are used by others that themselves are unused) - unused means not used in any compilation unit or test.