============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_account_actions.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestAccountActionsWithPath.test_manage_account[with_queues-tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[with_queues-tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23901
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005feb/r3tmp/kikimr_cluster_xhc9f9rg
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29126
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8043
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11341
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7142
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26497
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile_wcglqtwc.log --grpc-port=29126 --mon-port=8043 --ic-port=23901 --sqs-port=26497
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29126/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile_wcglqtwc.log --grpc-port=29126 --mon-port=8043 --ic-port=23901 --sqs-port=26497
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile_wcglqtwc.log', '--grpc-port=29126', '--mon-port=8043', '--ic-port=23901', '--sqs-port=26497')' in '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607075
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29126/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607077
DEBUG    ya.test:process.py:259 Command (pid 607077) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607077) elapsed time (sec): 0.24445700645446777
DEBUG    ya.test:process.py:263 Command (pid 607077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) maxrss: 124392
DEBUG    ya.test:process.py:263 Command (pid 607077) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607077) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607077) stime: 0.0070669999999999995
DEBUG    ya.test:process.py:263 Command (pid 607077) utime: 0.095112
DEBUG    ya.test:process.py:263 Command (pid 607077) wtime: 0.245
DEBUG    ya.test:process.py:275 Command (pid 607077) output:

DEBUG    ya.test:process.py:276 Command (pid 607077) errors:
Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607077' in '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607075' in '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_wcglqtwc.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29126/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26497
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7142
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11341
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8043
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29126
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23901
_ ERROR at setup of TestAccountActionsWithPath.test_manage_account[with_queues-tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[with_queues-tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAccountActionsWithPath.test_manage_account[without_queues-tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[without_queues-tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAccountActionsWithPath.test_manage_account[without_queues-tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005feb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x108b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[without_queues-tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.38s setup    test_account_actions.py::TestAccountActionsWithPath::test_manage_account[with_queues-tables_format_v0]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_account_actions.py::TestAccountActionsWithPath::test_manage_account[with_queues-tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithPath::test_manage_account[with_queues-tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithPath::test_manage_account[without_queues-tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithPath::test_manage_account[without_queues-tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005feb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_account_actions.py.TestAccountActionsWithPath.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7241ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.78s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_account_actions.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestAccountActionsWithTenant.test_manage_account[with_queues-tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[with_queues-tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6179
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00606c/r3tmp/kikimr_cluster_r4yv71qe
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3287
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19452
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3119
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2598
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21552
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile__eer9dz2.log --grpc-port=3287 --mon-port=19452 --ic-port=6179 --sqs-port=21552
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3287/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile__eer9dz2.log --grpc-port=3287 --mon-port=19452 --ic-port=6179 --sqs-port=21552
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/logfile__eer9dz2.log', '--grpc-port=3287', '--mon-port=19452', '--ic-port=6179', '--sqs-port=21552')' in '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606407
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3287/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606408
DEBUG    ya.test:process.py:259 Command (pid 606408) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606408) elapsed time (sec): 0.2588331699371338
DEBUG    ya.test:process.py:263 Command (pid 606408) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) maxrss: 123556
DEBUG    ya.test:process.py:263 Command (pid 606408) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 606408) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 606408) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606408) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606408) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606408) stime: 0.010465
DEBUG    ya.test:process.py:263 Command (pid 606408) utime: 0.055373
DEBUG    ya.test:process.py:263 Command (pid 606408) wtime: 0.26
DEBUG    ya.test:process.py:275 Command (pid 606408) output:

DEBUG    ya.test:process.py:276 Command (pid 606408) errors:
Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606408' in '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606407' in '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile__eer9dz2.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:3287/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21552
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2598
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3119
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19452
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3287
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6179
_ ERROR at setup of TestAccountActionsWithTenant.test_manage_account[with_queues-tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[with_queues-tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAccountActionsWithTenant.test_manage_account[without_queues-tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[without_queues-tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAccountActionsWithTenant.test_manage_account[without_queues-tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00606c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7061bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_manage_account[without_queues-tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.41s setup    test_account_actions.py::TestAccountActionsWithTenant::test_manage_account[with_queues-tables_format_v0]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_account_actions.py::TestAccountActionsWithTenant::test_manage_account[with_queues-tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithTenant::test_manage_account[with_queues-tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithTenant::test_manage_account[without_queues-tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_account_actions.py::TestAccountActionsWithTenant::test_manage_account[without_queues-tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00606c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_account_actions.py.TestAccountActionsWithTenant.test_manage_account.with_queues-tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ee7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.04s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_acl.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsACLWithPath.test_apply_permissions[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_apply_permissions[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8703
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd2/r3tmp/kikimr_cluster_yf1d__wm
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23631
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21944
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2709
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14847
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11561
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j6mggtfc.log --grpc-port=23631 --mon-port=21944 --ic-port=8703 --sqs-port=11561
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23631/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j6mggtfc.log --grpc-port=23631 --mon-port=21944 --ic-port=8703 --sqs-port=11561
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j6mggtfc.log', '--grpc-port=23631', '--mon-port=21944', '--ic-port=8703', '--sqs-port=11561')' in '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607266
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23631/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607268
DEBUG    ya.test:process.py:259 Command (pid 607268) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607268) elapsed time (sec): 0.10450410842895508
DEBUG    ya.test:process.py:263 Command (pid 607268) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) maxrss: 123952
DEBUG    ya.test:process.py:263 Command (pid 607268) minflt: 2658
DEBUG    ya.test:process.py:263 Command (pid 607268) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 607268) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607268) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607268) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607268) stime: 0.008107999999999999
DEBUG    ya.test:process.py:263 Command (pid 607268) utime: 0.093251
DEBUG    ya.test:process.py:263 Command (pid 607268) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 607268) output:

DEBUG    ya.test:process.py:276 Command (pid 607268) errors:
Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607268' in '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607266' in '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_j6mggtfc.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:23631/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14847
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2709
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21944
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23631
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8703
_ ERROR at setup of TestSqsACLWithPath.test_apply_permissions[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_apply_permissions[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsACLWithPath.test_modify_permissions[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_modify_permissions[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsACLWithPath.test_modify_permissions[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30baffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_modify_permissions[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.22s setup    test_acl.py::TestSqsACLWithPath::test_apply_permissions[tables_format_v0]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_acl.py::TestSqsACLWithPath::test_apply_permissions[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithPath::test_apply_permissions[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithPath::test_modify_permissions[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithPath::test_modify_permissions[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_acl.py.TestSqsACLWithPath.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.93s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_acl.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsACLWithTenant.test_apply_permissions[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_apply_permissions[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9056
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f63/r3tmp/kikimr_cluster_qm40v_5l
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12641
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27822
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15995
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21831
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j2yjubcf.log --grpc-port=30286 --mon-port=12641 --ic-port=9056 --sqs-port=21831
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30286/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j2yjubcf.log --grpc-port=30286 --mon-port=12641 --ic-port=9056 --sqs-port=21831
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/logfile_j2yjubcf.log', '--grpc-port=30286', '--mon-port=12641', '--ic-port=9056', '--sqs-port=21831')' in '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607659
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30286/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607661
DEBUG    ya.test:process.py:259 Command (pid 607661) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607661) elapsed time (sec): 0.3339354991912842
DEBUG    ya.test:process.py:263 Command (pid 607661) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) maxrss: 124148
DEBUG    ya.test:process.py:263 Command (pid 607661) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607661) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607661) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607661) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607661) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607661) stime: 0.020423999999999998
DEBUG    ya.test:process.py:263 Command (pid 607661) utime: 0.08169699999999999
DEBUG    ya.test:process.py:263 Command (pid 607661) wtime: 0.335
DEBUG    ya.test:process.py:275 Command (pid 607661) output:

DEBUG    ya.test:process.py:276 Command (pid 607661) errors:
Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607661' in '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607659' in '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_j2yjubcf.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:30286/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21831
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15995
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27822
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12641
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30286
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9056
_ ERROR at setup of TestSqsACLWithTenant.test_apply_permissions[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_apply_permissions[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsACLWithTenant.test_modify_permissions[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_modify_permissions[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsACLWithTenant.test_modify_permissions[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f63/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_modify_permissions[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.49s setup    test_acl.py::TestSqsACLWithTenant::test_apply_permissions[tables_format_v0]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_acl.py::TestSqsACLWithTenant::test_apply_permissions[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithTenant::test_apply_permissions[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithTenant::test_modify_permissions[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsACLWithTenant::test_modify_permissions[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f63/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_acl.py.TestSqsACLWithTenant.test_apply_permissions.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73813fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.77s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_acl.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v0-empty] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-empty]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11158
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f0c/r3tmp/kikimr_cluster_26spc2fc
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4418
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14973
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4572
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14308
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29938
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_ob36dqx5.log --grpc-port=4418 --mon-port=14973 --ic-port=11158 --sqs-port=29938
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4418/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_ob36dqx5.log --grpc-port=4418 --mon-port=14973 --ic-port=11158 --sqs-port=29938
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_ob36dqx5.log', '--grpc-port=4418', '--mon-port=14973', '--ic-port=11158', '--sqs-port=29938')' in '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607848
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4418/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607850
DEBUG    ya.test:process.py:259 Command (pid 607850) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607850) elapsed time (sec): 0.2914400100708008
DEBUG    ya.test:process.py:263 Command (pid 607850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) maxrss: 124080
DEBUG    ya.test:process.py:263 Command (pid 607850) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 607850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607850) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607850) stime: 0.017401
DEBUG    ya.test:process.py:263 Command (pid 607850) utime: 0.065095
DEBUG    ya.test:process.py:263 Command (pid 607850) wtime: 0.292
DEBUG    ya.test:process.py:275 Command (pid 607850) output:

DEBUG    ya.test:process.py:276 Command (pid 607850) errors:
Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607850' in '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607848' in '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_ob36dqx5.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4418/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29938
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14308
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4572
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14973
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4418
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11158
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v0-invalid] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-invalid]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v0-no] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-no]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v1-empty] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x700e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-empty]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.39s setup    test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v0-empty]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v0-empty] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v0-invalid] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v0-no] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v1-empty] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7274bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.96s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_acl.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v1-invalid] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33dbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1343ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-invalid]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9083
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f09/r3tmp/kikimr_cluster_07ie2e9k
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18190
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4620
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20155
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61786
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/logfile_njnzn7ob.log --grpc-port=16965 --mon-port=18190 --ic-port=9083 --sqs-port=61786
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16965/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/logfile_njnzn7ob.log --grpc-port=16965 --mon-port=18190 --ic-port=9083 --sqs-port=61786
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/logfile_njnzn7ob.log', '--grpc-port=16965', '--mon-port=18190', '--ic-port=9083', '--sqs-port=61786')' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607880
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16965/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607881
DEBUG    ya.test:process.py:259 Command (pid 607881) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607881) elapsed time (sec): 0.3155405521392822
DEBUG    ya.test:process.py:263 Command (pid 607881) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) maxrss: 124196
DEBUG    ya.test:process.py:263 Command (pid 607881) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607881) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607881) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607881) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607881) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607881) stime: 0.024588
DEBUG    ya.test:process.py:263 Command (pid 607881) utime: 0.081949
DEBUG    ya.test:process.py:263 Command (pid 607881) wtime: 0.317
DEBUG    ya.test:process.py:275 Command (pid 607881) output:

DEBUG    ya.test:process.py:276 Command (pid 607881) errors:
Terminating due to uncaught exception 0x33dbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607881' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x33dbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33dbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607880' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_njnzn7ob.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:16965/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61786
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20155
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4620
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18190
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9083
_ ERROR at setup of TestSqsWithForceAuthorizationWithPath.test_invalid_token[tables_format_v1-no] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33dbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1343ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-no]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v0-empty] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x321dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72803fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-empty]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18485
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f09/r3tmp/kikimr_cluster_lwskm12m
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6552
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3279
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2821
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3396
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_eqslo0w9.log --grpc-port=5920 --mon-port=6552 --ic-port=18485 --sqs-port=3396
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5920/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_eqslo0w9.log --grpc-port=5920 --mon-port=6552 --ic-port=18485 --sqs-port=3396
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/logfile_eqslo0w9.log', '--grpc-port=5920', '--mon-port=6552', '--ic-port=18485', '--sqs-port=3396')' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 608082
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:5920/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 608083
DEBUG    ya.test:process.py:259 Command (pid 608083) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 608083) elapsed time (sec): 0.19824719429016113
DEBUG    ya.test:process.py:263 Command (pid 608083) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) maxrss: 132348
DEBUG    ya.test:process.py:263 Command (pid 608083) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 608083) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 608083) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 608083) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 608083) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 608083) stime: 0.020343999999999998
DEBUG    ya.test:process.py:263 Command (pid 608083) utime: 0.061033
DEBUG    ya.test:process.py:263 Command (pid 608083) wtime: 0.199
DEBUG    ya.test:process.py:275 Command (pid 608083) output:

DEBUG    ya.test:process.py:276 Command (pid 608083) errors:
Terminating due to uncaught exception 0x321dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.608083' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x321dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x321dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.608082' in '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_eqslo0w9.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:5920/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3396
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2821
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3279
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6552
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5920
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18485
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v0-invalid] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f09/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x321dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72803fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-invalid]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.36s setup    test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v0-empty]
0.47s setup    test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v1-invalid]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v1-invalid] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1343ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithPath::test_invalid_token[tables_format_v1-no] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithPath.test_invalid_token.tables_format_v1-invalid/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1343ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v0-empty] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72803fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v0-invalid] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f09/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-empty/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72803fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 4.57s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_acl.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v0-no] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v0-no]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13600
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f0f/r3tmp/kikimr_cluster_4hamgtw0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63596
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24109
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15074
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31829
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2431
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/logfile_4anqmuia.log --grpc-port=63596 --mon-port=24109 --ic-port=13600 --sqs-port=2431
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:63596/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/logfile_4anqmuia.log --grpc-port=63596 --mon-port=24109 --ic-port=13600 --sqs-port=2431
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/logfile_4anqmuia.log', '--grpc-port=63596', '--mon-port=24109', '--ic-port=13600', '--sqs-port=2431')' in '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607762
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:63596/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607763
DEBUG    ya.test:process.py:259 Command (pid 607763) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607763) elapsed time (sec): 0.2808341979980469
DEBUG    ya.test:process.py:263 Command (pid 607763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) maxrss: 124024
DEBUG    ya.test:process.py:263 Command (pid 607763) minflt: 2679
DEBUG    ya.test:process.py:263 Command (pid 607763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607763) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607763) stime: 0.020546
DEBUG    ya.test:process.py:263 Command (pid 607763) utime: 0.082184
DEBUG    ya.test:process.py:263 Command (pid 607763) wtime: 0.282
DEBUG    ya.test:process.py:275 Command (pid 607763) output:

