cmssw: Test in CondCore/Runinfo failing in ASAN IBs
this test: RunInfoStart_O2O_test is currently failing in ASAN IBs https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_ASAN_X_2021-05-31-2300/unitTestLogs/CondTools/RunInfo#/ and other tests in CondTools are failing with similar behavior In this one there is a clue at the bottom of the log
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/cvmfs/cms-ib.cern.ch/nweek-02683/slc7_amd64_gcc900/cms/cmssw/CMSSW_12_0_ASAN_X_2021-05-31-2300/external/slc7_amd64_gcc900/lib/libfrontier_client.so.2+0x29fb3) in frontier_postRawData
==22879==ABORTING
last run =
----- Begin Fatal Exception 01-Jun-2021 05:43:20 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
[0] Processing the python configuration file named ./src/CondTools/RunInfo/python/RunInfoPopConAnalyzer.py
Exception Message:
unknown python problem occurred.
ValueError: invalid literal for int() with base 0: ''
At:
/cvmfs/cms-ib.cern.ch/nweek-02683/slc7_amd64_gcc900/cms/cmssw/CMSSW_12_0_ASAN_X_2021-05-31-2300/python/FWCore/ParameterSet/VarParsing.py(518): _convert
/cvmfs/cms-ib.cern.ch/nweek-02683/slc7_amd64_gcc900/cms/cmssw/CMSSW_12_0_ASAN_X_2021-05-31-2300/python/FWCore/ParameterSet/VarParsing.py(464): setDefault
/cvmfs/cms-ib.cern.ch/nweek-02683/slc7_amd64_gcc900/cms/cmssw/CMSSW_12_0_ASAN_X_2021-05-31-2300/python/FWCore/ParameterSet/VarParsing.py(214): parseArguments
./src/CondTools/RunInfo/python/RunInfoPopConAnalyzer.py(43): <module>
The faillure that goes all the way to frontier_client is the same also for the tests failing in
Alignment CondTools/SiStrip
https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_ASAN_X_2021-05-31-2300/unitTestLogs/CondTools/SiStrip https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_ASAN_X_2021-05-31-2300/unitTestLogs/Alignment/MillePedeAlignmentAlgorithm#/ https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_ASAN_X_2021-05-31-2300/unitTestLogs/Alignment/OfflineValidation#/
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 31 (30 by maintainers)
not really, no, except the value is passed to cpython and then it crashes, failed both with py2 and 3 so I wouldn’t search for it in the cpython types but rather what the python implementation of frontier client does with the value.