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
=== 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 48, in
call_command('b2conditionsdb iov main_tag_merge_test_2')
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-04-00/Linux_x86_64/common/lib/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/cvmfs/belle.cern.ch/el9/externals/v02-04-00/Linux_x86_64/common/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['b2conditionsdb', 'iov', 'main_tag_merge_test_2']' returned non-zero exit status 1.
=== end framework/tests/test_b2conditionsdb_commands.py ===