DEBUG    ya.test:process.py:276 Command (pid 607763) errors:
Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607763' in '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607762' in '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_4anqmuia.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:63596/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31829
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15074
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24109
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63596
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13600
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v1-empty] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-empty]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v1-invalid] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-invalid]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsWithForceAuthorizationWithTenant.test_invalid_token[tables_format_v1-no] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x323c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_token[tables_format_v1-no]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.38s setup    test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v0-no]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v0-no] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v1-empty] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v1-invalid] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_acl.py::TestSqsWithForceAuthorizationWithTenant::test_invalid_token[tables_format_v1-no] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0f/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_acl.py.TestSqsWithForceAuthorizationWithTenant.test_invalid_token.tables_format_v0-no/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x315e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.81s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_counters.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsCountersExportDelay.test_export_delay[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32183fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52457fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_export_delay[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29324
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f79/r3tmp/kikimr_cluster_ahwf8pkg
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25632
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10024
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6411
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4591
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6457
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/logfile_ckgai4t4.log --grpc-port=25632 --mon-port=10024 --ic-port=29324 --sqs-port=6457
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25632/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/logfile_ckgai4t4.log --grpc-port=25632 --mon-port=10024 --ic-port=29324 --sqs-port=6457
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/logfile_ckgai4t4.log', '--grpc-port=25632', '--mon-port=10024', '--ic-port=29324', '--sqs-port=6457')' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607590
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25632/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607592
DEBUG    ya.test:process.py:259 Command (pid 607592) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607592) elapsed time (sec): 0.233659029006958
DEBUG    ya.test:process.py:263 Command (pid 607592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) maxrss: 124244
DEBUG    ya.test:process.py:263 Command (pid 607592) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 607592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607592) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607592) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607592) stime: 0.020821
DEBUG    ya.test:process.py:263 Command (pid 607592) utime: 0.049971999999999996
DEBUG    ya.test:process.py:263 Command (pid 607592) wtime: 0.234
DEBUG    ya.test:process.py:275 Command (pid 607592) output:

DEBUG    ya.test:process.py:276 Command (pid 607592) errors:
Terminating due to uncaught exception 0x32183fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607592' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x32183fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32183fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607590' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ckgai4t4.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:25632/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4591
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6411
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25632
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29324
_ ERROR at setup of TestSqsCountersExportDelay.test_export_delay[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32183fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52457fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_export_delay[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsCountersFeatures.test_aggregates_transaction_counters[queue] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3205ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52af7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_aggregates_transaction_counters[queue]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11762
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f79/r3tmp/kikimr_cluster_uti0mt5e
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64440
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16244
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3435
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12554
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/logfile_9570m30y.log --grpc-port=64440 --mon-port=16244 --ic-port=11762 --sqs-port=22047
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64440/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/logfile_9570m30y.log --grpc-port=64440 --mon-port=16244 --ic-port=11762 --sqs-port=22047
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/logfile_9570m30y.log', '--grpc-port=64440', '--mon-port=16244', '--ic-port=11762', '--sqs-port=22047')' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607884
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:64440/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607885
DEBUG    ya.test:process.py:259 Command (pid 607885) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607885) elapsed time (sec): 0.3288917541503906
DEBUG    ya.test:process.py:263 Command (pid 607885) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) maxrss: 138184
DEBUG    ya.test:process.py:263 Command (pid 607885) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607885) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607885) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607885) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607885) stime: 0.012426
DEBUG    ya.test:process.py:263 Command (pid 607885) utime: 0.091128
DEBUG    ya.test:process.py:263 Command (pid 607885) wtime: 0.33
DEBUG    ya.test:process.py:275 Command (pid 607885) output:

DEBUG    ya.test:process.py:276 Command (pid 607885) errors:
Terminating due to uncaught exception 0x3205ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607885' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x3205ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3205ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607884' in '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_9570m30y.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:64440/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22047
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12554
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3435
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16244
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64440
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11762
_ ERROR at setup of TestSqsCountersFeatures.test_aggregates_transaction_counters[user] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f79/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3205ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52af7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_aggregates_transaction_counters[user]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_counters.py::TestSqsCountersExportDelay::test_export_delay[tables_format_v0]
0.47s setup    test_counters.py::TestSqsCountersFeatures::test_aggregates_transaction_counters[queue]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_counters.py::TestSqsCountersExportDelay::test_export_delay[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52457fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersExportDelay::test_export_delay[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersExportDelay.test_export_delay.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52457fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_aggregates_transaction_counters[queue] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52af7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_aggregates_transaction_counters[user] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f79/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_aggregates_transaction_counters.queue/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52af7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.98s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_counters.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsCountersFeatures.test_creates_counter[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_creates_counter[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30281
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f2e/r3tmp/kikimr_cluster_u2q6t85z
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1050
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22973
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21562
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/logfile_s1_8oidx.log --grpc-port=1050 --mon-port=22973 --ic-port=30281 --sqs-port=21562
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1050/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/logfile_s1_8oidx.log --grpc-port=1050 --mon-port=22973 --ic-port=30281 --sqs-port=21562
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/logfile_s1_8oidx.log', '--grpc-port=1050', '--mon-port=22973', '--ic-port=30281', '--sqs-port=21562')' in '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607699
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1050/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607701
DEBUG    ya.test:process.py:259 Command (pid 607701) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607701) elapsed time (sec): 0.1765148639678955
DEBUG    ya.test:process.py:263 Command (pid 607701) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) maxrss: 124564
DEBUG    ya.test:process.py:263 Command (pid 607701) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607701) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607701) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607701) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607701) stime: 0.007612
DEBUG    ya.test:process.py:263 Command (pid 607701) utime: 0.054936
DEBUG    ya.test:process.py:263 Command (pid 607701) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 607701) output:

DEBUG    ya.test:process.py:276 Command (pid 607701) errors:
Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607701' in '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607699' in '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_s1_8oidx.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:1050/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21562
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25286
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25946
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22973
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1050
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30281
_ ERROR at setup of TestSqsCountersFeatures.test_creates_counter[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_creates_counter[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
___ ERROR at setup of TestSqsCountersFeatures.test_detailed_counters[queue] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_detailed_counters[queue]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____ ERROR at setup of TestSqsCountersFeatures.test_detailed_counters[user] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1305ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_detailed_counters[user]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_counters.py::TestSqsCountersFeatures::test_creates_counter[tables_format_v0]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_counters.py::TestSqsCountersFeatures::test_creates_counter[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_creates_counter[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_detailed_counters[queue] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_detailed_counters[user] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f2e/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_creates_counter.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1396ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.52s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_counters.py EEEE

==================================== ERRORS ====================================
____ ERROR at setup of TestSqsCountersFeatures.test_disables_user_counters _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_disables_user_counters
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2130
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f52/r3tmp/kikimr_cluster_k8mpd36w
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22251
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5181
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6255
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24837
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/logfile_uaw2krxq.log --grpc-port=4949 --mon-port=22251 --ic-port=2130 --sqs-port=24837
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4949/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/logfile_uaw2krxq.log --grpc-port=4949 --mon-port=22251 --ic-port=2130 --sqs-port=24837
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/logfile_uaw2krxq.log', '--grpc-port=4949', '--mon-port=22251', '--ic-port=2130', '--sqs-port=24837')' in '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607672
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4949/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607673
DEBUG    ya.test:process.py:259 Command (pid 607673) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607673) elapsed time (sec): 0.3619718551635742
DEBUG    ya.test:process.py:263 Command (pid 607673) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) maxrss: 124516
DEBUG    ya.test:process.py:263 Command (pid 607673) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607673) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607673) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607673) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607673) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607673) stime: 0.011840999999999999
DEBUG    ya.test:process.py:263 Command (pid 607673) utime: 0.090172
DEBUG    ya.test:process.py:263 Command (pid 607673) wtime: 0.363
DEBUG    ya.test:process.py:275 Command (pid 607673) output:

DEBUG    ya.test:process.py:276 Command (pid 607673) errors:
Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607673' in '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607672' in '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_uaw2krxq.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4949/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24837
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6255
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5181
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22251
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4949
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2130
_ ERROR at setup of TestSqsCountersFeatures.test_removes_user_counters_after_user_deletion[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_user_counters_after_user_deletion[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsCountersFeatures.test_removes_user_counters_after_user_deletion[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_user_counters_after_user_deletion[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f52/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3374bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.52s setup    test_counters.py::TestSqsCountersFeatures::test_disables_user_counters

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_counters.py::TestSqsCountersFeatures::test_disables_user_counters - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_removes_user_counters_after_user_deletion[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_removes_user_counters_after_user_deletion[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_counters.py::TestSqsCountersFeatures::test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f52/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_disables_user_counters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12f53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.95s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_counters.py E
test_format_without_version.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72f07fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7581
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcd/r3tmp/kikimr_cluster_pz773b5q
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4032
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22695
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14005
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/logfile_f9qnkwi_.log --grpc-port=4032 --mon-port=14286 --ic-port=7581 --sqs-port=14005
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4032/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/logfile_f9qnkwi_.log --grpc-port=4032 --mon-port=14286 --ic-port=7581 --sqs-port=14005
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/logfile_f9qnkwi_.log', '--grpc-port=4032', '--mon-port=14286', '--ic-port=7581', '--sqs-port=14005')' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607327
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4032/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607328
DEBUG    ya.test:process.py:259 Command (pid 607328) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607328) elapsed time (sec): 0.3015298843383789
DEBUG    ya.test:process.py:263 Command (pid 607328) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) maxrss: 124052
DEBUG    ya.test:process.py:263 Command (pid 607328) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607328) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 607328) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607328) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607328) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607328) stime: 0.008354
DEBUG    ya.test:process.py:263 Command (pid 607328) utime: 0.09379599999999999
DEBUG    ya.test:process.py:263 Command (pid 607328) wtime: 0.303
DEBUG    ya.test:process.py:275 Command (pid 607328) output:

DEBUG    ya.test:process.py:276 Command (pid 607328) errors:
Terminating due to uncaught exception 0x13febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607328' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x13febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607327' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_f9qnkwi_.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4032/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14005
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26444
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22695
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14286
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7581
_____ ERROR at setup of TestQueueWithoutVersionWithPath.test_common[fifo] ______
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x536d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33f87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_common[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25133
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcd/r3tmp/kikimr_cluster_sgr0btoh
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24169
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2492
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4643
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16779
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11664
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/logfile_rq0zpn0z.log --grpc-port=24169 --mon-port=2492 --ic-port=25133 --sqs-port=11664
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24169/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/logfile_rq0zpn0z.log --grpc-port=24169 --mon-port=2492 --ic-port=25133 --sqs-port=11664
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/logfile_rq0zpn0z.log', '--grpc-port=24169', '--mon-port=2492', '--ic-port=25133', '--sqs-port=11664')' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607632
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24169/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607633
DEBUG    ya.test:process.py:259 Command (pid 607633) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607633) elapsed time (sec): 0.269899845123291
DEBUG    ya.test:process.py:263 Command (pid 607633) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) maxrss: 134400
DEBUG    ya.test:process.py:263 Command (pid 607633) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607633) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607633) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607633) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607633) stime: 0.016463
DEBUG    ya.test:process.py:263 Command (pid 607633) utime: 0.090547
DEBUG    ya.test:process.py:263 Command (pid 607633) wtime: 0.271
DEBUG    ya.test:process.py:275 Command (pid 607633) output:

DEBUG    ya.test:process.py:276 Command (pid 607633) errors:
Terminating due to uncaught exception 0x536d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607633' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x536d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x536d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607632' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_rq0zpn0z.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24169/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11664
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16779
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4643
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2492
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24169
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25133
______ ERROR at setup of TestQueueWithoutVersionWithPath.test_common[std] ______
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x536d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33f87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_common[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____ ERROR at setup of TestQueueWithoutVersionWithTenant.test_common[fifo] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x135c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_common[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27135
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcd/r3tmp/kikimr_cluster_qv212wxg
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6258
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2372
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16887
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28362
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/logfile_odvyzpfx.log --grpc-port=6258 --mon-port=2372 --ic-port=27135 --sqs-port=28362
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6258/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/logfile_odvyzpfx.log --grpc-port=6258 --mon-port=2372 --ic-port=27135 --sqs-port=28362
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/logfile_odvyzpfx.log', '--grpc-port=6258', '--mon-port=2372', '--ic-port=27135', '--sqs-port=28362')' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607772
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:6258/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607773
DEBUG    ya.test:process.py:259 Command (pid 607773) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607773) elapsed time (sec): 0.3064446449279785
DEBUG    ya.test:process.py:263 Command (pid 607773) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) maxrss: 134400
DEBUG    ya.test:process.py:263 Command (pid 607773) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607773) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607773) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607773) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607773) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607773) stime: 0.023875999999999998
DEBUG    ya.test:process.py:263 Command (pid 607773) utime: 0.07958799999999999
DEBUG    ya.test:process.py:263 Command (pid 607773) wtime: 0.307
DEBUG    ya.test:process.py:275 Command (pid 607773) output:

DEBUG    ya.test:process.py:276 Command (pid 607773) errors:
Terminating due to uncaught exception 0x53b27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607773' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53b27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53b27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607772' in '/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_odvyzpfx.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:6258/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6060
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16887
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2372
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6258
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27135
============================== slowest durations ===============================
1.46s setup    test_counters.py::TestSqsCountersFeatures::test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v1]
0.47s setup    test_format_without_version.py::TestQueueWithoutVersionWithTenant::test_common[fifo]
0.42s setup    test_format_without_version.py::TestQueueWithoutVersionWithPath::test_common[fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_counters.py::TestSqsCountersFeatures::test_updates_status_code_counters_when_parsing_errors_occur[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_counters.py.TestSqsCountersFeatures.test_updates_status_code_counters_when_parsing_errors_occur.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72f07fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_format_without_version.py::TestQueueWithoutVersionWithPath::test_common[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33f87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_format_without_version.py::TestQueueWithoutVersionWithPath::test_common[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithPath.test_common.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33f87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_format_without_version.py::TestQueueWithoutVersionWithTenant::test_common[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcd/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x135c3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 5.00s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_format_without_version.py E
test_garbage_collection.py EEE

==================================== ERRORS ====================================
_____ ERROR at setup of TestQueueWithoutVersionWithTenant.test_common[std] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73a7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33697fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_common[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13750
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd4/r3tmp/kikimr_cluster_1wiw6_oq
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19761
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18248
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62773
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11164
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21954
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/logfile_nyt8ndtx.log --grpc-port=19761 --mon-port=18248 --ic-port=13750 --sqs-port=21954
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19761/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/logfile_nyt8ndtx.log --grpc-port=19761 --mon-port=18248 --ic-port=13750 --sqs-port=21954
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/logfile_nyt8ndtx.log', '--grpc-port=19761', '--mon-port=18248', '--ic-port=13750', '--sqs-port=21954')' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19761/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607300
DEBUG    ya.test:process.py:259 Command (pid 607300) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607300) elapsed time (sec): 0.21861052513122559
DEBUG    ya.test:process.py:263 Command (pid 607300) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) maxrss: 123952
DEBUG    ya.test:process.py:263 Command (pid 607300) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607300) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 607300) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607300) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607300) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607300) stime: 0.009349
DEBUG    ya.test:process.py:263 Command (pid 607300) utime: 0.072629
DEBUG    ya.test:process.py:263 Command (pid 607300) wtime: 0.22
DEBUG    ya.test:process.py:275 Command (pid 607300) output:

DEBUG    ya.test:process.py:276 Command (pid 607300) errors:
Terminating due to uncaught exception 0x73a7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607300' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x73a7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73a7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607299' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_nyt8ndtx.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19761/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21954
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11164
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62773
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18248
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19761
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13750
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_deduplication_table[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_deduplication_table[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7355
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd4/r3tmp/kikimr_cluster__laon2yb
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29541
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29338
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13788
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17710
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24202
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/logfile_5ote4zi8.log --grpc-port=29541 --mon-port=29338 --ic-port=7355 --sqs-port=24202
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29541/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/logfile_5ote4zi8.log --grpc-port=29541 --mon-port=29338 --ic-port=7355 --sqs-port=24202
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/logfile_5ote4zi8.log', '--grpc-port=29541', '--mon-port=29338', '--ic-port=7355', '--sqs-port=24202')' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29541/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607389
DEBUG    ya.test:process.py:259 Command (pid 607389) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607389) elapsed time (sec): 0.25718164443969727
DEBUG    ya.test:process.py:263 Command (pid 607389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) maxrss: 134608
DEBUG    ya.test:process.py:263 Command (pid 607389) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607389) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607389) stime: 0.003083
DEBUG    ya.test:process.py:263 Command (pid 607389) utime: 0.058155
DEBUG    ya.test:process.py:263 Command (pid 607389) wtime: 0.258
DEBUG    ya.test:process.py:275 Command (pid 607389) output:

