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

change das_client.py to das_client in cmsDriver #14557

Merged
merged 1 commit into from May 18, 2016

Conversation

davidlange6
Copy link
Contributor

a step towards a release-independent (and thus updatable) das client

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @davidlange6 (David Lange) for CMSSW_8_1_X.

It involves the following packages:

Configuration/Applications
Configuration/PyReleaseValidation

@franzoni, @fabozzi, @cmsbuild, @srimanob, @hengne, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @Martin-Grunewald this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@davidlange6
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 18, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/13062/console

@cmsbuild
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

-1

Tested at: 0ede519

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
883b82b
90717ff
cd46192
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14557/13062/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14557/13062/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found an error when building:

>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/edmChecker.cpp 
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/MutableMemberChecker.cpp 
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ClassChecker.cpp 
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ClassDumper.cpp 
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/FiniteMathChecker.cc: In member function 'void clangcms::FiniteMathChecker::checkPreStmt(const clang::CallExpr*, clang::ento::CheckerContext&) const':
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/FiniteMathChecker.cc:33:38: error: 'class clang::ento::CheckerContext' has no member named 'generateErrorNode'
   clang::ento::ExplodedNode *N = ctx.generateErrorNode();
                                      ^
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ThrUnsafeFCallChecker.cpp 
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ClangCmsCheckerPluginRegister.cpp 
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/CmsSupport.cpp 

  • Clang:

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

Selected class -> HcalDataFrameContainer for ROOT: HcalDataFrameContainer
Selected class -> HcalDataFrameContainer for ROOT: HcalDataFrameContainer
Selected class -> HcalUnpackerReport for ROOT: HcalUnpackerReport
Selected class -> HcalLaserDigi for ROOT: HcalLaserDigi
>> Compiling  /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/CatchAll.cpp 
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ConstCastChecker.cpp:30:47: error: no member named 'generateErrorNode' in 'clang::ento::CheckerContext'
        if (clang::ento::ExplodedNode *errorNode = C.generateErrorNode()) {
                                                   ~ ^
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_8_1_X_2016-05-17-1100/src/Utilities/StaticAnalyzers/src/ConstCastAwayChecker.cpp:40:49: error: no member named 'generateErrorNode' in 'clang::ento::CheckerContext'
                if ( clang::ento::ExplodedNode *errorNode = C.generateErrorNode()) {
                                                            ~ ^


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
883b82b
90717ff
cd46192
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14557/13062/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14557/13062/git-merge-result

@davidlange6
Copy link
Contributor Author

weird error..

@davidlange6 davidlange6 merged commit aece867 into cms-sw:CMSSW_8_1_X May 18, 2016
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

2 participants