-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 devel build to use pybind11 for cmsRun #25975
Conversation
A new Pull Request was created by @davidlange6 (David Lange) for CMSSW_10_5_DEVEL_X. It involves the following packages: FWCore/Framework @cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
please abort |
Jenkins tests are aborted. |
sorry - I realize there is no devel build from which this can be tested yet |
Now that we have the argv problem solved, the most recent DEVEL build seems to be showing there is a conversion problem with strings. The unit tests failures in FWCore/Integration, IOPool/Input and GeneratorInterface/LHEInterface all stem from a conversion error. These errors are
|
Right- its only puzzling that the errors are so isolated... I'm looking at it (most likely tomorrow/Monday in reality...)
… On Feb 23, 2019, at 4:25 PM, Chris Jones ***@***.***> wrote:
Now that we have the argv problem solved, the most recent DEVEL build seems to be showing there is a conversion problem with strings. The unit tests failures in FWCore/Integration, IOPool/Input and GeneratorInterface/LHEInterface all stem from a conversion error. These errors are
----- Begin Fatal Exception 23-Feb-2019 04:32:42 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py(7): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure cmsRun testEDAliasAnalyze_cfg.py testEDAliasTask.root: status 90
----- Begin Fatal Exception 23-Feb-2019 04:32:42 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py(7): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure cmsRun testEDAliasAnalyze_cfg.py testEDAliasTask.root: status 90
----- Begin Fatal Exception 23-Feb-2019 04:33:53 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py(13): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure using /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py: status 90
----- Begin Fatal Exception 23-Feb-2019 04:42:04 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/IOPool/Input/test/PrePoolInputTest_cfg.py
Exception Message:
unknown python problem occurred.
ValueError: PoolInputTest.root is not a valid <class 'FWCore.ParameterSet.Types.string'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(91): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(156): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/IOPool/Input/test/PrePoolInputTest_cfg.py(19): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure using PrePoolInputTest_cfg.py: status 90
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
actually its probably another case of (different..) argc / argv errors.
… On Feb 23, 2019, at 4:25 PM, Chris Jones ***@***.***> wrote:
Now that we have the argv problem solved, the most recent DEVEL build seems to be showing there is a conversion problem with strings. The unit tests failures in FWCore/Integration, IOPool/Input and GeneratorInterface/LHEInterface all stem from a conversion error. These errors are
----- Begin Fatal Exception 23-Feb-2019 04:32:42 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py(7): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure cmsRun testEDAliasAnalyze_cfg.py testEDAliasTask.root: status 90
----- Begin Fatal Exception 23-Feb-2019 04:32:42 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/FWCore/Integration/test/testEDAliasAnalyze_cfg.py(7): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure cmsRun testEDAliasAnalyze_cfg.py testEDAliasTask.root: status 90
----- Begin Fatal Exception 23-Feb-2019 04:33:53 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py
Exception Message:
unknown python problem occurred.
TypeError: wrong types (<type 'unicode'>,<type 'unicode'>) added to <class 'FWCore.ParameterSet.Types.vstring'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(551): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(601): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(777): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py(13): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure using /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/GeneratorInterface/LHEInterface/test/testMerge_cfg.py: status 90
----- Begin Fatal Exception 23-Feb-2019 04:42:04 CET-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named /build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/IOPool/Input/test/PrePoolInputTest_cfg.py
Exception Message:
unknown python problem occurred.
ValueError: PoolInputTest.root is not a valid <class 'FWCore.ParameterSet.Types.string'>
At:
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Mixins.py(91): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(156): __init__
/cvmfs/cms-ib.cern.ch/nweek-02564/slc7_amd64_gcc700/cms/cmssw-patch/CMSSW_10_6_DEVEL_X_2019-02-22-2300/python/FWCore/ParameterSet/Types.py(26): __call__
/build/cmsbld/jenkins/workspace/ib-run-qa/CMSSW_10_6_DEVEL_X_2019-02-22-2300/src/IOPool/Input/test/PrePoolInputTest_cfg.py(19): <module>
<string>(3): <module>
----- End Fatal Exception -------------------------------------------------
Failure using PrePoolInputTest_cfg.py: status 90
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No description provided.