DEBUG    ya.test:process.py:276 Command (pid 607389) errors:
Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607389' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607388' in '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_5ote4zi8.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29541/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24202
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13788
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29338
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29541
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7355
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_deduplication_table[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_deduplication_table[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_reads_table[tables_format_v0-200] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30d97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_reads_table[tables_format_v0-200]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.41s setup    test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_deduplication_table[tables_format_v0]
0.37s setup    test_format_without_version.py::TestQueueWithoutVersionWithTenant::test_common[std]
0.01s setup    test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_deduplication_table[tables_format_v1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_format_without_version.py::TestQueueWithoutVersionWithTenant::test_common[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_format_without_version.py.TestQueueWithoutVersionWithTenant.test_common.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33697fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_deduplication_table[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_deduplication_table[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_reads_table[tables_format_v0-200] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_deduplication_table.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x132f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 4.44s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_garbage_collection.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_reads_table[tables_format_v0-30] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_reads_table[tables_format_v0-30]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31666
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc9/r3tmp/kikimr_cluster_wckfjun_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8311
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14163
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1766
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2565
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/logfile_6g7c4pw_.log --grpc-port=22602 --mon-port=8311 --ic-port=31666 --sqs-port=2565
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22602/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/logfile_6g7c4pw_.log --grpc-port=22602 --mon-port=8311 --ic-port=31666 --sqs-port=2565
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/logfile_6g7c4pw_.log', '--grpc-port=22602', '--mon-port=8311', '--ic-port=31666', '--sqs-port=2565')' in '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607310
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22602/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607311
DEBUG    ya.test:process.py:259 Command (pid 607311) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607311) elapsed time (sec): 0.29494237899780273
DEBUG    ya.test:process.py:263 Command (pid 607311) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) maxrss: 124072
DEBUG    ya.test:process.py:263 Command (pid 607311) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 607311) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607311) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607311) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607311) stime: 0.017693999999999998
DEBUG    ya.test:process.py:263 Command (pid 607311) utime: 0.08544
DEBUG    ya.test:process.py:263 Command (pid 607311) wtime: 0.296
DEBUG    ya.test:process.py:275 Command (pid 607311) output:

DEBUG    ya.test:process.py:276 Command (pid 607311) errors:
Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607311' in '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607310' in '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_6g7c4pw_.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22602/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2565
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1766
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14163
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8311
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22602
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31666
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_reads_table[tables_format_v1-200] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_reads_table[tables_format_v1-200]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_cleanups_reads_table[tables_format_v1-30] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_cleanups_reads_table[tables_format_v1-30]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_removes_messages_by_retention_time[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70bcbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_messages_by_retention_time[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.39s setup    test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_reads_table[tables_format_v0-30]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_reads_table[tables_format_v0-30] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_reads_table[tables_format_v1-200] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_cleanups_reads_table[tables_format_v1-30] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_removes_messages_by_retention_time[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_cleanups_reads_table.tables_format_v0-30/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x126d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.11s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_garbage_collection.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsGarbageCollection.test_removes_messages_by_retention_time[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_messages_by_retention_time[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29868
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f0d/r3tmp/kikimr_cluster_t02t1r2a
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8783
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17675
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3173
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9760
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25451
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/logfile_o4hsekai.log --grpc-port=8783 --mon-port=17675 --ic-port=29868 --sqs-port=25451
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8783/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/logfile_o4hsekai.log --grpc-port=8783 --mon-port=17675 --ic-port=29868 --sqs-port=25451
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/logfile_o4hsekai.log', '--grpc-port=8783', '--mon-port=17675', '--ic-port=29868', '--sqs-port=25451')' in '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607802
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8783/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607803
DEBUG    ya.test:process.py:259 Command (pid 607803) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607803) elapsed time (sec): 0.27847766876220703
DEBUG    ya.test:process.py:263 Command (pid 607803) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) maxrss: 124172
DEBUG    ya.test:process.py:263 Command (pid 607803) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607803) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 607803) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607803) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607803) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607803) stime: 0.015607999999999999
DEBUG    ya.test:process.py:263 Command (pid 607803) utime: 0.074138
DEBUG    ya.test:process.py:263 Command (pid 607803) wtime: 0.28
DEBUG    ya.test:process.py:275 Command (pid 607803) output:

DEBUG    ya.test:process.py:276 Command (pid 607803) errors:
Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607803' in '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607802' in '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_o4hsekai.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:8783/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25451
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9760
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3173
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17675
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8783
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29868
_ ERROR at setup of TestSqsGarbageCollection.test_removes_messages_by_retention_time[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_messages_by_retention_time[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_removes_messages_by_retention_time[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_removes_messages_by_retention_time[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_change_visibility] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c4bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_change_visibility]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.43s setup    test_garbage_collection.py::TestSqsGarbageCollection::test_removes_messages_by_retention_time[tables_format_v0-std]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_removes_messages_by_retention_time[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_removes_messages_by_retention_time[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_removes_messages_by_retention_time[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_change_visibility] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_removes_messages_by_retention_time.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3232ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.14s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_garbage_collection.py EEE
test_multiplexing_tables_format.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_delete_message] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_delete_message]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62121
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fb5/r3tmp/kikimr_cluster_lef4kgn6
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28872
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24512
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14499
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2217
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/logfile_fert5d5r.log --grpc-port=28872 --mon-port=24512 --ic-port=62121 --sqs-port=2217
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28872/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/logfile_fert5d5r.log --grpc-port=28872 --mon-port=24512 --ic-port=62121 --sqs-port=2217
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/logfile_fert5d5r.log', '--grpc-port=28872', '--mon-port=24512', '--ic-port=62121', '--sqs-port=2217')' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607437
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28872/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607438
DEBUG    ya.test:process.py:259 Command (pid 607438) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607438) elapsed time (sec): 0.26166248321533203
DEBUG    ya.test:process.py:263 Command (pid 607438) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) maxrss: 124324
DEBUG    ya.test:process.py:263 Command (pid 607438) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607438) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607438) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607438) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607438) stime: 0.012902
DEBUG    ya.test:process.py:263 Command (pid 607438) utime: 0.093859
DEBUG    ya.test:process.py:263 Command (pid 607438) wtime: 0.263
DEBUG    ya.test:process.py:275 Command (pid 607438) output:

DEBUG    ya.test:process.py:276 Command (pid 607438) errors:
Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607438' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607437' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_fert5d5r.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:28872/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2217
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27320
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14499
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24512
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28872
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62121
_ ERROR at setup of TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_change_visibility] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_change_visibility]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_delete_message] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x121f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_delete_message]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_create_queue[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1143ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13703fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20758
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fb5/r3tmp/kikimr_cluster_8t718h4j
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7398
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14372
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17420
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10216
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15824
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/logfile_xik2tw37.log --grpc-port=7398 --mon-port=14372 --ic-port=20758 --sqs-port=15824
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7398/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/logfile_xik2tw37.log --grpc-port=7398 --mon-port=14372 --ic-port=20758 --sqs-port=15824
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/logfile_xik2tw37.log', '--grpc-port=7398', '--mon-port=14372', '--ic-port=20758', '--sqs-port=15824')' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607713
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7398/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607714
DEBUG    ya.test:process.py:259 Command (pid 607714) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607714) elapsed time (sec): 0.20050334930419922
DEBUG    ya.test:process.py:263 Command (pid 607714) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) maxrss: 139364
DEBUG    ya.test:process.py:263 Command (pid 607714) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607714) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607714) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607714) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607714) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607714) stime: 0.011163
DEBUG    ya.test:process.py:263 Command (pid 607714) utime: 0.07699099999999999
DEBUG    ya.test:process.py:263 Command (pid 607714) wtime: 0.202
DEBUG    ya.test:process.py:275 Command (pid 607714) output:

DEBUG    ya.test:process.py:276 Command (pid 607714) errors:
Terminating due to uncaught exception 0x1143ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607714' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x1143ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1143ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607713' in '/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_xik2tw37.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7398/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15824
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10216
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17420
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14372
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7398
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20758
============================== slowest durations ===============================
1.31s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue[fifo]
0.42s setup    test_garbage_collection.py::TestSqsGarbageCollection::test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_delete_message]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v0-with_delete_message] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_change_visibility] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_garbage_collection.py::TestSqsGarbageCollection::test_visibility_change_cleanups_proper_receive_attempt_id[tables_format_v1-with_delete_message] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_garbage_collection.py.TestSqsGarbageCollection.test_visibility_change_cleanups_proper_receive_attempt_id.tables_format_v0-with_delete_message/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ad7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13703fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 4.06s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_create_queue[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12466
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd5/r3tmp/kikimr_cluster_bh3nmvs1
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10039
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14634
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62337
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28129
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/logfile_cvqygrtb.log --grpc-port=10602 --mon-port=10039 --ic-port=12466 --sqs-port=28129
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10602/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/logfile_cvqygrtb.log --grpc-port=10602 --mon-port=10039 --ic-port=12466 --sqs-port=28129
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/logfile_cvqygrtb.log', '--grpc-port=10602', '--mon-port=10039', '--ic-port=12466', '--sqs-port=28129')' in '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607228
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:10602/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607229
DEBUG    ya.test:process.py:259 Command (pid 607229) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607229) elapsed time (sec): 0.327014684677124
DEBUG    ya.test:process.py:263 Command (pid 607229) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) maxrss: 123756
DEBUG    ya.test:process.py:263 Command (pid 607229) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607229) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607229) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607229) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607229) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607229) stime: 0.012417
DEBUG    ya.test:process.py:263 Command (pid 607229) utime: 0.09106199999999999
DEBUG    ya.test:process.py:263 Command (pid 607229) wtime: 0.328
DEBUG    ya.test:process.py:275 Command (pid 607229) output:

DEBUG    ya.test:process.py:276 Command (pid 607229) errors:
Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607229' in '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607228' in '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_cvqygrtb.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:10602/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28129
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62337
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14634
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10039
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10602
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12466
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_create_queue_with_empty_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_empty_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_create_queue_with_incorrect_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_incorrect_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_create_queue_with_unsupported_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53263fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_unsupported_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.46s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue[std]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue_with_empty_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue_with_incorrect_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_create_queue_with_unsupported_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7070bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.71s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_double_create[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65470
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd0/r3tmp/kikimr_cluster_i_zrs5u0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17715
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15395
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21957
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1094
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16298
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/logfile_xhj28cm7.log --grpc-port=17715 --mon-port=15395 --ic-port=65470 --sqs-port=16298
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17715/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/logfile_xhj28cm7.log --grpc-port=17715 --mon-port=15395 --ic-port=65470 --sqs-port=16298
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/logfile_xhj28cm7.log', '--grpc-port=17715', '--mon-port=15395', '--ic-port=65470', '--sqs-port=16298')' in '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607336
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17715/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607337
DEBUG    ya.test:process.py:259 Command (pid 607337) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607337) elapsed time (sec): 0.2964911460876465
DEBUG    ya.test:process.py:263 Command (pid 607337) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) maxrss: 123976
DEBUG    ya.test:process.py:263 Command (pid 607337) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607337) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 607337) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607337) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607337) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607337) stime: 0.015382
DEBUG    ya.test:process.py:263 Command (pid 607337) utime: 0.088374
DEBUG    ya.test:process.py:263 Command (pid 607337) wtime: 0.298
DEBUG    ya.test:process.py:275 Command (pid 607337) output:

DEBUG    ya.test:process.py:276 Command (pid 607337) errors:
Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607337' in '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607336' in '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_xhj28cm7.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:17715/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16298
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1094
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21957
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15395
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65470
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_double_create[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_double_create_old[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create_old[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_double_create_old[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53daffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create_old[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.40s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_double_create[fifo]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_double_create[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_double_create[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_double_create_old[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_double_create_old[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_double_create.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x738fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 3.04s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_read_message[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_read_message[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63276
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fe0/r3tmp/kikimr_cluster_m6mrihlt
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1265
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25426
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16724
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12680
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23160
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/logfile_dux9qlwl.log --grpc-port=1265 --mon-port=25426 --ic-port=63276 --sqs-port=23160
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1265/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/logfile_dux9qlwl.log --grpc-port=1265 --mon-port=25426 --ic-port=63276 --sqs-port=23160
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/logfile_dux9qlwl.log', '--grpc-port=1265', '--mon-port=25426', '--ic-port=63276', '--sqs-port=23160')' in '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607221
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1265/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607222
DEBUG    ya.test:process.py:259 Command (pid 607222) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607222) elapsed time (sec): 0.30680036544799805
DEBUG    ya.test:process.py:263 Command (pid 607222) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) maxrss: 123816
DEBUG    ya.test:process.py:263 Command (pid 607222) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607222) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607222) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607222) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 607222) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607222) stime: 0.023393999999999998
DEBUG    ya.test:process.py:263 Command (pid 607222) utime: 0.081881
DEBUG    ya.test:process.py:263 Command (pid 607222) wtime: 0.309
DEBUG    ya.test:process.py:275 Command (pid 607222) output:

DEBUG    ya.test:process.py:276 Command (pid 607222) errors:
Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607222' in '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607221' in '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_dux9qlwl.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:1265/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23160
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12680
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16724
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25426
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1265
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63276
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_read_message[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_read_message[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_send_message[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithPath.test_send_message[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70e17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.46s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_read_message[fifo]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_read_message[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_read_message[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_send_message[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithPath::test_send_message[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithPath.test_read_message.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x502a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.91s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_create_queue[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5621
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcb/r3tmp/kikimr_cluster_lhp3l80g
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27635
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64397
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4557
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15834
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3996
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/logfile_tfx6jbm5.log --grpc-port=27635 --mon-port=64397 --ic-port=5621 --sqs-port=3996
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27635/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/logfile_tfx6jbm5.log --grpc-port=27635 --mon-port=64397 --ic-port=5621 --sqs-port=3996
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/logfile_tfx6jbm5.log', '--grpc-port=27635', '--mon-port=64397', '--ic-port=5621', '--sqs-port=3996')' in '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607317
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27635/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607318
DEBUG    ya.test:process.py:259 Command (pid 607318) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607318) elapsed time (sec): 0.35609984397888184
DEBUG    ya.test:process.py:263 Command (pid 607318) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) maxrss: 123724
DEBUG    ya.test:process.py:263 Command (pid 607318) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607318) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 607318) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607318) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607318) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607318) stime: 0.003315
DEBUG    ya.test:process.py:263 Command (pid 607318) utime: 0.09925199999999999
DEBUG    ya.test:process.py:263 Command (pid 607318) wtime: 0.357
DEBUG    ya.test:process.py:275 Command (pid 607318) output:

DEBUG    ya.test:process.py:276 Command (pid 607318) errors:
Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607318' in '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607317' in '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_tfx6jbm5.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:27635/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3996
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15834
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4557
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27635
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5621
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_create_queue[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_create_queue_with_empty_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_empty_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_create_queue_with_incorrect_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_incorrect_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.51s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue[fifo]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue_with_empty_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue_with_incorrect_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x318bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 4 errors in 2.76s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_unsupported_tables_format
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25260
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fb4/r3tmp/kikimr_cluster_bdon2s2w
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24736
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30749
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62079
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9053
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/logfile_43m5q_5_.log --grpc-port=24736 --mon-port=30749 --ic-port=25260 --sqs-port=9053
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24736/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/logfile_43m5q_5_.log --grpc-port=24736 --mon-port=30749 --ic-port=25260 --sqs-port=9053
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/logfile_43m5q_5_.log', '--grpc-port=24736', '--mon-port=30749', '--ic-port=25260', '--sqs-port=9053')' in '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607421
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24736/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607422
DEBUG    ya.test:process.py:259 Command (pid 607422) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607422) elapsed time (sec): 0.19635462760925293
DEBUG    ya.test:process.py:263 Command (pid 607422) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) maxrss: 124324
DEBUG    ya.test:process.py:263 Command (pid 607422) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607422) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607422) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607422) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607422) stime: 0.009157
DEBUG    ya.test:process.py:263 Command (pid 607422) utime: 0.068837
DEBUG    ya.test:process.py:263 Command (pid 607422) wtime: 0.197
DEBUG    ya.test:process.py:275 Command (pid 607422) output:

DEBUG    ya.test:process.py:276 Command (pid 607422) errors:
Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607422' in '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607421' in '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_43m5q_5_.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24736/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9053
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30749
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24736
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25260
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_double_create[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_double_create[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30227fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.31s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue_with_unsupported_tables_format

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_create_queue_with_unsupported_tables_format - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_double_create[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_double_create[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb4/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_create_queue_with_unsupported_tables_format/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5229ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.51s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_double_create_old[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create_old[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8496
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcc/r3tmp/kikimr_cluster_jnx3eyxs
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27820
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13277
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17727
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30993
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/logfile_c7dr8hmo.log --grpc-port=27820 --mon-port=13277 --ic-port=8496 --sqs-port=30993
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27820/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/logfile_c7dr8hmo.log --grpc-port=27820 --mon-port=13277 --ic-port=8496 --sqs-port=30993
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/logfile_c7dr8hmo.log', '--grpc-port=27820', '--mon-port=13277', '--ic-port=8496', '--sqs-port=30993')' in '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607314
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27820/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607316
DEBUG    ya.test:process.py:259 Command (pid 607316) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607316) elapsed time (sec): 0.30445098876953125
DEBUG    ya.test:process.py:263 Command (pid 607316) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) maxrss: 124204
DEBUG    ya.test:process.py:263 Command (pid 607316) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607316) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607316) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607316) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607316) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607316) stime: 0.012299
DEBUG    ya.test:process.py:263 Command (pid 607316) utime: 0.090195
DEBUG    ya.test:process.py:263 Command (pid 607316) wtime: 0.305
DEBUG    ya.test:process.py:275 Command (pid 607316) output:

