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

Adding back thepeginterface -92x #20597

Merged
merged 1 commit into from Oct 4, 2017

Conversation

alberto-sanchez
Copy link
Member

@alberto-sanchez alberto-sanchez commented Sep 20, 2017

needed for the jet energy calibration. since 92x is the branch where the calibration is done.

needs externals: thepeg and herwigpp

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @alberto-sanchez (Alberto Sanchez Hernandez) for CMSSW_9_2_X.

It involves the following packages:

GeneratorInterface/ThePEGInterface

@cmsbuild, @efeyazgan, @perrozzi, @thuer, @govoni can you please review it and eventually sign? Thanks.
@agrohsje, @mkirsano this is something you requested to watch as well.
@davidlange6, @slava77 you are the release manager for this.

cms-bot commands are listed here

@efeyazgan
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 20, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23110/console Started: 2017/09/20 10:45

@cmsbuild
Copy link
Contributor

-1

Tested at: 5e72235

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
46c23e1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23110/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23110/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found an error when building:

/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h: In instantiation of 'ThePEG::Pointer::RCPtr& ThePEG::Pointer::RCPtr::create(ThePEG::Pointer::RCPtr::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::RCPtr::const_reference = const ThePEG::LesHouchesInterface&]':
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:126:22:   required from 'static ThePEG::Pointer::RCPtr ThePEG::Pointer::RCPtr::Create(ThePEG::Pointer::RCPtr::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::RCPtr::const_reference = const ThePEG::LesHouchesInterface&]'
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:869:69:   required from 'static ThePEG::Pointer::PtrTraits >::pointer ThePEG::Pointer::PtrTraits >::create(ThePEG::Pointer::PtrTraits >::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::PtrTraits >::pointer = ThePEG::Pointer::RCPtr; ThePEG::Pointer::PtrTraits >::const_reference = const ThePEG::LesHouchesInterface&]'
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/PtrTraits.h:204:55:   required from 'typename ThePEG::Pointer::Ptr::pointer ThePEG::Pointer::new_ptr(const T&) [with T = ThePEG::LesHouchesInterface; typename ThePEG::Pointer::Ptr::pointer = ThePEG::Pointer::RCPtr]'
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-19-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:38:53:   required from here
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:147:9: error: invalid new-expression of abstract class type 'ThePEG::LesHouchesInterface'
     ptr = new T(t);
         ^
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-19-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:30:7: note:   because the following virtual functions are pure within 'ThePEG::LesHouchesInterface':
 class LesHouchesInterface : public LesHouchesReader {
       ^

  • 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'

>> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-19-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGHadronizer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-19-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc 
In file included from /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-19-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:10:
In file included from /cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Interface/ClassDocumentation.h:13:
In file included from /cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Config/ThePEG.h:23:
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:147:15: error: allocating an object of abstract class type 'ThePEG::LesHouchesInterface'
    ptr = new T(t);
              ^
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:126:14: note: in instantiation of member function 'ThePEG::Pointer::RCPtr::create' requested here
    return p.create(t);
             ^


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
46c23e1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23110/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23110/git-merge-result

@cmsbuild
Copy link
Contributor

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

@alberto-sanchez
Copy link
Member Author

the errors are expected, it needs thepeg 1.9.2p1 and herwigpp 2.7.1

@perrozzi
Copy link
Contributor

please test with cms-sw/cmsdist#20597

@cmsbuild
Copy link
Contributor

Ignoring test request.
ERROR: Unable to find cmsdist Pull request cms-sw/cmsdist#20597

@perrozzi
Copy link
Contributor

please test with cms-sw/cmsdist#3437

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.
Using externals from cms-sw/cmsdist#3437

@cmsbuild
Copy link
Contributor

-1

Tested at: 5e72235

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
46c23e1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23133/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23133/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found an error when building:

/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h: In instantiation of 'ThePEG::Pointer::RCPtr& ThePEG::Pointer::RCPtr::create(ThePEG::Pointer::RCPtr::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::RCPtr::const_reference = const ThePEG::LesHouchesInterface&]':
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:126:22:   required from 'static ThePEG::Pointer::RCPtr ThePEG::Pointer::RCPtr::Create(ThePEG::Pointer::RCPtr::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::RCPtr::const_reference = const ThePEG::LesHouchesInterface&]'
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:869:69:   required from 'static ThePEG::Pointer::PtrTraits >::pointer ThePEG::Pointer::PtrTraits >::create(ThePEG::Pointer::PtrTraits >::const_reference) [with T = ThePEG::LesHouchesInterface; ThePEG::Pointer::PtrTraits >::pointer = ThePEG::Pointer::RCPtr; ThePEG::Pointer::PtrTraits >::const_reference = const ThePEG::LesHouchesInterface&]'
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/PtrTraits.h:204:55:   required from 'typename ThePEG::Pointer::Ptr::pointer ThePEG::Pointer::new_ptr(const T&) [with T = ThePEG::LesHouchesInterface; typename ThePEG::Pointer::Ptr::pointer = ThePEG::Pointer::RCPtr]'
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-20-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:38:53:   required from here
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:147:9: error: invalid new-expression of abstract class type 'ThePEG::LesHouchesInterface'
     ptr = new T(t);
         ^
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-20-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:30:7: note:   because the following virtual functions are pure within 'ThePEG::LesHouchesInterface':
 class LesHouchesInterface : public LesHouchesReader {
       ^

  • 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'

>> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-20-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGHadronizer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-20-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc 
In file included from /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_2_X_2017-09-20-2300/src/GeneratorInterface/ThePEGInterface/plugins/ThePEGLesHouchesInterface.cc:10:
In file included from /cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Interface/ClassDocumentation.h:13:
In file included from /cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Config/ThePEG.h:23:
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:147:15: error: allocating an object of abstract class type 'ThePEG::LesHouchesInterface'
    ptr = new T(t);
              ^
/cvmfs/cms-ib.cern.ch/nweek-02490/slc6_amd64_gcc530/external/thepeg/2.0.4-njopjo2/include/ThePEG/Pointer/RCPtr.h:126:14: note: in instantiation of member function 'ThePEG::Pointer::RCPtr::create' requested here
    return p.create(t);
             ^


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
46c23e1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23133/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20597/23133/git-merge-result

@cmsbuild
Copy link
Contributor

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

@efeyazgan
Copy link
Contributor

please test with cms-sw/cmsdist#3437

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 21, 2017

The tests are being triggered in jenkins.
Using externals from cms-sw/cmsdist#3437
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23134/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1904558
  • DQMHistoTests: Total failures: 29750
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1874634
  • DQMHistoTests: Total skipped: 174
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

@efeyazgan
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_9_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_9_4_X is complete. This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 097c517 into cms-sw:CMSSW_9_2_X Oct 4, 2017
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

5 participants