framework/test_b2conditionsdb_commands.py
=== stdout of framework/tests/test_b2conditionsdb_commands.py ===
[INFO] Steering file: /data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py
[INFO] Obtaining list of iovs for globaltag main_tag_merge_test_2
--------------------------------------------------------------------------------
Name Rev First First Final Final
Exp Run Exp Run
--------------------------------------------------------------------------------
KLMStripEfficiency 2670 5 0 5 100
KLMStripEfficiency 2914 5 199 5 250
KLMStripEfficiency 2999 5 251 5 298
KLMStripEfficiency 2670 5 299 5 299
KLMStripEfficiency 3001 5 300 5 399
KLMStripEfficiency 3112 5 400 5 499
=== stderr of framework/tests/test_b2conditionsdb_commands.py ===
Traceback (most recent call last):
File "/data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py", line 49, in
call_command('b2conditionsdb iov main_tag_merge_test_2 --run-range 5 200 5 300')
File "/data/b2soft/buildbot/light/build/framework/tests/test_b2conditionsdb_commands.py", line 35, in call_command
output = subprocess.check_output(shlex.split(command), encoding='utf-8').strip().split('\n')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/cvmfs/belle.cern.ch/el9/externals/v02-03-02/Linux_x86_64/common/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/cvmfs/belle.cern.ch/el9/externals/v02-03-02/Linux_x86_64/common/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['b2conditionsdb', 'iov', 'main_tag_merge_test_2', '--run-range', '5', '200', '5', '300']' returned non-zero exit status 1.
=== end framework/tests/test_b2conditionsdb_commands.py ===