DEBUG    ya.test:process.py:276 Command (pid 607316) errors:
Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607316' in '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607314' in '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_c7dr8hmo.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:27820/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17727
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19256
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27820
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8496
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_double_create_old[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_double_create_old[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_read_message[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_read_message[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.45s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_double_create_old[fifo]
0.01s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_read_message[fifo]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_double_create_old[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_double_create_old[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_read_message[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk20/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_double_create_old.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10bf3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.95s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_multiplexing_tables_format.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_read_message[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_read_message[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2304
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00601d/r3tmp/kikimr_cluster_2fumbgci
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19049
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6532
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22155
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27480
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8914
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/logfile_od4tmqhb.log --grpc-port=19049 --mon-port=6532 --ic-port=2304 --sqs-port=8914
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19049/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/logfile_od4tmqhb.log --grpc-port=19049 --mon-port=6532 --ic-port=2304 --sqs-port=8914
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/logfile_od4tmqhb.log', '--grpc-port=19049', '--mon-port=6532', '--ic-port=2304', '--sqs-port=8914')' in '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606624
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19049/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606625
DEBUG    ya.test:process.py:259 Command (pid 606625) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606625) elapsed time (sec): 0.29384303092956543
DEBUG    ya.test:process.py:263 Command (pid 606625) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) maxrss: 123864
DEBUG    ya.test:process.py:263 Command (pid 606625) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 606625) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 606625) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606625) nvcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 606625) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606625) stime: 0.016884
DEBUG    ya.test:process.py:263 Command (pid 606625) utime: 0.088642
DEBUG    ya.test:process.py:263 Command (pid 606625) wtime: 0.295
DEBUG    ya.test:process.py:275 Command (pid 606625) output:

DEBUG    ya.test:process.py:276 Command (pid 606625) errors:
Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606625' in '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606624' in '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_od4tmqhb.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19049/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8914
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27480
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22155
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6532
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19049
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2304
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_send_message[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestMultiplexingTablesFormatWithTenant.test_send_message[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00601d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x309d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.45s setup    test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_read_message[std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_read_message[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_send_message[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_multiplexing_tables_format.py::TestMultiplexingTablesFormatWithTenant::test_send_message[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00601d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk21/testing_out_stuff/test_multiplexing_tables_format.py.TestMultiplexingTablesFormatWithTenant.test_read_message.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x535f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.53s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_ping.py EEE

==================================== ERRORS ====================================
___________ ERROR at setup of TestPing.test_error_on_cgi_parameters ____________
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_error_on_cgi_parameters
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7491
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fb6/r3tmp/kikimr_cluster_pmrz84q3
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1690
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27526
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17529
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22737
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23392
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/logfile_od7frhxv.log --grpc-port=1690 --mon-port=27526 --ic-port=7491 --sqs-port=23392
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1690/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/logfile_od7frhxv.log --grpc-port=1690 --mon-port=27526 --ic-port=7491 --sqs-port=23392
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/logfile_od7frhxv.log', '--grpc-port=1690', '--mon-port=27526', '--ic-port=7491', '--sqs-port=23392')' in '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607440
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1690/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607441
DEBUG    ya.test:process.py:259 Command (pid 607441) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607441) elapsed time (sec): 0.18813514709472656
DEBUG    ya.test:process.py:263 Command (pid 607441) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) maxrss: 124140
DEBUG    ya.test:process.py:263 Command (pid 607441) minflt: 2611
DEBUG    ya.test:process.py:263 Command (pid 607441) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607441) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607441) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607441) stime: 0.015097
DEBUG    ya.test:process.py:263 Command (pid 607441) utime: 0.046785
DEBUG    ya.test:process.py:263 Command (pid 607441) wtime: 0.189
DEBUG    ya.test:process.py:275 Command (pid 607441) output:

DEBUG    ya.test:process.py:276 Command (pid 607441) errors:
Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607441' in '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607440' in '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_od7frhxv.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:1690/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23392
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22737
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27526
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1690
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7491
____________ ERROR at setup of TestPing.test_error_on_non_ping_path ____________
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_error_on_non_ping_path
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_____________________ ERROR at setup of TestPing.test_ping _____________________
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x329cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ping
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.27s setup    test_ping.py::TestPing::test_error_on_cgi_parameters

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_ping.py::TestPing::test_error_on_cgi_parameters - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_ping.py::TestPing::test_error_on_non_ping_path - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_ping.py::TestPing::test_ping - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fb6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk22/testing_out_stuff/test_ping.py.TestPing.test_error_on_cgi_parameters/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30637fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.65s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes_no_validation[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62847
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fba/r3tmp/kikimr_cluster_39d0ioy8
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26559
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4557
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23313
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29905
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/logfile_51ribdom.log --grpc-port=15064 --mon-port=26559 --ic-port=62847 --sqs-port=29905
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15064/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/logfile_51ribdom.log --grpc-port=15064 --mon-port=26559 --ic-port=62847 --sqs-port=29905
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/logfile_51ribdom.log', '--grpc-port=15064', '--mon-port=26559', '--ic-port=62847', '--sqs-port=29905')' in '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607408
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15064/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607409
DEBUG    ya.test:process.py:259 Command (pid 607409) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607409) elapsed time (sec): 0.22785186767578125
DEBUG    ya.test:process.py:263 Command (pid 607409) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) maxrss: 124512
DEBUG    ya.test:process.py:263 Command (pid 607409) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607409) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607409) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607409) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607409) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607409) stime: 0.015983
DEBUG    ya.test:process.py:263 Command (pid 607409) utime: 0.04795
DEBUG    ya.test:process.py:263 Command (pid 607409) wtime: 0.229
DEBUG    ya.test:process.py:275 Command (pid 607409) output:

DEBUG    ya.test:process.py:276 Command (pid 607409) errors:
Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607409' in '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607408' in '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_51ribdom.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15064/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29905
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23313
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4557
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26559
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15064
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62847
_ ERROR at setup of TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes_no_validation[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fba/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x327d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes_no_validation[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v0-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fba/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk23/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x708e3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.29s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7193ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31c37fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes_no_validation[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25782
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc2/r3tmp/kikimr_cluster_s_17m30q
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14373
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26258
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29488
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5442
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/logfile_xhat8320.log --grpc-port=20299 --mon-port=14373 --ic-port=25782 --sqs-port=5442
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20299/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/logfile_xhat8320.log --grpc-port=20299 --mon-port=14373 --ic-port=25782 --sqs-port=5442
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/logfile_xhat8320.log', '--grpc-port=20299', '--mon-port=14373', '--ic-port=25782', '--sqs-port=5442')' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607342
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20299/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607343
DEBUG    ya.test:process.py:259 Command (pid 607343) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607343) elapsed time (sec): 0.19333386421203613
DEBUG    ya.test:process.py:263 Command (pid 607343) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) maxrss: 124156
DEBUG    ya.test:process.py:263 Command (pid 607343) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 607343) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607343) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607343) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607343) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607343) stime: 0.016385
DEBUG    ya.test:process.py:263 Command (pid 607343) utime: 0.05656
DEBUG    ya.test:process.py:263 Command (pid 607343) wtime: 0.194
DEBUG    ya.test:process.py:275 Command (pid 607343) output:

DEBUG    ya.test:process.py:276 Command (pid 607343) errors:
Terminating due to uncaught exception 0x7193ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607343' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x7193ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7193ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607342' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_xhat8320.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:20299/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5442
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29488
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26258
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14373
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20299
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25782
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_custom_attributes[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x511f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_custom_attributes[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8323
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc2/r3tmp/kikimr_cluster_5gz4fngl
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4794
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28838
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22104
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65139
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/logfile_o60xlb9o.log --grpc-port=4794 --mon-port=28838 --ic-port=8323 --sqs-port=65139
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4794/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/logfile_o60xlb9o.log --grpc-port=4794 --mon-port=28838 --ic-port=8323 --sqs-port=65139
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/logfile_o60xlb9o.log', '--grpc-port=4794', '--mon-port=28838', '--ic-port=8323', '--sqs-port=65139')' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607588
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4794/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607589
DEBUG    ya.test:process.py:259 Command (pid 607589) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607589) elapsed time (sec): 0.20833182334899902
DEBUG    ya.test:process.py:263 Command (pid 607589) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) maxrss: 134712
DEBUG    ya.test:process.py:263 Command (pid 607589) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607589) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607589) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 607589) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607589) stime: 0.027032
DEBUG    ya.test:process.py:263 Command (pid 607589) utime: 0.042114
DEBUG    ya.test:process.py:263 Command (pid 607589) wtime: 0.209
DEBUG    ya.test:process.py:275 Command (pid 607589) output:

DEBUG    ya.test:process.py:276 Command (pid 607589) errors:
Terminating due to uncaught exception 0x511f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607589' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x511f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x511f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607588' in '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_o60xlb9o.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4794/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65139
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22104
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24328
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28838
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4794
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8323
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_custom_attributes[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x511f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_custom_attributes[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.37s setup    test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v0-fifo]
1.33s setup    test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v1-std]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesInCompatibilityMode::test_set_queue_attributes_no_validation[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesInCompatibilityMode.test_set_queue_attributes_no_validation.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31c37fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk24/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73febfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 4.60s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_custom_attributes[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_custom_attributes[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24587
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc0/r3tmp/kikimr_cluster_r2kmt9ub
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6319
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7054
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10048
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31760
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22735
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/logfile_egxuvtsl.log --grpc-port=6319 --mon-port=7054 --ic-port=24587 --sqs-port=22735
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6319/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/logfile_egxuvtsl.log --grpc-port=6319 --mon-port=7054 --ic-port=24587 --sqs-port=22735
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/logfile_egxuvtsl.log', '--grpc-port=6319', '--mon-port=7054', '--ic-port=24587', '--sqs-port=22735')' in '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607381
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:6319/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607382
DEBUG    ya.test:process.py:259 Command (pid 607382) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607382) elapsed time (sec): 0.28901028633117676
DEBUG    ya.test:process.py:263 Command (pid 607382) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) maxrss: 124200
DEBUG    ya.test:process.py:263 Command (pid 607382) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607382) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 607382) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607382) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607382) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607382) stime: 0.01607
DEBUG    ya.test:process.py:263 Command (pid 607382) utime: 0.088389
DEBUG    ya.test:process.py:263 Command (pid 607382) wtime: 0.29
DEBUG    ya.test:process.py:275 Command (pid 607382) output:

DEBUG    ya.test:process.py:276 Command (pid 607382) errors:
Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607382' in '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607381' in '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_egxuvtsl.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:6319/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22735
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31760
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10048
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7054
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6319
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24587
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_custom_attributes[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_custom_attributes[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_default_attributes[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51bb7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_default_attributes[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.46s setup    test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v1-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_custom_attributes[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_default_attributes[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc0/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk25/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_custom_attributes.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5331bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.89s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_default_attributes[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_default_attributes[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30193
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00604d/r3tmp/kikimr_cluster_q3qfjxe_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31661
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11524
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8772
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63697
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/logfile_cl3_u5n6.log --grpc-port=31661 --mon-port=11524 --ic-port=30193 --sqs-port=63697
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31661/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/logfile_cl3_u5n6.log --grpc-port=31661 --mon-port=11524 --ic-port=30193 --sqs-port=63697
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/logfile_cl3_u5n6.log', '--grpc-port=31661', '--mon-port=11524', '--ic-port=30193', '--sqs-port=63697')' in '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606450
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31661/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606451
DEBUG    ya.test:process.py:259 Command (pid 606451) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606451) elapsed time (sec): 0.3034834861755371
DEBUG    ya.test:process.py:263 Command (pid 606451) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) maxrss: 123888
DEBUG    ya.test:process.py:263 Command (pid 606451) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 606451) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 606451) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606451) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606451) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606451) stime: 0.008166999999999999
DEBUG    ya.test:process.py:263 Command (pid 606451) utime: 0.098007
DEBUG    ya.test:process.py:263 Command (pid 606451) wtime: 0.305
DEBUG    ya.test:process.py:275 Command (pid 606451) output:

DEBUG    ya.test:process.py:276 Command (pid 606451) errors:
Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606451' in '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606450' in '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_cl3_u5n6.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:31661/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63697
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8772
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11524
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31661
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30193
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_default_attributes[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_default_attributes[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueueAttributesValidation.test_create_queue_with_default_attributes[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x308bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_default_attributes[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.45s setup    test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_default_attributes[tables_format_v0-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_default_attributes[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_default_attributes[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_create_queue_with_default_attributes[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604d/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk26/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_create_queue_with_default_attributes.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.94s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesValidation.test_set_queue_attributes[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18920
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f0a/r3tmp/kikimr_cluster_zffgd2v7
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25556
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30415
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18024
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2471
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/logfile_8yk7x63c.log --grpc-port=25556 --mon-port=30415 --ic-port=18920 --sqs-port=2471
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25556/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/logfile_8yk7x63c.log --grpc-port=25556 --mon-port=30415 --ic-port=18920 --sqs-port=2471
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/logfile_8yk7x63c.log', '--grpc-port=25556', '--mon-port=30415', '--ic-port=18920', '--sqs-port=2471')' in '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607787
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25556/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607788
DEBUG    ya.test:process.py:259 Command (pid 607788) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607788) elapsed time (sec): 0.3414590358734131
DEBUG    ya.test:process.py:263 Command (pid 607788) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) maxrss: 123864
DEBUG    ya.test:process.py:263 Command (pid 607788) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607788) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) nivcsw: 48
DEBUG    ya.test:process.py:263 Command (pid 607788) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607788) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607788) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607788) stime: 0.017610999999999998
DEBUG    ya.test:process.py:263 Command (pid 607788) utime: 0.087809
DEBUG    ya.test:process.py:263 Command (pid 607788) wtime: 0.343
DEBUG    ya.test:process.py:275 Command (pid 607788) output:

DEBUG    ya.test:process.py:276 Command (pid 607788) errors:
Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607788' in '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607787' in '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_8yk7x63c.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:25556/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2471
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65286
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30415
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25556
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18920
_ ERROR at setup of TestQueueAttributesValidation.test_set_queue_attributes[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueueAttributesValidation.test_set_queue_attributes[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1194ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.49s setup    test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v0-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f0a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk27/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3021bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.39s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_attributes_validation.py E
test_queue_counters.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueAttributesValidation.test_set_queue_attributes[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x523f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51b8ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_set_queue_attributes[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14465
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00607c/r3tmp/kikimr_cluster_1dk5g1j9
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29914
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4231
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29622
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28832
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64046
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/logfile_bq1gg32f.log --grpc-port=29914 --mon-port=4231 --ic-port=14465 --sqs-port=64046
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29914/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/logfile_bq1gg32f.log --grpc-port=29914 --mon-port=4231 --ic-port=14465 --sqs-port=64046
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/logfile_bq1gg32f.log', '--grpc-port=29914', '--mon-port=4231', '--ic-port=14465', '--sqs-port=64046')' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606413
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29914/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606414
DEBUG    ya.test:process.py:259 Command (pid 606414) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606414) elapsed time (sec): 0.2935214042663574
DEBUG    ya.test:process.py:263 Command (pid 606414) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) maxrss: 124388
DEBUG    ya.test:process.py:263 Command (pid 606414) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 606414) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 606414) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606414) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606414) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606414) stime: 0.008010999999999999
DEBUG    ya.test:process.py:263 Command (pid 606414) utime: 0.100145
DEBUG    ya.test:process.py:263 Command (pid 606414) wtime: 0.295
DEBUG    ya.test:process.py:275 Command (pid 606414) output:

