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

fix hdrs in Alignment #23444

Merged
merged 1 commit into from Jun 5, 2018
Merged

fix hdrs in Alignment #23444

merged 1 commit into from Jun 5, 2018

Conversation

mrodozov
Copy link
Contributor

@mrodozov mrodozov commented Jun 4, 2018

Fix headers related to #15248

@mrodozov
Copy link
Contributor Author

mrodozov commented Jun 4, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28418/console Started: 2018/06/04 15:08

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

A new Pull Request was created by @mrodozov (Mircho Rodozov) for master.

It involves the following packages:

Alignment/LaserAlignment
Alignment/SurveyAnalysis
Alignment/TrackerAlignment

@cmsbuild, @franzoni, @arunhep, @cerminar, @lpernie can you please review it and eventually sign? Thanks.
@mschrode, @mmusich, @tocheng, @tlampen this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

-1

Tested at: 66b0f42

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23444/28418/summary.html

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found an error when building:

>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyDBUploader.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/src/SurveyAlignmentSensor.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/src/SurveyParameters.cc 
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.cc:42:6: error: prototype for 'void SurveyInputCSCfromPins::orient(LocalVector, LocalVector, double, double, double&, double&, double&, double&, double&, double&)' does not match any in class 'SurveyInputCSCfromPins'
 void SurveyInputCSCfromPins::orient(LocalVector LC1, LocalVector LC2, double a, double b, double &T, double &dx, double &dy, double &dz, double &PhX, double &PhZ) {
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.cc:21:0:
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h:28:8: error: candidate is: void SurveyInputCSCfromPins::orient(align::LocalVector, align::LocalVector, double, double, double&, double&, double&, double&, double&, double&)
   void orient(align::LocalVector LC1, align::LocalVector LC2, double a, double b, double &T, double &dx, double &dy, double &dz, double &PhX, double &PhZ);

  • Clang:

I found a compilation error while trying to compile with clang:
I used this command:
scram b vclean && USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 16 COMPILER='llvm compile'

>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/test/SurveyInputDummy.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/test/SurveyTest.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/test/SurveyInputTest.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/test/SurveyDBReader.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/test/Modules.cc 
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.cc:42:30: error: out-of-line definition of 'orient' does not match any declaration in 'SurveyInputCSCfromPins'
void SurveyInputCSCfromPins::orient(LocalVector LC1, LocalVector LC2, double a, double b, double &T, double &dx, double &dy, double &dz, double &PhX, double &PhZ) {
                             ^~~~~~
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_2_X_2018-06-03-2300/src/Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h:28:15: note: type of 1st parameter of member declaration does not match definition ('Vector3DBase' vs 'Vector3DBase')
  void orient(align::LocalVector LC1, align::LocalVector LC2, double a, double b, double &T, double &dx, double &dy, double &dz, double &PhX, double &PhZ);
              ^


@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The code-checks are being triggered in jenkins.

@mrodozov
Copy link
Contributor Author

mrodozov commented Jun 4, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/28427/console Started: 2018/06/04 16:26

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

Pull request #23444 was updated. @cmsbuild, @franzoni, @arunhep, @cerminar, @lpernie can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-23444/28427/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 31
  • DQMHistoTests: Total histograms compared: 2902471
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2902280
  • DQMHistoTests: Total skipped: 190
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 30 files compared)
  • Checked 128 log files, 14 edm output root files, 31 DQM output files

@lpernie
Copy link
Contributor

lpernie commented Jun 5, 2018

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2018

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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

fabiocos commented Jun 5, 2018

+1

@cmsbuild cmsbuild merged commit b57099d into cms-sw:master Jun 5, 2018
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