DEBUG    ya.test:process.py:276 Command (pid 606414) errors:
Terminating due to uncaught exception 0x523f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606414' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x523f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x523f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606413' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_bq1gg32f.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29914/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64046
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28832
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29622
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4231
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29914
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14465
_ ERROR at setup of TestSqsGettingCounters.test_action_duration_being_not_immediate _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x731effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_action_duration_being_not_immediate
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23120
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00607c/r3tmp/kikimr_cluster_452wlmu3
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7436
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8412
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25646
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1990
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/logfile_k3_asn7q.log --grpc-port=7436 --mon-port=8412 --ic-port=23120 --sqs-port=17380
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7436/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/logfile_k3_asn7q.log --grpc-port=7436 --mon-port=8412 --ic-port=23120 --sqs-port=17380
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/logfile_k3_asn7q.log', '--grpc-port=7436', '--mon-port=8412', '--ic-port=23120', '--sqs-port=17380')' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606635
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7436/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606636
DEBUG    ya.test:process.py:259 Command (pid 606636) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606636) elapsed time (sec): 0.31497621536254883
DEBUG    ya.test:process.py:263 Command (pid 606636) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) maxrss: 133664
DEBUG    ya.test:process.py:263 Command (pid 606636) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 606636) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 606636) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606636) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606636) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606636) stime: 0.014098
DEBUG    ya.test:process.py:263 Command (pid 606636) utime: 0.09415699999999999
DEBUG    ya.test:process.py:263 Command (pid 606636) wtime: 0.316
DEBUG    ya.test:process.py:275 Command (pid 606636) output:

DEBUG    ya.test:process.py:276 Command (pid 606636) errors:
Terminating due to uncaught exception 0x31ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606636' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x31ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606635' in '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_k3_asn7q.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7436/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17380
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1990
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25646
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8412
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7436
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23120
_ ERROR at setup of TestSqsGettingCounters.test_counters_when_reading_from_empty_queue _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00607c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x731effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_counters_when_reading_from_empty_queue
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.47s setup    test_queue_counters.py::TestSqsGettingCounters::test_action_duration_being_not_immediate
0.41s setup    test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v1-std]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_attributes_validation.py::TestQueueAttributesValidation::test_set_queue_attributes[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_attributes_validation.py.TestQueueAttributesValidation.test_set_queue_attributes.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51b8ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_action_duration_being_not_immediate - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x731effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_counters_when_reading_from_empty_queue - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00607c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk28/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_action_duration_being_not_immediate/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x731effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.10s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_counters.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsGettingCounters.test_counters_when_sending_duplicates _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_counters_when_sending_duplicates
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12014
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd1/r3tmp/kikimr_cluster_q7hpnuii
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19223
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8118
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26853
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20278
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25840
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/logfile_usl6jr0a.log --grpc-port=19223 --mon-port=8118 --ic-port=12014 --sqs-port=25840
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19223/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/logfile_usl6jr0a.log --grpc-port=19223 --mon-port=8118 --ic-port=12014 --sqs-port=25840
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/logfile_usl6jr0a.log', '--grpc-port=19223', '--mon-port=8118', '--ic-port=12014', '--sqs-port=25840')' in '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607262
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19223/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607265
DEBUG    ya.test:process.py:259 Command (pid 607265) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607265) elapsed time (sec): 0.34957242012023926
DEBUG    ya.test:process.py:263 Command (pid 607265) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) maxrss: 124184
DEBUG    ya.test:process.py:263 Command (pid 607265) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607265) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607265) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607265) nvcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 607265) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607265) stime: 0.016458999999999998
DEBUG    ya.test:process.py:263 Command (pid 607265) utime: 0.07406599999999999
DEBUG    ya.test:process.py:263 Command (pid 607265) wtime: 0.351
DEBUG    ya.test:process.py:275 Command (pid 607265) output:

DEBUG    ya.test:process.py:276 Command (pid 607265) errors:
Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607265' in '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607262' in '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_usl6jr0a.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:19223/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25840
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20278
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26853
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8118
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19223
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12014
_ ERROR at setup of TestSqsGettingCounters.test_counters_when_sending_reading_deleting _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_counters_when_sending_reading_deleting
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
______ ERROR at setup of TestSqsGettingCounters.test_purge_queue_counters ______
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue_counters
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.45s setup    test_queue_counters.py::TestSqsGettingCounters::test_counters_when_sending_duplicates

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_counters.py::TestSqsGettingCounters::test_counters_when_sending_duplicates - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_counters_when_sending_reading_deleting - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_purge_queue_counters - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk29/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_counters_when_sending_duplicates/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11a3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.61s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_counters.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_receive_attempts_are_counted_separately_for_messages_in_one_batch
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1152
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fdb/r3tmp/kikimr_cluster_fyosklxa
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24307
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5921
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7724
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21375
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23154
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/logfile_fx0_lon7.log --grpc-port=24307 --mon-port=5921 --ic-port=1152 --sqs-port=23154
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24307/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/logfile_fx0_lon7.log --grpc-port=24307 --mon-port=5921 --ic-port=1152 --sqs-port=23154
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/logfile_fx0_lon7.log', '--grpc-port=24307', '--mon-port=5921', '--ic-port=1152', '--sqs-port=23154')' in '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607217
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24307/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607218
DEBUG    ya.test:process.py:259 Command (pid 607218) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607218) elapsed time (sec): 0.34350037574768066
DEBUG    ya.test:process.py:263 Command (pid 607218) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) maxrss: 124112
DEBUG    ya.test:process.py:263 Command (pid 607218) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607218) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 607218) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607218) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607218) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607218) stime: 0.009103
DEBUG    ya.test:process.py:263 Command (pid 607218) utime: 0.100135
DEBUG    ya.test:process.py:263 Command (pid 607218) wtime: 0.345
DEBUG    ya.test:process.py:275 Command (pid 607218) output:

DEBUG    ya.test:process.py:276 Command (pid 607218) errors:
Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607218' in '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607217' in '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_fx0_lon7.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:24307/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23154
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21375
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7724
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5921
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24307
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1152
_ ERROR at setup of TestSqsGettingCounters.test_receive_message_immediate_duration_counter _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_receive_message_immediate_duration_counter
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
______ ERROR at setup of TestSqsGettingCounters.test_sqs_action_counters _______
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_sqs_action_counters
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.50s setup    test_queue_counters.py::TestSqsGettingCounters::test_receive_attempts_are_counted_separately_for_messages_in_one_batch

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_counters.py::TestSqsGettingCounters::test_receive_attempts_are_counted_separately_for_messages_in_one_batch - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_receive_message_immediate_duration_counter - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_counters.py::TestSqsGettingCounters::test_sqs_action_counters - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdb/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk30/testing_out_stuff/test_queue_counters.py.TestSqsGettingCounters.test_receive_attempts_are_counted_separately_for_messages_in_one_batch/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7182bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.66s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueTags.test_invalid_tag_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_tag_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5380
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fe6/r3tmp/kikimr_cluster_qid4yihk
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62840
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63514
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26196
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12987
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11156
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/logfile_4a_xdkhr.log --grpc-port=62840 --mon-port=63514 --ic-port=5380 --sqs-port=11156
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62840/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/logfile_4a_xdkhr.log --grpc-port=62840 --mon-port=63514 --ic-port=5380 --sqs-port=11156
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/logfile_4a_xdkhr.log', '--grpc-port=62840', '--mon-port=63514', '--ic-port=5380', '--sqs-port=11156')' in '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607090
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62840/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607092
DEBUG    ya.test:process.py:259 Command (pid 607092) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607092) elapsed time (sec): 0.23106002807617188
DEBUG    ya.test:process.py:263 Command (pid 607092) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) maxrss: 124276
DEBUG    ya.test:process.py:263 Command (pid 607092) minflt: 2650
DEBUG    ya.test:process.py:263 Command (pid 607092) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 607092) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607092) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607092) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607092) stime: 0.015248999999999999
DEBUG    ya.test:process.py:263 Command (pid 607092) utime: 0.085114
DEBUG    ya.test:process.py:263 Command (pid 607092) wtime: 0.232
DEBUG    ya.test:process.py:275 Command (pid 607092) output:

DEBUG    ya.test:process.py:276 Command (pid 607092) errors:
Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607092' in '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607090' in '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_4a_xdkhr.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:62840/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11156
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12987
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26196
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62840
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5380
_ ERROR at setup of TestQueueTags.test_invalid_tag_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_tag_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueueTags.test_invalid_tag_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13633fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_tag_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v0-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk31/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70927fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.82s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueTags.test_invalid_tag_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_invalid_tag_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13406
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fcf/r3tmp/kikimr_cluster_22m1udpc
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29986
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8761
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8510
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16781
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/logfile_8t59sb2v.log --grpc-port=8902 --mon-port=29986 --ic-port=13406 --sqs-port=16781
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8902/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/logfile_8t59sb2v.log --grpc-port=8902 --mon-port=29986 --ic-port=13406 --sqs-port=16781
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/logfile_8t59sb2v.log', '--grpc-port=8902', '--mon-port=29986', '--ic-port=13406', '--sqs-port=16781')' in '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607279
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8902/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607280
DEBUG    ya.test:process.py:259 Command (pid 607280) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607280) elapsed time (sec): 0.10960125923156738
DEBUG    ya.test:process.py:263 Command (pid 607280) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) maxrss: 123904
DEBUG    ya.test:process.py:263 Command (pid 607280) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607280) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 607280) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607280) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607280) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607280) stime: 0.00785
DEBUG    ya.test:process.py:263 Command (pid 607280) utime: 0.09812699999999999
DEBUG    ya.test:process.py:263 Command (pid 607280) wtime: 0.111
DEBUG    ya.test:process.py:275 Command (pid 607280) output:

DEBUG    ya.test:process.py:276 Command (pid 607280) errors:
Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607280' in '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607279' in '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_8t59sb2v.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:8902/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16781
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8510
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8761
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29986
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13406
_ ERROR at setup of TestQueueTags.test_list_queue_tags[tables_format_v0-fifo] __
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_queue_tags[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
__ ERROR at setup of TestQueueTags.test_list_queue_tags[tables_format_v0-std] __
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73247fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_queue_tags[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.27s setup    test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v1-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_invalid_tag_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_list_queue_tags[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_list_queue_tags[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fcf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk32/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_invalid_tag_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33a83fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.39s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueueTags.test_list_queue_tags[tables_format_v1-fifo] __
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_queue_tags[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11403
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005ff2/r3tmp/kikimr_cluster_tb125amc
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3765
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9238
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2366
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63705
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/logfile_ffevf9wq.log --grpc-port=9978 --mon-port=3765 --ic-port=11403 --sqs-port=63705
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9978/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/logfile_ffevf9wq.log --grpc-port=9978 --mon-port=3765 --ic-port=11403 --sqs-port=63705
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/logfile_ffevf9wq.log', '--grpc-port=9978', '--mon-port=3765', '--ic-port=11403', '--sqs-port=63705')' in '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606971
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9978/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606972
DEBUG    ya.test:process.py:259 Command (pid 606972) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606972) elapsed time (sec): 0.2695658206939697
DEBUG    ya.test:process.py:263 Command (pid 606972) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) maxrss: 124352
DEBUG    ya.test:process.py:263 Command (pid 606972) minflt: 2686
DEBUG    ya.test:process.py:263 Command (pid 606972) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 606972) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606972) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606972) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606972) stime: 0.014903999999999999
DEBUG    ya.test:process.py:263 Command (pid 606972) utime: 0.085655
DEBUG    ya.test:process.py:263 Command (pid 606972) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 606972) output:

DEBUG    ya.test:process.py:276 Command (pid 606972) errors:
Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606972' in '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606971' in '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ffevf9wq.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:9978/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63705
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2366
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9238
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3765
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9978
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11403
__ ERROR at setup of TestQueueTags.test_list_queue_tags[tables_format_v1-std] __
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_list_queue_tags[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____ ERROR at setup of TestQueueTags.test_tag_queue[tables_format_v0-fifo] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30f97fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_tag_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.36s setup    test_queue_tags.py::TestQueueTags::test_list_queue_tags[tables_format_v1-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_list_queue_tags[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_list_queue_tags[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_tag_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005ff2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk33/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_list_queue_tags.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.33s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py EEE

==================================== ERRORS ====================================
_____ ERROR at setup of TestQueueTags.test_tag_queue[tables_format_v0-std] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_tag_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12188
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f25/r3tmp/kikimr_cluster_3xkfxmn2
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23755
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27305
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64852
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10711
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14849
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/logfile_zz45a5f8.log --grpc-port=23755 --mon-port=27305 --ic-port=12188 --sqs-port=14849
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23755/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/logfile_zz45a5f8.log --grpc-port=23755 --mon-port=27305 --ic-port=12188 --sqs-port=14849
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/logfile_zz45a5f8.log', '--grpc-port=23755', '--mon-port=27305', '--ic-port=12188', '--sqs-port=14849')' in '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607662
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23755/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607663
DEBUG    ya.test:process.py:259 Command (pid 607663) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607663) elapsed time (sec): 0.26184940338134766
DEBUG    ya.test:process.py:263 Command (pid 607663) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) maxrss: 124252
DEBUG    ya.test:process.py:263 Command (pid 607663) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607663) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 607663) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607663) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607663) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607663) stime: 0.009907
DEBUG    ya.test:process.py:263 Command (pid 607663) utime: 0.068046
DEBUG    ya.test:process.py:263 Command (pid 607663) wtime: 0.263
DEBUG    ya.test:process.py:275 Command (pid 607663) output:

DEBUG    ya.test:process.py:276 Command (pid 607663) errors:
Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607663' in '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607662' in '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_zz45a5f8.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:23755/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14849
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10711
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64852
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27305
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23755
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12188
____ ERROR at setup of TestQueueTags.test_tag_queue[tables_format_v1-fifo] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_tag_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_____ ERROR at setup of TestQueueTags.test_tag_queue[tables_format_v1-std] _____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f25/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11e5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_tag_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.38s setup    test_queue_tags.py::TestQueueTags::test_tag_queue[tables_format_v0-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_tag_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_tag_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_tag_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f25/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk34/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_tag_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50ceffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.49s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py EEE

==================================== ERRORS ====================================
___ ERROR at setup of TestQueueTags.test_untag_queue[tables_format_v0-fifo] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_untag_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25395
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fee/r3tmp/kikimr_cluster_ua0c9sc5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9360
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26627
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15058
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12963
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/logfile__46qd6ai.log --grpc-port=3315 --mon-port=9360 --ic-port=25395 --sqs-port=12963
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3315/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/logfile__46qd6ai.log --grpc-port=3315 --mon-port=9360 --ic-port=25395 --sqs-port=12963
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/logfile__46qd6ai.log', '--grpc-port=3315', '--mon-port=9360', '--ic-port=25395', '--sqs-port=12963')' in '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607027
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3315/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607028
DEBUG    ya.test:process.py:259 Command (pid 607028) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607028) elapsed time (sec): 0.22916221618652344
DEBUG    ya.test:process.py:263 Command (pid 607028) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) maxrss: 124340
DEBUG    ya.test:process.py:263 Command (pid 607028) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607028) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607028) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607028) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607028) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607028) stime: 0.012306
DEBUG    ya.test:process.py:263 Command (pid 607028) utime: 0.09024499999999999
DEBUG    ya.test:process.py:263 Command (pid 607028) wtime: 0.23
DEBUG    ya.test:process.py:275 Command (pid 607028) output:

DEBUG    ya.test:process.py:276 Command (pid 607028) errors:
Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607028' in '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607027' in '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile__46qd6ai.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:3315/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15058
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26627
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9360
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3315
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25395
____ ERROR at setup of TestQueueTags.test_untag_queue[tables_format_v0-std] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_untag_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
___ ERROR at setup of TestQueueTags.test_untag_queue[tables_format_v1-fifo] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fee/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x328d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_untag_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.40s setup    test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v0-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fee/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk35/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70ddffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.47s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queue_tags.py E
test_queues_managing.py EE

==================================== ERRORS ====================================
____ ERROR at setup of TestQueueTags.test_untag_queue[tables_format_v1-std] ____
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x325cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30c4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_untag_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2415
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc6/r3tmp/kikimr_cluster_ov6grk4_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15932
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16130
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31474
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5698
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/logfile_bmyltdoo.log --grpc-port=15932 --mon-port=27963 --ic-port=2415 --sqs-port=5698
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15932/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/logfile_bmyltdoo.log --grpc-port=15932 --mon-port=27963 --ic-port=2415 --sqs-port=5698
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/logfile_bmyltdoo.log', '--grpc-port=15932', '--mon-port=27963', '--ic-port=2415', '--sqs-port=5698')' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607363
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15932/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607364
DEBUG    ya.test:process.py:259 Command (pid 607364) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607364) elapsed time (sec): 0.21016383171081543
DEBUG    ya.test:process.py:263 Command (pid 607364) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) maxrss: 124216
DEBUG    ya.test:process.py:263 Command (pid 607364) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607364) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607364) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607364) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607364) stime: 0.014745999999999999
DEBUG    ya.test:process.py:263 Command (pid 607364) utime: 0.08594
DEBUG    ya.test:process.py:263 Command (pid 607364) wtime: 0.211
DEBUG    ya.test:process.py:275 Command (pid 607364) output:

DEBUG    ya.test:process.py:276 Command (pid 607364) errors:
Terminating due to uncaught exception 0x325cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607364' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x325cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x325cbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607363' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_bmyltdoo.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15932/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5698
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31474
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15932
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2415
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10a0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32163fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_fifo_queue_wo_postfix[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21943
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc6/r3tmp/kikimr_cluster_4_vyd78d
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25538
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4526
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22042
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_9onz4f33.log --grpc-port=25538 --mon-port=4526 --ic-port=21943 --sqs-port=22042
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25538/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_9onz4f33.log --grpc-port=25538 --mon-port=4526 --ic-port=21943 --sqs-port=22042
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_9onz4f33.log', '--grpc-port=25538', '--mon-port=4526', '--ic-port=21943', '--sqs-port=22042')' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607656
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25538/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607657
DEBUG    ya.test:process.py:259 Command (pid 607657) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607657) elapsed time (sec): 0.28714466094970703
DEBUG    ya.test:process.py:263 Command (pid 607657) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) maxrss: 134736
DEBUG    ya.test:process.py:263 Command (pid 607657) minflt: 2620
DEBUG    ya.test:process.py:263 Command (pid 607657) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607657) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607657) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607657) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607657) stime: 0.023483
DEBUG    ya.test:process.py:263 Command (pid 607657) utime: 0.082193
DEBUG    ya.test:process.py:263 Command (pid 607657) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 607657) output:

DEBUG    ya.test:process.py:276 Command (pid 607657) errors:
Terminating due to uncaught exception 0x10a0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607657' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x10a0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x10a0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607656' in '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_9onz4f33.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:25538/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22042
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28267
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4526
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25538
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21943
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10a0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32163fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_fifo_queue_wo_postfix[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v1-std]
0.43s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_fifo_queue_wo_postfix[tables_format_v0]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queue_tags.py::TestQueueTags::test_untag_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queue_tags.py.TestQueueTags.test_untag_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30c4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_fifo_queue_wo_postfix[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32163fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_fifo_queue_wo_postfix[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk36/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32163fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.86s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22906
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f12/r3tmp/kikimr_cluster_hibrkklx
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22062
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16900
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2638
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5843
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63715
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/logfile_oqhiqvhx.log --grpc-port=22062 --mon-port=16900 --ic-port=22906 --sqs-port=63715
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22062/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/logfile_oqhiqvhx.log --grpc-port=22062 --mon-port=16900 --ic-port=22906 --sqs-port=63715
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/logfile_oqhiqvhx.log', '--grpc-port=22062', '--mon-port=16900', '--ic-port=22906', '--sqs-port=63715')' in '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607664
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22062/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607665
DEBUG    ya.test:process.py:259 Command (pid 607665) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607665) elapsed time (sec): 0.3463780879974365
DEBUG    ya.test:process.py:263 Command (pid 607665) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) maxrss: 123760
DEBUG    ya.test:process.py:263 Command (pid 607665) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607665) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607665) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607665) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607665) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607665) stime: 0.012595
DEBUG    ya.test:process.py:263 Command (pid 607665) utime: 0.08397
DEBUG    ya.test:process.py:263 Command (pid 607665) wtime: 0.347
DEBUG    ya.test:process.py:275 Command (pid 607665) output:

DEBUG    ya.test:process.py:276 Command (pid 607665) errors:
Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607665' in '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607664' in '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_oqhiqvhx.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22062/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5843
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16900
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22062
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22906
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f12/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30e57fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.45s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v0-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f12/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk37/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72607fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.44s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8230
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fec/r3tmp/kikimr_cluster_0t8um90c
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6384
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4833
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25876
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7038
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24097
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/logfile_jqjda3tt.log --grpc-port=6384 --mon-port=4833 --ic-port=8230 --sqs-port=24097
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:6384/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/logfile_jqjda3tt.log --grpc-port=6384 --mon-port=4833 --ic-port=8230 --sqs-port=24097
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/logfile_jqjda3tt.log', '--grpc-port=6384', '--mon-port=4833', '--ic-port=8230', '--sqs-port=24097')' in '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607060
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:6384/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607063
DEBUG    ya.test:process.py:259 Command (pid 607063) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607063) elapsed time (sec): 0.2664368152618408
DEBUG    ya.test:process.py:263 Command (pid 607063) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) maxrss: 124304
DEBUG    ya.test:process.py:263 Command (pid 607063) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607063) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 607063) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607063) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607063) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607063) stime: 0.023284
DEBUG    ya.test:process.py:263 Command (pid 607063) utime: 0.081497
DEBUG    ya.test:process.py:263 Command (pid 607063) wtime: 0.268
DEBUG    ya.test:process.py:275 Command (pid 607063) output:

DEBUG    ya.test:process.py:276 Command (pid 607063) errors:
Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607063' in '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607060' in '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_jqjda3tt.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:6384/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24097
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7038
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25876
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4833
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6384
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8230
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_generates_event[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_generates_event[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_generates_event[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fec/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x533f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_generates_event[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.42s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v1-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue_generates_event[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue_generates_event[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fec/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk38/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x528a3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.24s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_invalid_name[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1964
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc1/r3tmp/kikimr_cluster_40x7j9fu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13593
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6975
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30074
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/logfile_4o3wgej9.log --grpc-port=27355 --mon-port=28942 --ic-port=1964 --sqs-port=30074
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27355/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/logfile_4o3wgej9.log --grpc-port=27355 --mon-port=28942 --ic-port=1964 --sqs-port=30074
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/logfile_4o3wgej9.log', '--grpc-port=27355', '--mon-port=28942', '--ic-port=1964', '--sqs-port=30074')' in '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607386
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27355/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607387
DEBUG    ya.test:process.py:259 Command (pid 607387) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607387) elapsed time (sec): 0.25936150550842285
DEBUG    ya.test:process.py:263 Command (pid 607387) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) maxrss: 123908
DEBUG    ya.test:process.py:263 Command (pid 607387) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607387) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 607387) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607387) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607387) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607387) stime: 0.013346
DEBUG    ya.test:process.py:263 Command (pid 607387) utime: 0.08999399999999999
DEBUG    ya.test:process.py:263 Command (pid 607387) wtime: 0.26
DEBUG    ya.test:process.py:275 Command (pid 607387) output:

DEBUG    ya.test:process.py:276 Command (pid 607387) errors:
Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607387' in '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607386' in '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_4o3wgej9.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:27355/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30074
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6975
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13593
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27355
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1964
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_invalid_name[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x535effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_and_create_queue[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.44s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue_with_invalid_name[tables_format_v0]
0.01s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_and_create_queue[fifo]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue_with_invalid_name[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_create_queue_with_invalid_name[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_and_create_queue[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc1/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk39/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_create_queue_with_invalid_name.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.76s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_and_create_queue[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20970
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f05/r3tmp/kikimr_cluster_rsqceog0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8178
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65291
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23062
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24559
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/logfile_spceq7ol.log --grpc-port=8178 --mon-port=7152 --ic-port=20970 --sqs-port=24559
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8178/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/logfile_spceq7ol.log --grpc-port=8178 --mon-port=7152 --ic-port=20970 --sqs-port=24559
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/logfile_spceq7ol.log', '--grpc-port=8178', '--mon-port=7152', '--ic-port=20970', '--sqs-port=24559')' in '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607865
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8178/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607866
DEBUG    ya.test:process.py:259 Command (pid 607866) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607866) elapsed time (sec): 0.254274845123291
DEBUG    ya.test:process.py:263 Command (pid 607866) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) maxrss: 124272
DEBUG    ya.test:process.py:263 Command (pid 607866) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607866) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607866) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607866) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607866) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607866) stime: 0.008326
DEBUG    ya.test:process.py:263 Command (pid 607866) utime: 0.09159199999999999
DEBUG    ya.test:process.py:263 Command (pid 607866) wtime: 0.257
DEBUG    ya.test:process.py:275 Command (pid 607866) output:

DEBUG    ya.test:process.py:276 Command (pid 607866) errors:
Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607866' in '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607865' in '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_spceq7ol.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:8178/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24559
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23062
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65291
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7152
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8178
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20970
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f05/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.41s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_and_create_queue[std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_and_create_queue[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f05/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk40/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_and_create_queue.std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52187fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.61s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18550
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006018/r3tmp/kikimr_cluster_4l_7tvxl
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30441
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7583
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14582
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5777
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19682
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/logfile_j1n3t0ly.log --grpc-port=30441 --mon-port=7583 --ic-port=18550 --sqs-port=19682
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30441/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/logfile_j1n3t0ly.log --grpc-port=30441 --mon-port=7583 --ic-port=18550 --sqs-port=19682
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/logfile_j1n3t0ly.log', '--grpc-port=30441', '--mon-port=7583', '--ic-port=18550', '--sqs-port=19682')' in '/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30441/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606651
DEBUG    ya.test:process.py:259 Command (pid 606651) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606651) elapsed time (sec): 0.2399921417236328
DEBUG    ya.test:process.py:263 Command (pid 606651) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) maxrss: 124100
DEBUG    ya.test:process.py:263 Command (pid 606651) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 606651) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) nivcsw: 52
DEBUG    ya.test:process.py:263 Command (pid 606651) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606651) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606651) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606651) stime: 0.012792999999999999
DEBUG    ya.test:process.py:263 Command (pid 606651) utime: 0.090311
DEBUG    ya.test:process.py:263 Command (pid 606651) wtime: 0.241
DEBUG    ya.test:process.py:275 Command (pid 606651) output:

DEBUG    ya.test:process.py:276 Command (pid 606651) errors:
Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606651' in '/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606650' in '/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_j1n3t0ly.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:30441/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19682
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5777
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14582
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7583
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30441
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18550
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006018/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52597fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue_batch[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.33s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue[tables_format_v1-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue_batch[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006018/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk41/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52d0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.44s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue_batch[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2580
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fda/r3tmp/kikimr_cluster_i3_0gtjm
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20967
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63209
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8578
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63395
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/logfile_1mofqasa.log --grpc-port=20967 --mon-port=63209 --ic-port=2580 --sqs-port=63395
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20967/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/logfile_1mofqasa.log --grpc-port=20967 --mon-port=63209 --ic-port=2580 --sqs-port=63395
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/logfile_1mofqasa.log', '--grpc-port=20967', '--mon-port=63209', '--ic-port=2580', '--sqs-port=63395')' in '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607242
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20967/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607243
DEBUG    ya.test:process.py:259 Command (pid 607243) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607243) elapsed time (sec): 0.3334629535675049
DEBUG    ya.test:process.py:263 Command (pid 607243) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) maxrss: 124152
DEBUG    ya.test:process.py:263 Command (pid 607243) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607243) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 607243) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607243) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607243) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607243) stime: 0.011254
DEBUG    ya.test:process.py:263 Command (pid 607243) utime: 0.093427
DEBUG    ya.test:process.py:263 Command (pid 607243) wtime: 0.335
DEBUG    ya.test:process.py:275 Command (pid 607243) output:

DEBUG    ya.test:process.py:276 Command (pid 607243) errors:
Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607243' in '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607242' in '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_1mofqasa.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:20967/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63395
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8578
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29584
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63209
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20967
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2580
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fda/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12ff7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.48s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue_batch[tables_format_v1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_delete_queue_batch[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fda/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk42/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_delete_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.70s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9694
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fed/r3tmp/kikimr_cluster_5ns8s8mb
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16398
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8490
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4874
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27064
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3316
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/logfile_azdnzt9x.log --grpc-port=16398 --mon-port=8490 --ic-port=9694 --sqs-port=3316
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16398/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/logfile_azdnzt9x.log --grpc-port=16398 --mon-port=8490 --ic-port=9694 --sqs-port=3316
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/logfile_azdnzt9x.log', '--grpc-port=16398', '--mon-port=8490', '--ic-port=9694', '--sqs-port=3316')' in '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607052
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16398/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607055
DEBUG    ya.test:process.py:259 Command (pid 607055) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607055) elapsed time (sec): 0.28621578216552734
DEBUG    ya.test:process.py:263 Command (pid 607055) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) maxrss: 124032
DEBUG    ya.test:process.py:263 Command (pid 607055) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607055) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 607055) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607055) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 607055) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607055) stime: 0.017181
DEBUG    ya.test:process.py:263 Command (pid 607055) utime: 0.08517899999999999
DEBUG    ya.test:process.py:263 Command (pid 607055) wtime: 0.287
DEBUG    ya.test:process.py:275 Command (pid 607055) output:

DEBUG    ya.test:process.py:276 Command (pid 607055) errors:
Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607055' in '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607052' in '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_azdnzt9x.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:16398/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3316
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27064
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4874
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8490
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16398
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9694
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fed/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12467fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue_batch[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.40s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue[tables_format_v1-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue_batch[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fed/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk43/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1376bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.30s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue_batch[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26350
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fc5/r3tmp/kikimr_cluster_g6l5vocu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11420
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17581
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1105
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29903
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14087
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/logfile_e7qixzc2.log --grpc-port=11420 --mon-port=17581 --ic-port=26350 --sqs-port=14087
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11420/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/logfile_e7qixzc2.log --grpc-port=11420 --mon-port=17581 --ic-port=26350 --sqs-port=14087
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/logfile_e7qixzc2.log', '--grpc-port=11420', '--mon-port=17581', '--ic-port=26350', '--sqs-port=14087')' in '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607365
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11420/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607366
DEBUG    ya.test:process.py:259 Command (pid 607366) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607366) elapsed time (sec): 0.32253527641296387
DEBUG    ya.test:process.py:263 Command (pid 607366) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) maxrss: 124256
DEBUG    ya.test:process.py:263 Command (pid 607366) minflt: 2653
DEBUG    ya.test:process.py:263 Command (pid 607366) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607366) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607366) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607366) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607366) stime: 0.012275
DEBUG    ya.test:process.py:263 Command (pid 607366) utime: 0.09002
DEBUG    ya.test:process.py:263 Command (pid 607366) wtime: 0.324
DEBUG    ya.test:process.py:275 Command (pid 607366) output:

DEBUG    ya.test:process.py:276 Command (pid 607366) errors:
Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607366' in '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607365' in '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_e7qixzc2.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:11420/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14087
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29903
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1105
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17581
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11420
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26350
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_queues_count_over_limit[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_queues_count_over_limit[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_queues_count_over_limit[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3012ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_queues_count_over_limit[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.47s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue_batch[tables_format_v1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_purge_queue_batch[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_queues_count_over_limit[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_queues_count_over_limit[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fc5/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk44/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_purge_queue_batch.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.35s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_remove_queue_generates_event[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63635
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fbc/r3tmp/kikimr_cluster_lc0up5au
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15557
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23710
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8464
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6990
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/logfile_wvzyff3z.log --grpc-port=15557 --mon-port=23710 --ic-port=63635 --sqs-port=6990
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15557/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/logfile_wvzyff3z.log --grpc-port=15557 --mon-port=23710 --ic-port=63635 --sqs-port=6990
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/logfile_wvzyff3z.log', '--grpc-port=15557', '--mon-port=23710', '--ic-port=63635', '--sqs-port=6990')' in '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607392
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15557/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607393
DEBUG    ya.test:process.py:259 Command (pid 607393) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607393) elapsed time (sec): 0.2900419235229492
DEBUG    ya.test:process.py:263 Command (pid 607393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) maxrss: 124328
DEBUG    ya.test:process.py:263 Command (pid 607393) minflt: 2638
DEBUG    ya.test:process.py:263 Command (pid 607393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 607393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607393) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607393) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607393) stime: 0.020073
DEBUG    ya.test:process.py:263 Command (pid 607393) utime: 0.081869
DEBUG    ya.test:process.py:263 Command (pid 607393) wtime: 0.291
DEBUG    ya.test:process.py:275 Command (pid 607393) output:

DEBUG    ya.test:process.py:276 Command (pid 607393) errors:
Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607393' in '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607392' in '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_wvzyff3z.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15557/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6990
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8464
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10333
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15557
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63635
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_remove_queue_generates_event[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7072ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.38s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_remove_queue_generates_event[tables_format_v0]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_remove_queue_generates_event[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_remove_queue_generates_event[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_request_to_deleted_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbc/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk45/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_remove_queue_generates_event.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ea7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.53s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27973
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd6/r3tmp/kikimr_cluster_1rq2xg_e
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22632
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1815
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16020
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13199
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19371
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/logfile_1qjonft8.log --grpc-port=22632 --mon-port=1815 --ic-port=27973 --sqs-port=19371
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22632/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/logfile_1qjonft8.log --grpc-port=22632 --mon-port=1815 --ic-port=27973 --sqs-port=19371
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/logfile_1qjonft8.log', '--grpc-port=22632', '--mon-port=1815', '--ic-port=27973', '--sqs-port=19371')' in '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607196
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22632/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607198
DEBUG    ya.test:process.py:259 Command (pid 607198) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607198) elapsed time (sec): 0.3033125400543213
DEBUG    ya.test:process.py:263 Command (pid 607198) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) maxrss: 124240
DEBUG    ya.test:process.py:263 Command (pid 607198) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607198) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 607198) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607198) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607198) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607198) stime: 0.012109
DEBUG    ya.test:process.py:263 Command (pid 607198) utime: 0.09687599999999999
DEBUG    ya.test:process.py:263 Command (pid 607198) wtime: 0.304
DEBUG    ya.test:process.py:275 Command (pid 607198) output:

DEBUG    ya.test:process.py:276 Command (pid 607198) errors:
Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607198' in '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607196' in '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_1qjonft8.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22632/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19371
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13199
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16020
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1815
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22632
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27973
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3101bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.46s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_request_to_deleted_queue[tables_format_v0-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_request_to_deleted_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_request_to_deleted_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_request_to_deleted_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd6/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk46/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_request_to_deleted_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3195ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.39s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11763fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x111d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ya_count_queues[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18642
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00605c/r3tmp/kikimr_cluster_y3p75nxi
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21552
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21553
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62507
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62507
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62508
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9711
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13371
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31561
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/logfile_5e9ze25j.log --grpc-port=21553 --mon-port=62508 --ic-port=18642 --sqs-port=31561
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21553/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/logfile_5e9ze25j.log --grpc-port=21553 --mon-port=62508 --ic-port=18642 --sqs-port=31561
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/logfile_5e9ze25j.log', '--grpc-port=21553', '--mon-port=62508', '--ic-port=18642', '--sqs-port=31561')' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606409
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21553/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606410
DEBUG    ya.test:process.py:259 Command (pid 606410) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606410) elapsed time (sec): 0.2912406921386719
DEBUG    ya.test:process.py:263 Command (pid 606410) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) maxrss: 123940
DEBUG    ya.test:process.py:263 Command (pid 606410) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 606410) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 606410) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606410) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606410) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606410) stime: 0.016708999999999998
DEBUG    ya.test:process.py:263 Command (pid 606410) utime: 0.091901
DEBUG    ya.test:process.py:263 Command (pid 606410) wtime: 0.292
DEBUG    ya.test:process.py:275 Command (pid 606410) output:

DEBUG    ya.test:process.py:276 Command (pid 606410) errors:
Terminating due to uncaught exception 0x11763fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606410' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x11763fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x11763fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606409' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_5e9ze25j.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21553/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13371
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9711
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62508
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21553
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18642
_ ERROR at setup of TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11763fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x111d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ya_count_queues[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73a4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x139a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_fifo_queue_wo_postfix[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10186
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00605c/r3tmp/kikimr_cluster_38rgl6fq
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21529
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12433
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21623
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19609
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27133
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_44ofi2rx.log --grpc-port=21529 --mon-port=12433 --ic-port=10186 --sqs-port=27133
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21529/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_44ofi2rx.log --grpc-port=21529 --mon-port=12433 --ic-port=10186 --sqs-port=27133
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/logfile_44ofi2rx.log', '--grpc-port=21529', '--mon-port=12433', '--ic-port=10186', '--sqs-port=27133')' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606674
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21529/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606676
DEBUG    ya.test:process.py:259 Command (pid 606676) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606676) elapsed time (sec): 0.2969932556152344
DEBUG    ya.test:process.py:263 Command (pid 606676) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) maxrss: 136424
DEBUG    ya.test:process.py:263 Command (pid 606676) minflt: 2684
DEBUG    ya.test:process.py:263 Command (pid 606676) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 606676) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606676) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606676) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606676) stime: 0.013168
DEBUG    ya.test:process.py:263 Command (pid 606676) utime: 0.09168699999999999
DEBUG    ya.test:process.py:263 Command (pid 606676) wtime: 0.298
DEBUG    ya.test:process.py:275 Command (pid 606676) output:

DEBUG    ya.test:process.py:276 Command (pid 606676) errors:
Terminating due to uncaught exception 0x73a4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606676' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x73a4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73a4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606674' in '/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_44ofi2rx.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21529/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27133
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19609
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21623
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12433
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10186
============================== slowest durations ===============================
0.41s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_create_fifo_queue_wo_postfix[tables_format_v0]
0.40s setup    test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_ya_count_queues[tables_format_v0]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_ya_count_queues[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x111d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithPathTestQueuesManagingWithPath::test_ya_count_queues[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithPathTestQueuesManagingWithPath.test_ya_count_queues.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x111d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_fifo_queue_wo_postfix[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00605c/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk47/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x139a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.06s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_fifo_queue_wo_postfix[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11439
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f10/r3tmp/kikimr_cluster_n9_v1fpr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8354
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27622
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20562
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20441
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26899
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/logfile_ws76qcxd.log --grpc-port=8354 --mon-port=27622 --ic-port=11439 --sqs-port=26899
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8354/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/logfile_ws76qcxd.log --grpc-port=8354 --mon-port=27622 --ic-port=11439 --sqs-port=26899
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/logfile_ws76qcxd.log', '--grpc-port=8354', '--mon-port=27622', '--ic-port=11439', '--sqs-port=26899')' in '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607779
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8354/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607782
DEBUG    ya.test:process.py:259 Command (pid 607782) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607782) elapsed time (sec): 0.272230863571167
DEBUG    ya.test:process.py:263 Command (pid 607782) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) maxrss: 124360
DEBUG    ya.test:process.py:263 Command (pid 607782) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607782) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607782) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607782) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607782) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607782) stime: 0.016791
DEBUG    ya.test:process.py:263 Command (pid 607782) utime: 0.088153
DEBUG    ya.test:process.py:263 Command (pid 607782) wtime: 0.273
DEBUG    ya.test:process.py:275 Command (pid 607782) output:

DEBUG    ya.test:process.py:276 Command (pid 607782) errors:
Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607782' in '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607779' in '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ws76qcxd.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:8354/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26899
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20441
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20562
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27622
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8354
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11439
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x518abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.43s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_create_fifo_queue_wo_postfix[tables_format_v1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_fifo_queue_wo_postfix[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f10/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk48/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_fifo_queue_wo_postfix.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72ed7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.62s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1702
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fce/r3tmp/kikimr_cluster_ice5f8zz
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13090
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30080
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5593
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65117
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/logfile_4kseh4ks.log --grpc-port=13090 --mon-port=30080 --ic-port=1702 --sqs-port=65117
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13090/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/logfile_4kseh4ks.log --grpc-port=13090 --mon-port=30080 --ic-port=1702 --sqs-port=65117
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/logfile_4kseh4ks.log', '--grpc-port=13090', '--mon-port=30080', '--ic-port=1702', '--sqs-port=65117')' in '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607321
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13090/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607322
DEBUG    ya.test:process.py:259 Command (pid 607322) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607322) elapsed time (sec): 0.26051831245422363
DEBUG    ya.test:process.py:263 Command (pid 607322) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) maxrss: 124004
DEBUG    ya.test:process.py:263 Command (pid 607322) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 607322) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607322) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607322) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 607322) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607322) stime: 0.009065
DEBUG    ya.test:process.py:263 Command (pid 607322) utime: 0.070106
DEBUG    ya.test:process.py:263 Command (pid 607322) wtime: 0.262
DEBUG    ya.test:process.py:275 Command (pid 607322) output:

DEBUG    ya.test:process.py:276 Command (pid 607322) errors:
Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607322' in '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607321' in '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_4kseh4ks.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:13090/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65117
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5593
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62172
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30080
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13090
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1702
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue_generates_event[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fce/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53223fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_generates_event[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.40s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue[tables_format_v1-fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_generates_event[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fce/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk49/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue.tables_format_v1-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32b4ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.17s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue_generates_event[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_generates_event[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22293
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fbf/r3tmp/kikimr_cluster_0_lfw1gw
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4757
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18222
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11037
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8183
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/logfile_1fopja2i.log --grpc-port=4757 --mon-port=18222 --ic-port=22293 --sqs-port=8183
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4757/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/logfile_1fopja2i.log --grpc-port=4757 --mon-port=18222 --ic-port=22293 --sqs-port=8183
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/logfile_1fopja2i.log', '--grpc-port=4757', '--mon-port=18222', '--ic-port=22293', '--sqs-port=8183')' in '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607444
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4757/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607445
DEBUG    ya.test:process.py:259 Command (pid 607445) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607445) elapsed time (sec): 0.20491838455200195
DEBUG    ya.test:process.py:263 Command (pid 607445) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) maxrss: 124116
DEBUG    ya.test:process.py:263 Command (pid 607445) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607445) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607445) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607445) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607445) stime: 0.010868
DEBUG    ya.test:process.py:263 Command (pid 607445) utime: 0.049824999999999994
DEBUG    ya.test:process.py:263 Command (pid 607445) wtime: 0.206
DEBUG    ya.test:process.py:275 Command (pid 607445) output:

DEBUG    ya.test:process.py:276 Command (pid 607445) errors:
Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607445' in '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607444' in '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_1fopja2i.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4757/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8183
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64172
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11037
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18222
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4757
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22293
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue_with_invalid_name[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_invalid_name[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_create_queue_with_invalid_name[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x336b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_with_invalid_name[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.35s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_generates_event[tables_format_v1]
0.01s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_with_invalid_name[tables_format_v0]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_generates_event[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_with_invalid_name[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_create_queue_with_invalid_name[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fbf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk50/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_create_queue_generates_event.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52793fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.90s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_and_create_queue[fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_and_create_queue[fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8563
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00604a/r3tmp/kikimr_cluster_vke_j657
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65196
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28759
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7732
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29206
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/logfile_7csh4rdv.log --grpc-port=65196 --mon-port=28759 --ic-port=8563 --sqs-port=29206
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:65196/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/logfile_7csh4rdv.log --grpc-port=65196 --mon-port=28759 --ic-port=8563 --sqs-port=29206
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/logfile_7csh4rdv.log', '--grpc-port=65196', '--mon-port=28759', '--ic-port=8563', '--sqs-port=29206')' in '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606455
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:65196/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606457
DEBUG    ya.test:process.py:259 Command (pid 606457) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606457) elapsed time (sec): 0.29816198348999023
DEBUG    ya.test:process.py:263 Command (pid 606457) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) maxrss: 123932
DEBUG    ya.test:process.py:263 Command (pid 606457) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 606457) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 606457) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606457) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606457) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606457) stime: 0.013274999999999999
DEBUG    ya.test:process.py:263 Command (pid 606457) utime: 0.08030999999999999
DEBUG    ya.test:process.py:263 Command (pid 606457) wtime: 0.299
DEBUG    ya.test:process.py:275 Command (pid 606457) output:

DEBUG    ya.test:process.py:276 Command (pid 606457) errors:
Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606457' in '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606455' in '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_7csh4rdv.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:65196/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29206
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7732
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28759
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65196
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8563
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_and_create_queue[std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_and_create_queue[std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00604a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x11d67fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.44s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_and_create_queue[fifo]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_and_create_queue[fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_and_create_queue[std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00604a/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk51/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_and_create_queue.fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.70s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11708
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fe2/r3tmp/kikimr_cluster_9t8sfym0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2317
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10868
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5554
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7877
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/logfile__hwwtfwz.log --grpc-port=2317 --mon-port=10868 --ic-port=11708 --sqs-port=7877
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2317/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/logfile__hwwtfwz.log --grpc-port=2317 --mon-port=10868 --ic-port=11708 --sqs-port=7877
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/logfile__hwwtfwz.log', '--grpc-port=2317', '--mon-port=10868', '--ic-port=11708', '--sqs-port=7877')' in '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607206
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2317/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607208
DEBUG    ya.test:process.py:259 Command (pid 607208) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607208) elapsed time (sec): 0.2784876823425293
DEBUG    ya.test:process.py:263 Command (pid 607208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) maxrss: 124300
DEBUG    ya.test:process.py:263 Command (pid 607208) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607208) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607208) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607208) stime: 0.021011
DEBUG    ya.test:process.py:263 Command (pid 607208) utime: 0.083228
DEBUG    ya.test:process.py:263 Command (pid 607208) wtime: 0.28
DEBUG    ya.test:process.py:275 Command (pid 607208) output:

DEBUG    ya.test:process.py:276 Command (pid 607208) errors:
Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607208' in '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607206' in '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile__hwwtfwz.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:2317/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7877
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5554
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10868
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2317
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11708
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x703fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.43s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v0-std]
0.01s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v1-std]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe2/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk52/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3373ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.88s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue_batch[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue_batch[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63095
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006021/r3tmp/kikimr_cluster_dscyve51
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12452
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21101
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3297
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2373
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4724
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/logfile_u2g9uw27.log --grpc-port=12452 --mon-port=21101 --ic-port=63095 --sqs-port=4724
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12452/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/logfile_u2g9uw27.log --grpc-port=12452 --mon-port=21101 --ic-port=63095 --sqs-port=4724
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/logfile_u2g9uw27.log', '--grpc-port=12452', '--mon-port=21101', '--ic-port=63095', '--sqs-port=4724')' in '/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 606555
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12452/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 606557
DEBUG    ya.test:process.py:259 Command (pid 606557) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 606557) elapsed time (sec): 0.22167491912841797
DEBUG    ya.test:process.py:263 Command (pid 606557) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) maxrss: 123928
DEBUG    ya.test:process.py:263 Command (pid 606557) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 606557) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 606557) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 606557) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 606557) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 606557) stime: 0.020486
DEBUG    ya.test:process.py:263 Command (pid 606557) utime: 0.077848
DEBUG    ya.test:process.py:263 Command (pid 606557) wtime: 0.223
DEBUG    ya.test:process.py:275 Command (pid 606557) output:

DEBUG    ya.test:process.py:276 Command (pid 606557) errors:
Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606557' in '/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.606555' in '/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_u2g9uw27.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:12452/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4724
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2373
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3297
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21101
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12452
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63095
_ ERROR at setup of TestQueuesManagingWithTenant.test_delete_queue_batch[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_queue_batch[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/006021/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53fcffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.33s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue_batch[tables_format_v0]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue_batch[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_delete_queue_batch[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/006021/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk53/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_delete_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x517b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.26s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13435
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd3/r3tmp/kikimr_cluster_qwcs3rzr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17201
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5551
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62326
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17374
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2317
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2318
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/logfile_9uwrfma2.log --grpc-port=17201 --mon-port=5551 --ic-port=13435 --sqs-port=2318
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17201/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/logfile_9uwrfma2.log --grpc-port=17201 --mon-port=5551 --ic-port=13435 --sqs-port=2318
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/logfile_9uwrfma2.log', '--grpc-port=17201', '--mon-port=5551', '--ic-port=13435', '--sqs-port=2318')' in '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607275
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17201/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607277
DEBUG    ya.test:process.py:259 Command (pid 607277) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607277) elapsed time (sec): 0.23335909843444824
DEBUG    ya.test:process.py:263 Command (pid 607277) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) maxrss: 123920
DEBUG    ya.test:process.py:263 Command (pid 607277) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 607277) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 607277) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607277) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607277) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607277) stime: 0.01652
DEBUG    ya.test:process.py:263 Command (pid 607277) utime: 0.045161
DEBUG    ya.test:process.py:263 Command (pid 607277) wtime: 0.234
DEBUG    ya.test:process.py:275 Command (pid 607277) output:

DEBUG    ya.test:process.py:276 Command (pid 607277) errors:
Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607277' in '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607275' in '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_9uwrfma2.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:17201/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2318
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17374
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62326
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5551
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17201
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13435
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1136ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.34s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue[tables_format_v0-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd3/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk54/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue.tables_format_v0-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3274ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.97s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue_batch[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue_batch[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24245
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005faf/r3tmp/kikimr_cluster_38agmjsg
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21033
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26221
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7151
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21261
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28666
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/logfile_q75gwi1b.log --grpc-port=21033 --mon-port=26221 --ic-port=24245 --sqs-port=28666
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21033/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/logfile_q75gwi1b.log --grpc-port=21033 --mon-port=26221 --ic-port=24245 --sqs-port=28666
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/logfile_q75gwi1b.log', '--grpc-port=21033', '--mon-port=26221', '--ic-port=24245', '--sqs-port=28666')' in '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607500
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21033/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607503
DEBUG    ya.test:process.py:259 Command (pid 607503) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607503) elapsed time (sec): 0.2545194625854492
DEBUG    ya.test:process.py:263 Command (pid 607503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) maxrss: 124620
DEBUG    ya.test:process.py:263 Command (pid 607503) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 607503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607503) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607503) stime: 0.00424
DEBUG    ya.test:process.py:263 Command (pid 607503) utime: 0.101778
DEBUG    ya.test:process.py:263 Command (pid 607503) wtime: 0.255
DEBUG    ya.test:process.py:275 Command (pid 607503) output:

DEBUG    ya.test:process.py:276 Command (pid 607503) errors:
Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607503' in '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607500' in '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_q75gwi1b.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21033/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28666
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21261
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7151
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26221
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21033
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24245
_ ERROR at setup of TestQueuesManagingWithTenant.test_purge_queue_batch[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_purge_queue_batch[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_queues_count_over_limit[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005faf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7074ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_queues_count_over_limit[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.35s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue_batch[tables_format_v0]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue_batch[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_purge_queue_batch[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_queues_count_over_limit[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005faf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk55/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_purge_queue_batch.tables_format_v0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x311fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.19s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_queues_count_over_limit[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_queues_count_over_limit[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9437
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fd9/r3tmp/kikimr_cluster_t0i00p7e
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2286
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13684
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25326
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18692
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19232
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/logfile_5z14twoj.log --grpc-port=2286 --mon-port=13684 --ic-port=9437 --sqs-port=19232
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2286/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/logfile_5z14twoj.log --grpc-port=2286 --mon-port=13684 --ic-port=9437 --sqs-port=19232
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/logfile_5z14twoj.log', '--grpc-port=2286', '--mon-port=13684', '--ic-port=9437', '--sqs-port=19232')' in '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607255
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2286/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607256
DEBUG    ya.test:process.py:259 Command (pid 607256) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607256) elapsed time (sec): 0.3011434078216553
DEBUG    ya.test:process.py:263 Command (pid 607256) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) maxrss: 124056
DEBUG    ya.test:process.py:263 Command (pid 607256) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 607256) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607256) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607256) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607256) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607256) stime: 0.021207
DEBUG    ya.test:process.py:263 Command (pid 607256) utime: 0.084565
DEBUG    ya.test:process.py:263 Command (pid 607256) wtime: 0.302
DEBUG    ya.test:process.py:275 Command (pid 607256) output:

DEBUG    ya.test:process.py:276 Command (pid 607256) errors:
Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607256' in '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607255' in '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_5z14twoj.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:2286/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19232
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18692
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25326
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13684
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2286
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9437
_ ERROR at setup of TestQueuesManagingWithTenant.test_remove_queue_generates_event[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_remove_queue_generates_event[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_remove_queue_generates_event[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50383fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_remove_queue_generates_event[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.44s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_queues_count_over_limit[tables_format_v1]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_queues_count_over_limit[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_remove_queue_generates_event[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_remove_queue_generates_event[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fd9/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk56/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_queues_count_over_limit.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11f27fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 3.00s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_request_to_deleted_queue[tables_format_v0-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1233
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005f11/r3tmp/kikimr_cluster_nld63zb2
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26926
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18005
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61240
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6204
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/logfile_kfzrml2a.log --grpc-port=1356 --mon-port=26926 --ic-port=1233 --sqs-port=6204
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1356/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/logfile_kfzrml2a.log --grpc-port=1356 --mon-port=26926 --ic-port=1233 --sqs-port=6204
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/logfile_kfzrml2a.log', '--grpc-port=1356', '--mon-port=26926', '--ic-port=1233', '--sqs-port=6204')' in '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607765
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1356/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607766
DEBUG    ya.test:process.py:259 Command (pid 607766) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607766) elapsed time (sec): 0.31313109397888184
DEBUG    ya.test:process.py:263 Command (pid 607766) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) maxrss: 124460
DEBUG    ya.test:process.py:263 Command (pid 607766) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 607766) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 607766) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607766) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607766) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607766) stime: 0.020176
DEBUG    ya.test:process.py:263 Command (pid 607766) utime: 0.084739
DEBUG    ya.test:process.py:263 Command (pid 607766) wtime: 0.314
DEBUG    ya.test:process.py:275 Command (pid 607766) output:

DEBUG    ya.test:process.py:276 Command (pid 607766) errors:
Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607766' in '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607765' in '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_kfzrml2a.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:1356/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6204
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61240
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18005
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26926
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1356
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1233
_ ERROR at setup of TestQueuesManagingWithTenant.test_request_to_deleted_queue[tables_format_v0-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_request_to_deleted_queue[tables_format_v1-fifo] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005f11/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30cfffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.47s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v0-fifo]
0.04s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v1-fifo]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v0-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v1-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005f11/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk57/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11713fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.87s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_queues_managing.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestQueuesManagingWithTenant.test_request_to_deleted_queue[tables_format_v1-std] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_request_to_deleted_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65149
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fe7/r3tmp/kikimr_cluster_vpxkb2ld
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8023
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7455
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3388
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21187
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10493
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/logfile_s9cnaoo8.log --grpc-port=8023 --mon-port=7455 --ic-port=65149 --sqs-port=10493
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8023/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/logfile_s9cnaoo8.log --grpc-port=8023 --mon-port=7455 --ic-port=65149 --sqs-port=10493
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/logfile_s9cnaoo8.log', '--grpc-port=8023', '--mon-port=7455', '--ic-port=65149', '--sqs-port=10493')' in '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607071
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8023/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607072
DEBUG    ya.test:process.py:259 Command (pid 607072) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607072) elapsed time (sec): 0.23630666732788086
DEBUG    ya.test:process.py:263 Command (pid 607072) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) maxrss: 124140
DEBUG    ya.test:process.py:263 Command (pid 607072) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 607072) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 607072) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607072) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607072) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607072) stime: 0.009883999999999999
DEBUG    ya.test:process.py:263 Command (pid 607072) utime: 0.07428
DEBUG    ya.test:process.py:263 Command (pid 607072) wtime: 0.237
DEBUG    ya.test:process.py:275 Command (pid 607072) output:

DEBUG    ya.test:process.py:276 Command (pid 607072) errors:
Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607072' in '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607071' in '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_s9cnaoo8.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:8023/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10493
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21187
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3388
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7455
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8023
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65149
_ ERROR at setup of TestQueuesManagingWithTenant.test_ya_count_queues[tables_format_v0] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ya_count_queues[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestQueuesManagingWithTenant.test_ya_count_queues[tables_format_v1] _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x137effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ya_count_queues[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.36s setup    test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v1-std]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_request_to_deleted_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_ya_count_queues[tables_format_v0] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_queues_managing.py::TestQueuesManagingWithTenant::test_ya_count_queues[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fe7/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk58/testing_out_stuff/test_queues_managing.py.TestQueuesManagingWithTenant.test_request_to_deleted_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x536effb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.50s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 199 items

test_throttling.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_action_which_does_not_requere_existing_queue
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6999
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005fdf/r3tmp/kikimr_cluster_0skyb1w5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29903
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64715
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9046
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14801
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/logfile_tdyne7qx.log --grpc-port=29903 --mon-port=64715 --ic-port=6999 --sqs-port=14801
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29903/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/logfile_tdyne7qx.log --grpc-port=29903 --mon-port=64715 --ic-port=6999 --sqs-port=14801
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/logfile_tdyne7qx.log', '--grpc-port=29903', '--mon-port=64715', '--ic-port=6999', '--sqs-port=14801')' in '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 607231
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29903/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 607233
DEBUG    ya.test:process.py:259 Command (pid 607233) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 607233) elapsed time (sec): 0.34032177925109863
DEBUG    ya.test:process.py:263 Command (pid 607233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) maxrss: 124364
DEBUG    ya.test:process.py:263 Command (pid 607233) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 607233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 607233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 607233) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 607233) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 607233) stime: 0.019375
DEBUG    ya.test:process.py:263 Command (pid 607233) utime: 0.089126
DEBUG    ya.test:process.py:263 Command (pid 607233) wtime: 0.341
DEBUG    ya.test:process.py:275 Command (pid 607233) output:

DEBUG    ya.test:process.py:276 Command (pid 607233) errors:
Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607233' in '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:505 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 501, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 543, in __run
    self.__run_node(node_id)
  File "ydb/tests/library/harness/kikimr_runner.py", line 597, in __run_node
    self._nodes[node_id].start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 315, in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 327, in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.607231' in '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_tdyne7qx.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29903/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9046
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29903
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6999
_ ERROR at setup of TestSqsThrottlingOnNonexistentQueue.test_that_queue_can_be_created_despite_lack_of_throttling_budget _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_that_queue_can_be_created_despite_lack_of_throttling_budget
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestSqsThrottlingOnNonexistentQueue.test_throttling_on_nonexistent_queue _
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:543: in __run
    self.__run_node(node_id)
ydb/tests/library/harness/kikimr_runner.py:597: in __run_node
    self._nodes[node_id].start()
ydb/tests/library/harness/kikimr_runner.py:315: in start
    logger.info("Node %s version:\n%s", self.node_id, self.get_node_binary_version())
ydb/tests/library/harness/kikimr_runner.py:327: in get_node_binary_version
    version_output = yatest.common.execute([self.binary_path, '-V']).std_out.decode('utf-8')
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31833fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_throttling_on_nonexistent_queue
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.44s setup    test_throttling.py::TestSqsThrottlingOnNonexistentQueue::test_action_which_does_not_requere_existing_queue

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_throttling.py::TestSqsThrottlingOnNonexistentQueue::test_action_which_does_not_requere_existing_queue - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_throttling.py::TestSqsThrottlingOnNonexistentQueue::test_that_queue_can_be_created_despite_lack_of_throttling_budget - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_throttling.py::TestSqsThrottlingOnNonexistentQueue::test_throttling_on_nonexistent_queue - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005fdf/ydb/tests/functional/sqs/common/test-results/py3test/testing_out_stuff/chunk59/testing_out_stuff/test_throttling.py.TestSqsThrottlingOnNonexistentQueue.test_action_which_does_not_requere_existing_queue/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x506dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 3 errors in 2.53s ===============================
