============================= 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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_auth_system_views.py EEEE
test_create_users.py E
test_create_users_strict_acl_checks.py E

==================================== ERRORS ====================================
_____ ERROR at setup of test_tenant_auth_groups_access[clusteradmin-True] ______
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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71da7fb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71883fb00410    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_tenant_auth_groups_access[clusteradmin-True]
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/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1391
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_auth_system_views
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00565e/r3tmp/kikimr_cluster_jvxkm0tp
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16366
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2704
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29026
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29027
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/logfile_i67ngila.log --grpc-port=7333 --mon-port=16366 --ic-port=1391
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7333/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/logfile_i67ngila.log --grpc-port=7333 --mon-port=16366 --ic-port=1391
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/logfile_i67ngila.log', '--grpc-port=7333', '--mon-port=16366', '--ic-port=1391')' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622917
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7333/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/00565e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622919
DEBUG    ya.test:process.py:259 Command (pid 622919) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622919) elapsed time (sec): 0.2423999309539795
DEBUG    ya.test:process.py:263 Command (pid 622919) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) maxrss: 122324
DEBUG    ya.test:process.py:263 Command (pid 622919) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 622919) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 622919) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622919) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 622919) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622919) stime: 0.013652
DEBUG    ya.test:process.py:263 Command (pid 622919) utime: 0.056763999999999995
DEBUG    ya.test:process.py:263 Command (pid 622919) wtime: 0.244
DEBUG    ya.test:process.py:275 Command (pid 622919) output:

DEBUG    ya.test:process.py:276 Command (pid 622919) errors:
Terminating due to uncaught exception 0x71da7fb00410    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/00565e/ydb/tests/functional/tenants/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.622919' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/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, 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 0x71da7fb00410    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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71da7fb00410    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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/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.622917' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_i67ngila.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:7333/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29027
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2704
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16366
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7333
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1391
_____ ERROR at setup of test_tenant_auth_groups_access[clusteruser-False] ______
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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71da7fb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71883fb00410    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_tenant_auth_groups_access[clusteruser-False]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
________ ERROR at setup of test_tenant_auth_groups_access[dbadmin-True] ________
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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71da7fb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71883fb00410    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_tenant_auth_groups_access[dbadmin-True]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_____ ERROR at setup of test_tenant_auth_groups_access[ordinaryuser-False] _____
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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71da7fb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71883fb00410    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_tenant_auth_groups_access[ordinaryuser-False]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
______________________ ERROR at setup of test_create_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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x72213fb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5096ffb00410    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_user
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/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9416
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_create_users
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00565e/r3tmp/kikimr_cluster_n8ker4o9
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61887
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25891
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13608
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/logfile_vm_tfyzi.log --grpc-port=61887 --mon-port=25891 --ic-port=9416
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61887/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/logfile_vm_tfyzi.log --grpc-port=61887 --mon-port=25891 --ic-port=9416
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/logfile_vm_tfyzi.log', '--grpc-port=61887', '--mon-port=25891', '--ic-port=9416')' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624020
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:61887/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/00565e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624022
DEBUG    ya.test:process.py:259 Command (pid 624022) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624022) elapsed time (sec): 0.24401378631591797
DEBUG    ya.test:process.py:263 Command (pid 624022) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) maxrss: 134992
DEBUG    ya.test:process.py:263 Command (pid 624022) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 624022) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 624022) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624022) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624022) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624022) stime: 0.016018
DEBUG    ya.test:process.py:263 Command (pid 624022) utime: 0.088102
DEBUG    ya.test:process.py:263 Command (pid 624022) wtime: 0.245
DEBUG    ya.test:process.py:275 Command (pid 624022) output:

DEBUG    ya.test:process.py:276 Command (pid 624022) errors:
Terminating due to uncaught exception 0x72213fb00410    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/00565e/ydb/tests/functional/tenants/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.624022' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/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, 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 0x72213fb00410    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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x72213fb00410    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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/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.624020' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_vm_tfyzi.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:61887/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13608
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26394
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25891
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61887
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9416
______________________ ERROR at setup of test_create_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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3020ffb00410    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/fixtures/__init__.py:54: in ydb_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13143fb00410    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_user
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/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31478
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_create_users_strict_acl_checks
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00565e/r3tmp/kikimr_cluster_tipu5w33
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21079
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17491
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22305
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22991
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/logfile_m044yg_r.log --grpc-port=21079 --mon-port=17491 --ic-port=31478
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21079/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00565e/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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/logfile_m044yg_r.log --grpc-port=21079 --mon-port=17491 --ic-port=31478
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00565e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/logfile_m044yg_r.log', '--grpc-port=21079', '--mon-port=17491', '--ic-port=31478')' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624620
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21079/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/00565e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624622
DEBUG    ya.test:process.py:259 Command (pid 624622) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624622) elapsed time (sec): 0.2912485599517822
DEBUG    ya.test:process.py:263 Command (pid 624622) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) maxrss: 135256
DEBUG    ya.test:process.py:263 Command (pid 624622) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 624622) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 624622) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624622) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624622) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624622) stime: 0.014433
DEBUG    ya.test:process.py:263 Command (pid 624622) utime: 0.064444
DEBUG    ya.test:process.py:263 Command (pid 624622) wtime: 0.292
DEBUG    ya.test:process.py:275 Command (pid 624622) output:

DEBUG    ya.test:process.py:276 Command (pid 624622) errors:
Terminating due to uncaught exception 0x3020ffb00410    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/00565e/ydb/tests/functional/tenants/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.624622' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/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, 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 0x3020ffb00410    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/00565e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3020ffb00410    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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/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.624620' in '/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_m044yg_r.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:21079/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22991
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22305
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17491
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31478
============================== slowest durations ===============================
1.39s setup    test_create_users.py::test_create_user
1.36s setup    test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True]
0.39s setup    test_create_users_strict_acl_checks.py::test_create_user

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_auth_system_views.py::test_tenant_auth_groups_access[clusteradmin-True] - 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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71883fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_auth_system_views.py::test_tenant_auth_groups_access[clusteruser-False] - 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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71883fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_auth_system_views.py::test_tenant_auth_groups_access[dbadmin-True] - 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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71883fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_auth_system_views.py::test_tenant_auth_groups_access[ordinaryuser-False] - 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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_auth_system_views.py.test_tenant_auth_groups_access.clusteradmin-True/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71883fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_create_users.py::test_create_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users.py.test_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5096ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_create_users_strict_acl_checks.py::test_create_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/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00565e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create_users_strict_acl_checks.py.test_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13143fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 5.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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_db_counters.py EEEEE
test_dynamic_tenants.py E

==================================== ERRORS ====================================
_________________ ERROR at setup of TestKqpCounters.test_case __________________
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30933fb00410    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/functional/tenants/test_db_counters.py:48: in setup_class
    cls.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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1208ffb00410    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_case
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12724
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_wqnblb8r
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17497
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10394
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/logfile_wcm85rtw.log --grpc-port=12496 --mon-port=17368 --ic-port=12724
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12496/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/logfile_wcm85rtw.log --grpc-port=12496 --mon-port=17368 --ic-port=12724
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/logfile_wcm85rtw.log', '--grpc-port=12496', '--mon-port=17368', '--ic-port=12724')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 610445
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12496/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/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 610446
DEBUG    ya.test:process.py:259 Command (pid 610446) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 610446) elapsed time (sec): 0.27056097984313965
DEBUG    ya.test:process.py:263 Command (pid 610446) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) maxrss: 122200
DEBUG    ya.test:process.py:263 Command (pid 610446) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 610446) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 610446) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 610446) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 610446) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 610446) stime: 0.012135
DEBUG    ya.test:process.py:263 Command (pid 610446) utime: 0.09708299999999999
DEBUG    ya.test:process.py:263 Command (pid 610446) wtime: 0.272
DEBUG    ya.test:process.py:275 Command (pid 610446) output:

DEBUG    ya.test:process.py:276 Command (pid 610446) errors:
Terminating due to uncaught exception 0x30933fb00410    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/005a43/ydb/tests/functional/tenants/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.610446' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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.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 0x30933fb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30933fb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/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.610445' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_wcm85rtw.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:12496/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10394
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17497
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12496
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12724
_ ERROR at setup of TestStorageCounters.test_storage_counters[disable_separate_quotas] _
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13ea7fb00410    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/fixtures/__init__.py:54: in ydb_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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10143fb00410    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_storage_counters[disable_separate_quotas]
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4018
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_db_counters
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_ep8rr6tf
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20686
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16291
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16808
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/logfile_le3ueg5b.log --grpc-port=3496 --mon-port=20686 --ic-port=4018
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3496/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/logfile_le3ueg5b.log --grpc-port=3496 --mon-port=20686 --ic-port=4018
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/logfile_le3ueg5b.log', '--grpc-port=3496', '--mon-port=20686', '--ic-port=4018')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 610739
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3496/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/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 610740
DEBUG    ya.test:process.py:259 Command (pid 610740) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 610740) elapsed time (sec): 0.21964812278747559
DEBUG    ya.test:process.py:263 Command (pid 610740) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) maxrss: 129944
DEBUG    ya.test:process.py:263 Command (pid 610740) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 610740) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 610740) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 610740) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 610740) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 610740) stime: 0.022296
DEBUG    ya.test:process.py:263 Command (pid 610740) utime: 0.053076
DEBUG    ya.test:process.py:263 Command (pid 610740) wtime: 0.221
DEBUG    ya.test:process.py:275 Command (pid 610740) output:

DEBUG    ya.test:process.py:276 Command (pid 610740) errors:
Terminating due to uncaught exception 0x13ea7fb00410    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/005a43/ydb/tests/functional/tenants/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.610740' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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 0x13ea7fb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13ea7fb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/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.610739' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_le3ueg5b.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:3496/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16808
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16291
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20686
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3496
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4018
_ ERROR at setup of TestStorageCounters.test_storage_counters[enable_separate_quotas] _
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51fc7fb00410    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/fixtures/__init__.py:54: in ydb_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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33a33fb00410    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_storage_counters[enable_separate_quotas]
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12587
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_db_counters
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_zhhdqdlo
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27015
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16514
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1886
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/logfile_1q052odi.log --grpc-port=27015 --mon-port=19346 --ic-port=12587
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27015/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/logfile_1q052odi.log --grpc-port=27015 --mon-port=19346 --ic-port=12587
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/logfile_1q052odi.log', '--grpc-port=27015', '--mon-port=19346', '--ic-port=12587')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611510
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27015/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/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611511
DEBUG    ya.test:process.py:259 Command (pid 611511) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611511) elapsed time (sec): 0.2345733642578125
DEBUG    ya.test:process.py:263 Command (pid 611511) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) maxrss: 129944
DEBUG    ya.test:process.py:263 Command (pid 611511) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 611511) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611511) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 611511) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611511) stime: 0.016156999999999998
DEBUG    ya.test:process.py:263 Command (pid 611511) utime: 0.080787
DEBUG    ya.test:process.py:263 Command (pid 611511) wtime: 0.236
DEBUG    ya.test:process.py:275 Command (pid 611511) output:

DEBUG    ya.test:process.py:276 Command (pid 611511) errors:
Terminating due to uncaught exception 0x51fc7fb00410    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/005a43/ydb/tests/functional/tenants/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.611511' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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, 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 0x51fc7fb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x51fc7fb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/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.611510' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_1q052odi.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:27015/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1886
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16514
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19346
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27015
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12587
_____ ERROR at setup of test_serverless_counters[disable_separate_quotas] ______
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12d97fb00410    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/fixtures/__init__.py:54: in ydb_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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x133cffb00410    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_serverless_counters[disable_separate_quotas]
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21132
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_db_counters
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_fufy72go
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10244
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61424
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8681
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5387
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/logfile_niwhg_uo.log --grpc-port=10244 --mon-port=61424 --ic-port=21132
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10244/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/logfile_niwhg_uo.log --grpc-port=10244 --mon-port=61424 --ic-port=21132
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/logfile_niwhg_uo.log', '--grpc-port=10244', '--mon-port=61424', '--ic-port=21132')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611900
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:10244/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611901
DEBUG    ya.test:process.py:259 Command (pid 611901) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611901) elapsed time (sec): 0.3027777671813965
DEBUG    ya.test:process.py:263 Command (pid 611901) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) maxrss: 132928
DEBUG    ya.test:process.py:263 Command (pid 611901) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 611901) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 611901) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611901) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611901) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611901) stime: 0.013234
DEBUG    ya.test:process.py:263 Command (pid 611901) utime: 0.07356
DEBUG    ya.test:process.py:263 Command (pid 611901) wtime: 0.304
DEBUG    ya.test:process.py:275 Command (pid 611901) output:

DEBUG    ya.test:process.py:276 Command (pid 611901) errors:
Terminating due to uncaught exception 0x12d97fb00410    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/005a43/ydb/tests/functional/tenants/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.611901' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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, 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 0x12d97fb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12d97fb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/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.611900' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_niwhg_uo.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:10244/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5387
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8681
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61424
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10244
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21132
______ ERROR at setup of test_serverless_counters[enable_separate_quotas] ______
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3071bfb00410    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/fixtures/__init__.py:54: in ydb_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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x522f7fb00410    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_serverless_counters[enable_separate_quotas]
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26435
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_db_counters
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_5m91b24c
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31052
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4961
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13820
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/logfile_hevy_qw4.log --grpc-port=31052 --mon-port=65475 --ic-port=26435
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31052/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/logfile_hevy_qw4.log --grpc-port=31052 --mon-port=65475 --ic-port=26435
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/logfile_hevy_qw4.log', '--grpc-port=31052', '--mon-port=65475', '--ic-port=26435')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612100
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31052/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612101
DEBUG    ya.test:process.py:259 Command (pid 612101) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612101) elapsed time (sec): 0.20960021018981934
DEBUG    ya.test:process.py:263 Command (pid 612101) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) maxrss: 132968
DEBUG    ya.test:process.py:263 Command (pid 612101) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 612101) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 612101) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612101) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 612101) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612101) stime: 0.020090999999999998
DEBUG    ya.test:process.py:263 Command (pid 612101) utime: 0.044201
DEBUG    ya.test:process.py:263 Command (pid 612101) wtime: 0.21
DEBUG    ya.test:process.py:275 Command (pid 612101) output:

DEBUG    ya.test:process.py:276 Command (pid 612101) errors:
Terminating due to uncaught exception 0x3071bfb00410    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/005a43/ydb/tests/functional/tenants/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.612101' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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.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 0x3071bfb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3071bfb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/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.612100' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_hevy_qw4.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:31052/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13820
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4961
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65475
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31052
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26435
_ ERROR at setup of test_check_access[enable_alter_database_create_hive_first--false] _
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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53df7fb00410    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/fixtures/__init__.py:54: in ydb_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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53c7bfb00410    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_check_access[enable_alter_database_create_hive_first--false]
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/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10104
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005a43/r3tmp/kikimr_cluster_nd0bigzu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62380
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1928
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15954
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64215
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bc0j5p0k.log --grpc-port=62380 --mon-port=1928 --ic-port=10104
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62380/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005a43/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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bc0j5p0k.log --grpc-port=62380 --mon-port=1928 --ic-port=10104
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bc0j5p0k.log', '--grpc-port=62380', '--mon-port=1928', '--ic-port=10104')' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612710
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62380/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005a43/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612711
DEBUG    ya.test:process.py:259 Command (pid 612711) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612711) elapsed time (sec): 0.23703384399414062
DEBUG    ya.test:process.py:263 Command (pid 612711) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) maxrss: 132968
DEBUG    ya.test:process.py:263 Command (pid 612711) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612711) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 612711) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612711) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612711) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612711) stime: 0.01876
DEBUG    ya.test:process.py:263 Command (pid 612711) utime: 0.082367
DEBUG    ya.test:process.py:263 Command (pid 612711) wtime: 0.238
DEBUG    ya.test:process.py:275 Command (pid 612711) output:

DEBUG    ya.test:process.py:276 Command (pid 612711) errors:
Terminating due to uncaught exception 0x53df7fb00410    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/005a43/ydb/tests/functional/tenants/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.612711' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/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.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 0x53df7fb00410    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/005a43/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53df7fb00410    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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/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.612710' in '/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_bc0j5p0k.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:62380/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64215
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15954
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1928
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62380
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10104
============================== slowest durations ===============================
1.37s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false]
1.32s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas]
1.29s setup    test_db_counters.py::test_serverless_counters[enable_separate_quotas]
0.46s setup    test_db_counters.py::TestKqpCounters::test_case
0.42s setup    test_db_counters.py::test_serverless_counters[disable_separate_quotas]
0.37s setup    test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_db_counters.py::TestKqpCounters::test_case - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestKqpCounters.test_case/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1208ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_db_counters.py::TestStorageCounters::test_storage_counters[disable_separate_quotas] - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.disable_separate_quotas/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10143fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_db_counters.py::TestStorageCounters::test_storage_counters[enable_separate_quotas] - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.TestStorageCounters.test_storage_counters.enable_separate_quotas/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33a33fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_db_counters.py::test_serverless_counters[disable_separate_quotas] - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.disable_separate_quotas/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x133cffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_db_counters.py::test_serverless_counters[enable_separate_quotas] - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_db_counters.py.test_serverless_counters.enable_separate_quotas/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x522f7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--false] - 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/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005a43/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53c7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 7.72s ===============================
============================= 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py EEEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_check_access[enable_alter_database_create_hive_first--true] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x129c7fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51c33fb00410    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_check_access[enable_alter_database_create_hive_first--true]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18014
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_4n9tkyfm
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64960
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19677
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62351
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25166
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p4oz9kxd.log --grpc-port=64960 --mon-port=19677 --ic-port=18014
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64960/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p4oz9kxd.log --grpc-port=64960 --mon-port=19677 --ic-port=18014
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p4oz9kxd.log', '--grpc-port=64960', '--mon-port=19677', '--ic-port=18014')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622907
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:64960/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/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622909
DEBUG    ya.test:process.py:259 Command (pid 622909) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622909) elapsed time (sec): 0.2591128349304199
DEBUG    ya.test:process.py:263 Command (pid 622909) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) maxrss: 122596
DEBUG    ya.test:process.py:263 Command (pid 622909) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 622909) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622909) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 622909) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622909) stime: 0.008258999999999999
DEBUG    ya.test:process.py:263 Command (pid 622909) utime: 0.086723
DEBUG    ya.test:process.py:263 Command (pid 622909) wtime: 0.26
DEBUG    ya.test:process.py:275 Command (pid 622909) output:

DEBUG    ya.test:process.py:276 Command (pid 622909) errors:
Terminating due to uncaught exception 0x129c7fb00410    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/00569c/ydb/tests/functional/tenants/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.622909' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x129c7fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x129c7fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/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.622907' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_p4oz9kxd.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:64960/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25166
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62351
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19677
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64960
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18014
_ ERROR at setup of test_create_and_drop_tenants[enable_alter_database_create_hive_first--false] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x30597fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30e7bfb00410    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_and_drop_tenants[enable_alter_database_create_hive_first--false]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4757
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_vbl7wyny
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19990
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19990
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19991
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29235
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27401
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15641
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_u6k4ib1t.log --grpc-port=19991 --mon-port=29235 --ic-port=4757
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19991/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_u6k4ib1t.log --grpc-port=19991 --mon-port=29235 --ic-port=4757
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_u6k4ib1t.log', '--grpc-port=19991', '--mon-port=29235', '--ic-port=4757')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623933
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19991/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/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623936
DEBUG    ya.test:process.py:259 Command (pid 623936) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623936) elapsed time (sec): 0.2530398368835449
DEBUG    ya.test:process.py:263 Command (pid 623936) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) maxrss: 129524
DEBUG    ya.test:process.py:263 Command (pid 623936) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 623936) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 623936) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623936) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623936) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623936) stime: 0.010907
DEBUG    ya.test:process.py:263 Command (pid 623936) utime: 0.09325
DEBUG    ya.test:process.py:263 Command (pid 623936) wtime: 0.254
DEBUG    ya.test:process.py:275 Command (pid 623936) output:

DEBUG    ya.test:process.py:276 Command (pid 623936) errors:
Terminating due to uncaught exception 0x30597fb00410    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/00569c/ydb/tests/functional/tenants/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.623936' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x30597fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30597fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/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.623933' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_u6k4ib1t.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:19991/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15641
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27401
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29235
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19991
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4757
_ ERROR at setup of test_create_and_drop_tenants[enable_alter_database_create_hive_first--true] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x103d3fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3265ffb00410    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_and_drop_tenants[enable_alter_database_create_hive_first--true]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20550
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_iwwvrr9v
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20521
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26255
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10613
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26524
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_wouswhdp.log --grpc-port=20521 --mon-port=26255 --ic-port=20550
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20521/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_wouswhdp.log --grpc-port=20521 --mon-port=26255 --ic-port=20550
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_wouswhdp.log', '--grpc-port=20521', '--mon-port=26255', '--ic-port=20550')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624327
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20521/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/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624328
DEBUG    ya.test:process.py:259 Command (pid 624328) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624328) elapsed time (sec): 0.1762702465057373
DEBUG    ya.test:process.py:263 Command (pid 624328) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) maxrss: 129524
DEBUG    ya.test:process.py:263 Command (pid 624328) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 624328) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624328) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624328) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624328) stime: 0.003289
DEBUG    ya.test:process.py:263 Command (pid 624328) utime: 0.058996999999999994
DEBUG    ya.test:process.py:263 Command (pid 624328) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 624328) output:

DEBUG    ya.test:process.py:276 Command (pid 624328) errors:
Terminating due to uncaught exception 0x103d3fb00410    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/00569c/ydb/tests/functional/tenants/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.624328' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x103d3fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x103d3fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/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.624327' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_wouswhdp.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:20521/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26524
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10613
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26255
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20521
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20550
_ ERROR at setup of test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70573fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53677fb00410    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_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15290
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_evnpmlxb
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63729
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31268
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1695
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2262
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3qo7tzrg.log --grpc-port=63729 --mon-port=31268 --ic-port=15290
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:63729/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3qo7tzrg.log --grpc-port=63729 --mon-port=31268 --ic-port=15290
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3qo7tzrg.log', '--grpc-port=63729', '--mon-port=31268', '--ic-port=15290')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625004
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:63729/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625005
DEBUG    ya.test:process.py:259 Command (pid 625005) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625005) elapsed time (sec): 0.26441478729248047
DEBUG    ya.test:process.py:263 Command (pid 625005) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) maxrss: 129944
DEBUG    ya.test:process.py:263 Command (pid 625005) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 625005) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 625005) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625005) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625005) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625005) stime: 0.013342
DEBUG    ya.test:process.py:263 Command (pid 625005) utime: 0.085812
DEBUG    ya.test:process.py:263 Command (pid 625005) wtime: 0.265
DEBUG    ya.test:process.py:275 Command (pid 625005) output:

DEBUG    ya.test:process.py:276 Command (pid 625005) errors:
Terminating due to uncaught exception 0x70573fb00410    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/00569c/ydb/tests/functional/tenants/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.625005' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x70573fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70573fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/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.625004' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_3qo7tzrg.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:63729/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2262
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1695
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31268
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63729
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15290
_ ERROR at setup of test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33737fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51b0ffb00410    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_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24462
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24463
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_b0sfe5jq
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20575
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/29346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24323
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ccxiqqsi.log --grpc-port=20575 --mon-port=64715 --ic-port=24463
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20575/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ccxiqqsi.log --grpc-port=20575 --mon-port=64715 --ic-port=24463
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ccxiqqsi.log', '--grpc-port=20575', '--mon-port=64715', '--ic-port=24463')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625229
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20575/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625230
DEBUG    ya.test:process.py:259 Command (pid 625230) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625230) elapsed time (sec): 0.2714054584503174
DEBUG    ya.test:process.py:263 Command (pid 625230) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) maxrss: 130056
DEBUG    ya.test:process.py:263 Command (pid 625230) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 625230) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 625230) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625230) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625230) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625230) stime: 0.027464
DEBUG    ya.test:process.py:263 Command (pid 625230) utime: 0.062776
DEBUG    ya.test:process.py:263 Command (pid 625230) wtime: 0.272
DEBUG    ya.test:process.py:275 Command (pid 625230) output:

DEBUG    ya.test:process.py:276 Command (pid 625230) errors:
Terminating due to uncaught exception 0x33737fb00410    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/00569c/ydb/tests/functional/tenants/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.625230' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x33737fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33737fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/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.625229' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ccxiqqsi.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:20575/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29346
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/20575
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24463
_ ERROR at setup of test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false] _
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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10603fb00410    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/fixtures/__init__.py:54: in ydb_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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7034bfb00410    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_tenant_no_cpu[enable_alter_database_create_hive_first--false]
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/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16923
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00569c/r3tmp/kikimr_cluster_fdhrati2
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27933
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19133
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5438
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31194
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gx0eruyd.log --grpc-port=27933 --mon-port=19133 --ic-port=16923
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27933/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00569c/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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gx0eruyd.log --grpc-port=27933 --mon-port=19133 --ic-port=16923
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gx0eruyd.log', '--grpc-port=27933', '--mon-port=19133', '--ic-port=16923')' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625347
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27933/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00569c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625348
DEBUG    ya.test:process.py:259 Command (pid 625348) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625348) elapsed time (sec): 0.17941713333129883
DEBUG    ya.test:process.py:263 Command (pid 625348) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) maxrss: 130248
DEBUG    ya.test:process.py:263 Command (pid 625348) minflt: 2612
DEBUG    ya.test:process.py:263 Command (pid 625348) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 625348) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625348) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625348) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625348) stime: 0.011058
DEBUG    ya.test:process.py:263 Command (pid 625348) utime: 0.057726
DEBUG    ya.test:process.py:263 Command (pid 625348) wtime: 0.18
DEBUG    ya.test:process.py:275 Command (pid 625348) output:

DEBUG    ya.test:process.py:276 Command (pid 625348) errors:
Terminating due to uncaught exception 0x10603fb00410    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/00569c/ydb/tests/functional/tenants/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.625348' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/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, 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 0x10603fb00410    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/00569c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x10603fb00410    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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/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.625347' in '/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_gx0eruyd.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:27933/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31194
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5438
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19133
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27933
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16923
============================== slowest durations ===============================
1.41s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
1.41s setup    test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true]
1.27s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false]
1.27s setup    test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
0.42s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
0.40s setup    test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_dynamic_tenants.py::test_check_access[enable_alter_database_create_hive_first--true] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_check_access.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51c33fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--false] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30e7bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_and_drop_tenants[enable_alter_database_create_hive_first--true] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_tenants.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3265ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53677fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--false] - 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/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00569c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7034bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 8.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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py EEEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73c9bfb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x507bbfb00410    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_tenant_no_cpu[enable_alter_database_create_hive_first--true]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9054
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_c6os4pnd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62951
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13381
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13362
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64963
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_qz9ovchm.log --grpc-port=62951 --mon-port=13381 --ic-port=9054
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62951/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_qz9ovchm.log --grpc-port=62951 --mon-port=13381 --ic-port=9054
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_qz9ovchm.log', '--grpc-port=62951', '--mon-port=13381', '--ic-port=9054')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623043
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62951/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/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623044
DEBUG    ya.test:process.py:259 Command (pid 623044) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623044) elapsed time (sec): 0.26409316062927246
DEBUG    ya.test:process.py:263 Command (pid 623044) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) maxrss: 122368
DEBUG    ya.test:process.py:263 Command (pid 623044) minflt: 2652
DEBUG    ya.test:process.py:263 Command (pid 623044) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623044) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623044) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623044) stime: 0.012225999999999999
DEBUG    ya.test:process.py:263 Command (pid 623044) utime: 0.08966199999999999
DEBUG    ya.test:process.py:263 Command (pid 623044) wtime: 0.265
DEBUG    ya.test:process.py:275 Command (pid 623044) output:

DEBUG    ya.test:process.py:276 Command (pid 623044) errors:
Terminating due to uncaught exception 0x73c9bfb00410    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/005660/ydb/tests/functional/tenants/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.623044' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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, 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 0x73c9bfb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73c9bfb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/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.623043' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_qz9ovchm.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:62951/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13381
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62951
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9054
_ ERROR at setup of test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12a9bfb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33757fb00410    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_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20881
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_w185sddg
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15904
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14302
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28238
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24308
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_hdpeqixd.log --grpc-port=15904 --mon-port=14302 --ic-port=20881
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15904/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_hdpeqixd.log --grpc-port=15904 --mon-port=14302 --ic-port=20881
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_hdpeqixd.log', '--grpc-port=15904', '--mon-port=14302', '--ic-port=20881')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623956
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15904/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/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623957
DEBUG    ya.test:process.py:259 Command (pid 623957) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623957) elapsed time (sec): 0.18280792236328125
DEBUG    ya.test:process.py:263 Command (pid 623957) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) maxrss: 128648
DEBUG    ya.test:process.py:263 Command (pid 623957) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 623957) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 623957) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623957) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623957) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623957) stime: 0.003493
DEBUG    ya.test:process.py:263 Command (pid 623957) utime: 0.059038999999999994
DEBUG    ya.test:process.py:263 Command (pid 623957) wtime: 0.184
DEBUG    ya.test:process.py:275 Command (pid 623957) output:

DEBUG    ya.test:process.py:276 Command (pid 623957) errors:
Terminating due to uncaught exception 0x12a9bfb00410    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/005660/ydb/tests/functional/tenants/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.623957' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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, 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 0x12a9bfb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12a9bfb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/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.623956' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_hdpeqixd.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:15904/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24308
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28238
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14302
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15904
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20881
_ ERROR at setup of test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71bcffb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x317cffb00410    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_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1928
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_ai_hu0oz
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27431
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13961
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29989
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27047
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_mtukk9j1.log --grpc-port=27431 --mon-port=13961 --ic-port=1928
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27431/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_mtukk9j1.log --grpc-port=27431 --mon-port=13961 --ic-port=1928
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_mtukk9j1.log', '--grpc-port=27431', '--mon-port=13961', '--ic-port=1928')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624408
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27431/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/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624409
DEBUG    ya.test:process.py:259 Command (pid 624409) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624409) elapsed time (sec): 0.2502436637878418
DEBUG    ya.test:process.py:263 Command (pid 624409) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) maxrss: 131468
DEBUG    ya.test:process.py:263 Command (pid 624409) minflt: 2612
DEBUG    ya.test:process.py:263 Command (pid 624409) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 624409) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624409) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624409) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624409) stime: 0.016512
DEBUG    ya.test:process.py:263 Command (pid 624409) utime: 0.066048
DEBUG    ya.test:process.py:263 Command (pid 624409) wtime: 0.251
DEBUG    ya.test:process.py:275 Command (pid 624409) output:

DEBUG    ya.test:process.py:276 Command (pid 624409) errors:
Terminating due to uncaught exception 0x71bcffb00410    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/005660/ydb/tests/functional/tenants/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.624409' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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.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 0x71bcffb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71bcffb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/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.624408' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_mtukk9j1.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:27431/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27047
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29989
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13961
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1928
_ ERROR at setup of test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50597fb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5385ffb00410    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_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24462
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_izvc55l1
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7403
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22883
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21992
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3jmu_hyd.log --grpc-port=7403 --mon-port=22883 --ic-port=24462
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7403/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3jmu_hyd.log --grpc-port=7403 --mon-port=22883 --ic-port=24462
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_3jmu_hyd.log', '--grpc-port=7403', '--mon-port=22883', '--ic-port=24462')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625009
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7403/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625010
DEBUG    ya.test:process.py:259 Command (pid 625010) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625010) elapsed time (sec): 0.23688626289367676
DEBUG    ya.test:process.py:263 Command (pid 625010) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) maxrss: 131468
DEBUG    ya.test:process.py:263 Command (pid 625010) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 625010) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625010) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625010) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625010) stime: 0.012759999999999999
DEBUG    ya.test:process.py:263 Command (pid 625010) utime: 0.07656199999999999
DEBUG    ya.test:process.py:263 Command (pid 625010) wtime: 0.238
DEBUG    ya.test:process.py:275 Command (pid 625010) output:

DEBUG    ya.test:process.py:276 Command (pid 625010) errors:
Terminating due to uncaught exception 0x50597fb00410    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/005660/ydb/tests/functional/tenants/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.625010' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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, 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 0x50597fb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50597fb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/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.625009' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_3jmu_hyd.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:7403/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21992
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22883
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7403
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24462
_ ERROR at setup of test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51b4ffb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70feffb00410    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_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2845
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_gqyywl4z
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22354
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65518
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27025
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11598
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_jxa3pcsh.log --grpc-port=22354 --mon-port=65518 --ic-port=2845
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22354/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_jxa3pcsh.log --grpc-port=22354 --mon-port=65518 --ic-port=2845
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_jxa3pcsh.log', '--grpc-port=22354', '--mon-port=65518', '--ic-port=2845')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625393
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22354/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625395
DEBUG    ya.test:process.py:259 Command (pid 625395) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625395) elapsed time (sec): 0.28876566886901855
DEBUG    ya.test:process.py:263 Command (pid 625395) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) maxrss: 131468
DEBUG    ya.test:process.py:263 Command (pid 625395) minflt: 2623
DEBUG    ya.test:process.py:263 Command (pid 625395) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 625395) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625395) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625395) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625395) stime: 0.012124999999999999
DEBUG    ya.test:process.py:263 Command (pid 625395) utime: 0.09296199999999999
DEBUG    ya.test:process.py:263 Command (pid 625395) wtime: 0.29
DEBUG    ya.test:process.py:275 Command (pid 625395) output:

DEBUG    ya.test:process.py:276 Command (pid 625395) errors:
Terminating due to uncaught exception 0x51b4ffb00410    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/005660/ydb/tests/functional/tenants/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.625395' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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, 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 0x51b4ffb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x51b4ffb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/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.625393' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_jxa3pcsh.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:22354/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11598
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27025
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65518
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22354
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2845
_ ERROR at setup of test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false] _
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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7155bfb00410    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/fixtures/__init__.py:54: in ydb_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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52fe3fb00410    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_tenant_with_cpu[enable_alter_database_create_hive_first--false]
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/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19839
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005660/r3tmp/kikimr_cluster_exhu1huz
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2806
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6376
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1130
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26974
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_7y4ar460.log --grpc-port=2806 --mon-port=6376 --ic-port=19839
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2806/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005660/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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_7y4ar460.log --grpc-port=2806 --mon-port=6376 --ic-port=19839
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_7y4ar460.log', '--grpc-port=2806', '--mon-port=6376', '--ic-port=19839')' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625667
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2806/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625668
DEBUG    ya.test:process.py:259 Command (pid 625668) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625668) elapsed time (sec): 0.24113202095031738
DEBUG    ya.test:process.py:263 Command (pid 625668) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) maxrss: 131468
DEBUG    ya.test:process.py:263 Command (pid 625668) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 625668) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 625668) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625668) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625668) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625668) stime: 0.016933999999999998
DEBUG    ya.test:process.py:263 Command (pid 625668) utime: 0.061592999999999995
DEBUG    ya.test:process.py:263 Command (pid 625668) wtime: 0.242
DEBUG    ya.test:process.py:275 Command (pid 625668) output:

DEBUG    ya.test:process.py:276 Command (pid 625668) errors:
Terminating due to uncaught exception 0x7155bfb00410    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/005660/ydb/tests/functional/tenants/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.625668' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/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, 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 0x7155bfb00410    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/005660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7155bfb00410    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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/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.625667' in '/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_7y4ar460.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:2806/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26974
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6376
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2806
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19839
============================== slowest durations ===============================
1.42s setup    test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true]
1.40s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false]
1.38s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false]
1.38s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true]
1.28s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false]
0.44s setup    test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_dynamic_tenants.py::test_create_tenant_no_cpu[enable_alter_database_create_hive_first--true] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_no_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x507bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--false] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33757fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_then_exec_yql[enable_alter_database_create_hive_first--true] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x317cffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--false] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5385ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_then_exec_yql_empty_database_header[enable_alter_database_create_hive_first--true] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_then_exec_yql_empty_database_header.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70feffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--false] - 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/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005660/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52fe3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 9.64s ===============================
============================= 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py EEEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x127fbfb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3345bfb00410    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_tenant_with_cpu[enable_alter_database_create_hive_first--true]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14177
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_g2td3ncr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24073
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29026
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6604
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25551
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_cio_zavr.log --grpc-port=24073 --mon-port=29026 --ic-port=14177
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24073/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_cio_zavr.log --grpc-port=24073 --mon-port=29026 --ic-port=14177
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_cio_zavr.log', '--grpc-port=24073', '--mon-port=29026', '--ic-port=14177')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622582
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24073/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/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622583
DEBUG    ya.test:process.py:259 Command (pid 622583) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622583) elapsed time (sec): 0.21332049369812012
DEBUG    ya.test:process.py:263 Command (pid 622583) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) maxrss: 122320
DEBUG    ya.test:process.py:263 Command (pid 622583) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 622583) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622583) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622583) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622583) stime: 0.017346999999999998
DEBUG    ya.test:process.py:263 Command (pid 622583) utime: 0.078232
DEBUG    ya.test:process.py:263 Command (pid 622583) wtime: 0.216
DEBUG    ya.test:process.py:275 Command (pid 622583) output:

DEBUG    ya.test:process.py:276 Command (pid 622583) errors:
Terminating due to uncaught exception 0x127fbfb00410    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/00570a/ydb/tests/functional/tenants/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.622583' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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 0x127fbfb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x127fbfb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/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.622582' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_cio_zavr.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:24073/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25551
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6604
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29026
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24073
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14177
_ ERROR at setup of test_custom_coordinator_options[enable_alter_database_create_hive_first--false] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10be7fb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x306dffb00410    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_custom_coordinator_options[enable_alter_database_create_hive_first--false]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1297
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_prhfz1do
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61124
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24611
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9803
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7385
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_fy57_ahu.log --grpc-port=61124 --mon-port=24611 --ic-port=1297
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61124/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_fy57_ahu.log --grpc-port=61124 --mon-port=24611 --ic-port=1297
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_fy57_ahu.log', '--grpc-port=61124', '--mon-port=24611', '--ic-port=1297')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623322
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:61124/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/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623323
DEBUG    ya.test:process.py:259 Command (pid 623323) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623323) elapsed time (sec): 0.1732194423675537
DEBUG    ya.test:process.py:263 Command (pid 623323) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) maxrss: 129380
DEBUG    ya.test:process.py:263 Command (pid 623323) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 623323) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 623323) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623323) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623323) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623323) stime: 0.00313
DEBUG    ya.test:process.py:263 Command (pid 623323) utime: 0.059411
DEBUG    ya.test:process.py:263 Command (pid 623323) wtime: 0.179
DEBUG    ya.test:process.py:275 Command (pid 623323) output:

DEBUG    ya.test:process.py:276 Command (pid 623323) errors:
Terminating due to uncaught exception 0x10be7fb00410    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/00570a/ydb/tests/functional/tenants/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.623323' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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.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 0x10be7fb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x10be7fb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/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.623322' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_fy57_ahu.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:61124/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7385
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9803
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24611
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61124
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1297
_ ERROR at setup of test_custom_coordinator_options[enable_alter_database_create_hive_first--true] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x707bbfb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x110d3fb00410    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_custom_coordinator_options[enable_alter_database_create_hive_first--true]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15755
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_xa950q14
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11184
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6403
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1931
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_y2c6izay.log --grpc-port=11184 --mon-port=23816 --ic-port=15755
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11184/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_y2c6izay.log --grpc-port=11184 --mon-port=23816 --ic-port=15755
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_y2c6izay.log', '--grpc-port=11184', '--mon-port=23816', '--ic-port=15755')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624008
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11184/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/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624009
DEBUG    ya.test:process.py:259 Command (pid 624009) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624009) elapsed time (sec): 0.2101609706878662
DEBUG    ya.test:process.py:263 Command (pid 624009) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) maxrss: 129688
DEBUG    ya.test:process.py:263 Command (pid 624009) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 624009) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 624009) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624009) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624009) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624009) stime: 0.014981
DEBUG    ya.test:process.py:263 Command (pid 624009) utime: 0.06749999999999999
DEBUG    ya.test:process.py:263 Command (pid 624009) wtime: 0.211
DEBUG    ya.test:process.py:275 Command (pid 624009) output:

DEBUG    ya.test:process.py:276 Command (pid 624009) errors:
Terminating due to uncaught exception 0x707bbfb00410    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/00570a/ydb/tests/functional/tenants/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.624009' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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, 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 0x707bbfb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x707bbfb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/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.624008' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_y2c6izay.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:11184/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1931
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6403
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11184
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15755
_ ERROR at setup of test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x514e7fb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3118ffb00410    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_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24447
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_8nxw4s5j
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25456
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62236
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19585
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5914
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_rkqn6xrs.log --grpc-port=25456 --mon-port=62236 --ic-port=24447
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25456/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_rkqn6xrs.log --grpc-port=25456 --mon-port=62236 --ic-port=24447
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_rkqn6xrs.log', '--grpc-port=25456', '--mon-port=62236', '--ic-port=24447')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624611
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25456/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624612
DEBUG    ya.test:process.py:259 Command (pid 624612) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624612) elapsed time (sec): 0.34665751457214355
DEBUG    ya.test:process.py:263 Command (pid 624612) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) maxrss: 129968
DEBUG    ya.test:process.py:263 Command (pid 624612) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 624612) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 624612) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624612) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624612) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624612) stime: 0.019865
DEBUG    ya.test:process.py:263 Command (pid 624612) utime: 0.07968499999999999
DEBUG    ya.test:process.py:263 Command (pid 624612) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 624612) output:

DEBUG    ya.test:process.py:276 Command (pid 624612) errors:
Terminating due to uncaught exception 0x514e7fb00410    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/00570a/ydb/tests/functional/tenants/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.624612' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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, 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 0x514e7fb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x514e7fb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/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.624611' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_rkqn6xrs.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:25456/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5914
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19585
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62236
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25456
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24447
_ ERROR at setup of test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x51acffb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10f1bfb00410    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_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3924
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_q_2i29_0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24523
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1289
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1943
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16178
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_flg5r5ou.log --grpc-port=24523 --mon-port=1289 --ic-port=3924
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24523/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_flg5r5ou.log --grpc-port=24523 --mon-port=1289 --ic-port=3924
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_flg5r5ou.log', '--grpc-port=24523', '--mon-port=1289', '--ic-port=3924')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624804
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24523/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624806
DEBUG    ya.test:process.py:259 Command (pid 624806) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624806) elapsed time (sec): 0.32581114768981934
DEBUG    ya.test:process.py:263 Command (pid 624806) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) maxrss: 130276
DEBUG    ya.test:process.py:263 Command (pid 624806) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 624806) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 624806) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624806) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624806) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624806) stime: 0.016541999999999998
DEBUG    ya.test:process.py:263 Command (pid 624806) utime: 0.082712
DEBUG    ya.test:process.py:263 Command (pid 624806) wtime: 0.327
DEBUG    ya.test:process.py:275 Command (pid 624806) output:

DEBUG    ya.test:process.py:276 Command (pid 624806) errors:
Terminating due to uncaught exception 0x51acffb00410    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/00570a/ydb/tests/functional/tenants/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.624806' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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, 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 0x51acffb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x51acffb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/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.624804' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_flg5r5ou.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:24523/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16178
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1943
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1289
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24523
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3924
_ ERROR at setup of test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false] _
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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x721dffb00410    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/fixtures/__init__.py:54: in ydb_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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11547fb00410    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_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
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/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26372
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00570a/r3tmp/kikimr_cluster_vb8wbx2c
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16544
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28091
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31296
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6127
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gw9xt_86.log --grpc-port=16544 --mon-port=28091 --ic-port=26372
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16544/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00570a/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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gw9xt_86.log --grpc-port=16544 --mon-port=28091 --ic-port=26372
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_gw9xt_86.log', '--grpc-port=16544', '--mon-port=28091', '--ic-port=26372')' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625184
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16544/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00570a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625185
DEBUG    ya.test:process.py:259 Command (pid 625185) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625185) elapsed time (sec): 0.23748517036437988
DEBUG    ya.test:process.py:263 Command (pid 625185) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) maxrss: 130456
DEBUG    ya.test:process.py:263 Command (pid 625185) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 625185) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625185) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625185) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625185) stime: 0.019933
DEBUG    ya.test:process.py:263 Command (pid 625185) utime: 0.08370899999999999
DEBUG    ya.test:process.py:263 Command (pid 625185) wtime: 0.238
DEBUG    ya.test:process.py:275 Command (pid 625185) output:

DEBUG    ya.test:process.py:276 Command (pid 625185) errors:
Terminating due to uncaught exception 0x721dffb00410    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/00570a/ydb/tests/functional/tenants/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.625185' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/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, 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 0x721dffb00410    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/00570a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x721dffb00410    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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/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.625184' in '/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_gw9xt_86.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:16544/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6127
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31296
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28091
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16544
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26372
============================== slowest durations ===============================
1.38s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false]
1.38s setup    test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true]
1.34s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true]
1.33s setup    test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false]
0.50s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false]
0.44s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_dynamic_tenants.py::test_create_tenant_with_cpu[enable_alter_database_create_hive_first--true] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_create_tenant_with_cpu.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3345bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--false] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x306dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_custom_coordinator_options[enable_alter_database_create_hive_first--true] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_custom_coordinator_options.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x110d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--false] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3118ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_complete[enable_alter_database_create_hive_first--true] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_complete.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x10f1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--false] - 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/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00570a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11547fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 8.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_dynamic_tenants.py E
test_publish_into_schemeboard_with_common_ssring.py E
test_storage_config.py EEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true] _
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3134ffb00410    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/fixtures/__init__.py:54: in ydb_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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71e1ffb00410    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_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
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/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21140
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_dynamic_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056a0/r3tmp/kikimr_cluster_xb7qljuf
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19605
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3657
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30955
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_c8trcyr3.log --grpc-port=5942 --mon-port=19605 --ic-port=21140
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5942/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_c8trcyr3.log --grpc-port=5942 --mon-port=19605 --ic-port=21140
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_c8trcyr3.log', '--grpc-port=5942', '--mon-port=19605', '--ic-port=21140')' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622791
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:5942/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/0056a0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622792
DEBUG    ya.test:process.py:259 Command (pid 622792) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622792) elapsed time (sec): 0.21382808685302734
DEBUG    ya.test:process.py:263 Command (pid 622792) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) maxrss: 122176
DEBUG    ya.test:process.py:263 Command (pid 622792) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 622792) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 622792) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622792) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622792) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622792) stime: 0.016617
DEBUG    ya.test:process.py:263 Command (pid 622792) utime: 0.058161
DEBUG    ya.test:process.py:263 Command (pid 622792) wtime: 0.215
DEBUG    ya.test:process.py:275 Command (pid 622792) output:

DEBUG    ya.test:process.py:276 Command (pid 622792) errors:
Terminating due to uncaught exception 0x3134ffb00410    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/0056a0/ydb/tests/functional/tenants/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.622792' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/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.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 0x3134ffb00410    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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3134ffb00410    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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/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.622791' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_c8trcyr3.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:5942/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30955
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3657
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19605
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21140
_________________ ERROR at setup of TestOn3DC.test_create_dirs _________________
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x332d7fb00410    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/functional/tenants/test_publish_into_schemeboard_with_common_ssring.py:34: in setup_class
    cls.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7052ffb00410    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_dirs
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/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20568
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056a0/r3tmp/kikimr_cluster_yg9d_w0d
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17346
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22504
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25031
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/logfile_7vu2g01e.log --grpc-port=17346 --mon-port=22504 --ic-port=23356
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21919
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13844
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9485
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_2/logfile_m4tqstat.log --grpc-port=10485 --mon-port=21919 --ic-port=20568
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17346/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/logfile_7vu2g01e.log --grpc-port=17346 --mon-port=22504 --ic-port=23356
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/logfile_7vu2g01e.log', '--grpc-port=17346', '--mon-port=22504', '--ic-port=23356')' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623734
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17346/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/0056a0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623735
DEBUG    ya.test:process.py:259 Command (pid 623735) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623735) elapsed time (sec): 0.2179429531097412
DEBUG    ya.test:process.py:263 Command (pid 623735) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) maxrss: 129808
DEBUG    ya.test:process.py:263 Command (pid 623735) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 623735) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623735) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623735) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623735) stime: 0.016309
DEBUG    ya.test:process.py:263 Command (pid 623735) utime: 0.08970399999999999
DEBUG    ya.test:process.py:263 Command (pid 623735) wtime: 0.219
DEBUG    ya.test:process.py:275 Command (pid 623735) output:

DEBUG    ya.test:process.py:276 Command (pid 623735) errors:
Terminating due to uncaught exception 0x332d7fb00410    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/0056a0/ydb/tests/functional/tenants/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.623735' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/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 0x332d7fb00410    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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x332d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:10485/2
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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/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.623734' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_7vu2g01e.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:17346/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13844
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21919
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25031
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11825
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22504
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17346
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20568
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23356
____________ ERROR at setup of TestStorageConfig.test_cases[case_0] ____________
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52707fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52823fb00410    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_cases[case_0]
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/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1156
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056a0/r3tmp/kikimr_cluster_cvnffype
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14961
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6006
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27123
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/logfile_43ahsg2l.log --grpc-port=14961 --mon-port=6006 --ic-port=1156
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14961/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a0/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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/logfile_43ahsg2l.log --grpc-port=14961 --mon-port=6006 --ic-port=1156
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/logfile_43ahsg2l.log', '--grpc-port=14961', '--mon-port=6006', '--ic-port=1156')' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14961/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/0056a0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623851
DEBUG    ya.test:process.py:259 Command (pid 623851) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623851) elapsed time (sec): 0.2071983814239502
DEBUG    ya.test:process.py:263 Command (pid 623851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) maxrss: 129808
DEBUG    ya.test:process.py:263 Command (pid 623851) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 623851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 623851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623851) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623851) stime: 0.006951
DEBUG    ya.test:process.py:263 Command (pid 623851) utime: 0.06216
DEBUG    ya.test:process.py:263 Command (pid 623851) wtime: 0.208
DEBUG    ya.test:process.py:275 Command (pid 623851) output:

DEBUG    ya.test:process.py:276 Command (pid 623851) errors:
Terminating due to uncaught exception 0x52707fb00410    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/0056a0/ydb/tests/functional/tenants/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.623851' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/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, 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 0x52707fb00410    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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52707fb00410    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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/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.623850' in '/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_43ahsg2l.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:14961/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27123
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62980
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6006
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14961
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1156
___________ ERROR at setup of TestStorageConfig.test_cases[case_10] ____________
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52707fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52823fb00410    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_cases[case_10]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
___________ ERROR at setup of TestStorageConfig.test_cases[case_11] ____________
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52707fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52823fb00410    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_cases[case_11]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
___________ ERROR at setup of TestStorageConfig.test_cases[case_12] ____________
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/0056a0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52707fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52823fb00410    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_cases[case_12]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.32s setup    test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true]
1.30s setup    test_storage_config.py::TestStorageConfig::test_cases[case_0]
0.37s setup    test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_dynamic_tenants.py::test_drop_tenant_without_nodes_could_continue[enable_alter_database_create_hive_first--true] - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_dynamic_tenants.py.test_drop_tenant_without_nodes_could_continue.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71e1ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_publish_into_schemeboard_with_common_ssring.py::TestOn3DC::test_create_dirs - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_publish_into_schemeboard_with_common_ssring.py.TestOn3DC.test_create_dirs/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7052ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_0] - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52823fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_10] - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52823fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_11] - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52823fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_12] - 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/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a0/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_0/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52823fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 5.05s ===============================
============================= 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_storage_config.py EEEEEE

==================================== ERRORS ====================================
____________ ERROR at setup of TestStorageConfig.test_cases[case_1] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_1]
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/0056a8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64635
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056a8/r3tmp/kikimr_cluster_h9yebswx
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28171
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27666
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28053
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2325
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a8/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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/logfile_2dlddcqc.log --grpc-port=28171 --mon-port=27666 --ic-port=64635
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28171/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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056a8/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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/logfile_2dlddcqc.log --grpc-port=28171 --mon-port=27666 --ic-port=64635
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/logfile_2dlddcqc.log', '--grpc-port=28171', '--mon-port=27666', '--ic-port=64635')' in '/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 632277
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28171/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/0056a8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632279
DEBUG    ya.test:process.py:259 Command (pid 632279) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632279) elapsed time (sec): 0.11059451103210449
DEBUG    ya.test:process.py:263 Command (pid 632279) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) maxrss: 122468
DEBUG    ya.test:process.py:263 Command (pid 632279) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632279) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) nivcsw: 56
DEBUG    ya.test:process.py:263 Command (pid 632279) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632279) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 632279) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632279) stime: 0.011677
DEBUG    ya.test:process.py:263 Command (pid 632279) utime: 0.08952299999999999
DEBUG    ya.test:process.py:263 Command (pid 632279) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 632279) output:

DEBUG    ya.test:process.py:276 Command (pid 632279) errors:
Terminating due to uncaught exception 0x70a83fb00410    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/0056a8/ydb/tests/functional/tenants/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.632279' in '/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/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, 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 0x70a83fb00410    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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70a83fb00410    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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/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.632277' in '/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_2dlddcqc.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:28171/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28053
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27666
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28171
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64635
____________ ERROR at setup of TestStorageConfig.test_cases[case_2] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_2]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_cases[case_3] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_3]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_cases[case_4] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_4]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_cases[case_5] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_5]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_cases[case_6] ____________
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/0056a8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70a83fb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13e9ffb00410    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_cases[case_6]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.24s setup    test_storage_config.py::TestStorageConfig::test_cases[case_1]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_1] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_2] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_3] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_4] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_5] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_6] - 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/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056a8/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13e9ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 3.09s ===============================
============================= 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_storage_config.py EEEE
test_system_views.py EE

==================================== ERRORS ====================================
____________ ERROR at setup of TestStorageConfig.test_cases[case_7] ____________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7070ffb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52ec3fb00410    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_cases[case_7]
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/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8568
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595c/r3tmp/kikimr_cluster_9q8s2rhu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3050
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11280
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15751
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/logfile_wc6qsaj8.log --grpc-port=3050 --mon-port=11280 --ic-port=8568
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3050/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/logfile_wc6qsaj8.log --grpc-port=3050 --mon-port=11280 --ic-port=8568
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/logfile_wc6qsaj8.log', '--grpc-port=3050', '--mon-port=11280', '--ic-port=8568')' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611160
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3050/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/00595c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611162
DEBUG    ya.test:process.py:259 Command (pid 611162) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611162) elapsed time (sec): 0.11078643798828125
DEBUG    ya.test:process.py:263 Command (pid 611162) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) maxrss: 122248
DEBUG    ya.test:process.py:263 Command (pid 611162) minflt: 2644
DEBUG    ya.test:process.py:263 Command (pid 611162) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 611162) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611162) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 611162) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611162) stime: 0.012509
DEBUG    ya.test:process.py:263 Command (pid 611162) utime: 0.091735
DEBUG    ya.test:process.py:263 Command (pid 611162) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 611162) output:

DEBUG    ya.test:process.py:276 Command (pid 611162) errors:
Terminating due to uncaught exception 0x7070ffb00410    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/00595c/ydb/tests/functional/tenants/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.611162' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/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, 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 0x7070ffb00410    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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7070ffb00410    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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/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.611160' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_wc6qsaj8.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:3050/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15751
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11280
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3050
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8568
____________ ERROR at setup of TestStorageConfig.test_cases[case_8] ____________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7070ffb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52ec3fb00410    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_cases[case_8]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_cases[case_9] ____________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7070ffb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52ec3fb00410    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_cases[case_9]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
____________ ERROR at setup of TestStorageConfig.test_create_tablet ____________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7070ffb00410    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/functional/tenants/test_storage_config.py:37: in setup_class
    cls.kikimr.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52ec3fb00410    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_tablet
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
________________ ERROR at setup of TestPartitionStats.test_case ________________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x5103ffb00410    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/functional/tenants/test_system_views.py:33: in setup_class
    cls.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x525ebfb00410    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_case
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/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25469
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595c/r3tmp/kikimr_cluster_2wne8unj
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8802
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15225
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25790
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8853
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/logfile_g53e5w_e.log --grpc-port=8802 --mon-port=15225 --ic-port=25469
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8802/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/logfile_g53e5w_e.log --grpc-port=8802 --mon-port=15225 --ic-port=25469
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/logfile_g53e5w_e.log', '--grpc-port=8802', '--mon-port=15225', '--ic-port=25469')' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612267
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8802/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/00595c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612268
DEBUG    ya.test:process.py:259 Command (pid 612268) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612268) elapsed time (sec): 0.24994373321533203
DEBUG    ya.test:process.py:263 Command (pid 612268) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) maxrss: 130444
DEBUG    ya.test:process.py:263 Command (pid 612268) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612268) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 612268) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612268) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612268) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612268) stime: 0.0043419999999999995
DEBUG    ya.test:process.py:263 Command (pid 612268) utime: 0.065136
DEBUG    ya.test:process.py:263 Command (pid 612268) wtime: 0.251
DEBUG    ya.test:process.py:275 Command (pid 612268) output:

DEBUG    ya.test:process.py:276 Command (pid 612268) errors:
Terminating due to uncaught exception 0x5103ffb00410    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/00595c/ydb/tests/functional/tenants/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.612268' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/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, 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 0x5103ffb00410    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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x5103ffb00410    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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/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.612267' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_g53e5w_e.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:8802/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8853
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25790
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15225
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8802
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25469
_________________ ERROR at setup of TestQueryMetrics.test_case _________________
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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x72253fb00410    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/functional/tenants/test_system_views.py:33: in setup_class
    cls.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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73873fb00410    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_case
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/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3926
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595c/r3tmp/kikimr_cluster_ybg3zrw9
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13188
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28242
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23140
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15112
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/logfile_rhqbp8ka.log --grpc-port=13188 --mon-port=28242 --ic-port=3926
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13188/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595c/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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/logfile_rhqbp8ka.log --grpc-port=13188 --mon-port=28242 --ic-port=3926
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/logfile_rhqbp8ka.log', '--grpc-port=13188', '--mon-port=28242', '--ic-port=3926')' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612390
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13188/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/00595c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612391
DEBUG    ya.test:process.py:259 Command (pid 612391) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612391) elapsed time (sec): 0.2229447364807129
DEBUG    ya.test:process.py:263 Command (pid 612391) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) maxrss: 132836
DEBUG    ya.test:process.py:263 Command (pid 612391) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 612391) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 612391) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612391) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612391) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612391) stime: 0.019598
DEBUG    ya.test:process.py:263 Command (pid 612391) utime: 0.047035999999999994
DEBUG    ya.test:process.py:263 Command (pid 612391) wtime: 0.224
DEBUG    ya.test:process.py:275 Command (pid 612391) output:

DEBUG    ya.test:process.py:276 Command (pid 612391) errors:
Terminating due to uncaught exception 0x72253fb00410    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/00595c/ydb/tests/functional/tenants/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.612391' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/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, 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 0x72253fb00410    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/00595c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x72253fb00410    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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/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.612390' in '/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_rhqbp8ka.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:13188/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15112
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23140
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28242
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13188
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3926
============================== slowest durations ===============================
1.27s setup    test_storage_config.py::TestStorageConfig::test_cases[case_7]
0.36s setup    test_system_views.py::TestPartitionStats::test_case
0.30s setup    test_system_views.py::TestQueryMetrics::test_case

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_7] - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52ec3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_8] - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52ec3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_cases[case_9] - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52ec3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_storage_config.py::TestStorageConfig::test_create_tablet - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_storage_config.py.TestStorageConfig.test_cases.case_7/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52ec3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_system_views.py::TestPartitionStats::test_case - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestPartitionStats.test_case/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x525ebfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_system_views.py::TestQueryMetrics::test_case - 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/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_system_views.py.TestQueryMetrics.test_case/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73873fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 4.08s ===============================
============================= 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_system_views.py E
test_tenants.py EEEEx

==================================== ERRORS ====================================
__________ ERROR at setup of TestQueryMetricsUniqueQueries.test_case ___________
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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x117f3fb00410    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/functional/tenants/test_system_views.py:33: in setup_class
    cls.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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70acffb00410    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_case
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/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13167
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00571c/r3tmp/kikimr_cluster_k43avg7w
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24232
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/2098
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17270
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/logfile_epvh7oet.log --grpc-port=24232 --mon-port=23755 --ic-port=13167
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24232/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/logfile_epvh7oet.log --grpc-port=24232 --mon-port=23755 --ic-port=13167
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/logfile_epvh7oet.log', '--grpc-port=24232', '--mon-port=23755', '--ic-port=13167')' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622575
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24232/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/00571c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622577
DEBUG    ya.test:process.py:259 Command (pid 622577) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622577) elapsed time (sec): 0.28589344024658203
DEBUG    ya.test:process.py:263 Command (pid 622577) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) maxrss: 122556
DEBUG    ya.test:process.py:263 Command (pid 622577) minflt: 2612
DEBUG    ya.test:process.py:263 Command (pid 622577) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622577) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622577) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622577) stime: 0.011772
DEBUG    ya.test:process.py:263 Command (pid 622577) utime: 0.065842
DEBUG    ya.test:process.py:263 Command (pid 622577) wtime: 0.287
DEBUG    ya.test:process.py:275 Command (pid 622577) output:

DEBUG    ya.test:process.py:276 Command (pid 622577) errors:
Terminating due to uncaught exception 0x117f3fb00410    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/00571c/ydb/tests/functional/tenants/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.622577' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/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, 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 0x117f3fb00410    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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x117f3fb00410    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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/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.622575' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_epvh7oet.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:24232/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17270
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2098
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/24232
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13167
_ ERROR at setup of TestTenants.test_create_create_table[enable_alter_database_create_hive_first--false] _
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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31a7bfb00410    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/fixtures/__init__.py:54: in ydb_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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13c13fb00410    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_create_table[enable_alter_database_create_hive_first--false]
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/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4377
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00571c/r3tmp/kikimr_cluster_44uxd674
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14074
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8566
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12000
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_25xrt_qy.log --grpc-port=14299 --mon-port=14074 --ic-port=4377
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14299/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_25xrt_qy.log --grpc-port=14299 --mon-port=14074 --ic-port=4377
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_25xrt_qy.log', '--grpc-port=14299', '--mon-port=14074', '--ic-port=4377')' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622905
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14299/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/00571c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622906
DEBUG    ya.test:process.py:259 Command (pid 622906) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622906) elapsed time (sec): 0.25606870651245117
DEBUG    ya.test:process.py:263 Command (pid 622906) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 622906) maxrss: 129472
DEBUG    ya.test:process.py:263 Command (pid 622906) minflt: 2646
DEBUG    ya.test:process.py:263 Command (pid 622906) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 622906) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622906) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622906) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622906) stime: 0.013338
DEBUG    ya.test:process.py:263 Command (pid 622906) utime: 0.091486
DEBUG    ya.test:process.py:263 Command (pid 622906) wtime: 0.257
DEBUG    ya.test:process.py:275 Command (pid 622906) output:

DEBUG    ya.test:process.py:276 Command (pid 622906) errors:
Terminating due to uncaught exception 0x31a7bfb00410    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/00571c/ydb/tests/functional/tenants/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.622906' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/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 0x31a7bfb00410    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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31a7bfb00410    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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/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.622905' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_25xrt_qy.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:14299/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12000
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8566
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14074
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14299
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4377
_ ERROR at setup of TestTenants.test_create_create_table[enable_alter_database_create_hive_first--true] _
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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x519dbfb00410    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/fixtures/__init__.py:54: in ydb_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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70b17fb00410    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_create_table[enable_alter_database_create_hive_first--true]
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/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23325
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00571c/r3tmp/kikimr_cluster_47nak7in
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9051
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8702
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15416
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_9vnlisa0.log --grpc-port=9051 --mon-port=8702 --ic-port=23325
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9051/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_9vnlisa0.log --grpc-port=9051 --mon-port=8702 --ic-port=23325
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_9vnlisa0.log', '--grpc-port=9051', '--mon-port=8702', '--ic-port=23325')' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623746
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9051/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/00571c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623747
DEBUG    ya.test:process.py:259 Command (pid 623747) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623747) elapsed time (sec): 0.2608325481414795
DEBUG    ya.test:process.py:263 Command (pid 623747) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) maxrss: 130280
DEBUG    ya.test:process.py:263 Command (pid 623747) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 623747) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623747) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623747) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623747) stime: 0.019275
DEBUG    ya.test:process.py:263 Command (pid 623747) utime: 0.072366
DEBUG    ya.test:process.py:263 Command (pid 623747) wtime: 0.261
DEBUG    ya.test:process.py:275 Command (pid 623747) output:

DEBUG    ya.test:process.py:276 Command (pid 623747) errors:
Terminating due to uncaught exception 0x519dbfb00410    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/00571c/ydb/tests/functional/tenants/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.623747' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/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, 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 0x519dbfb00410    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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x519dbfb00410    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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/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.623746' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_9vnlisa0.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:9051/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15416
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8702
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9051
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23325
_ ERROR at setup of TestTenants.test_create_drop_create_table2[enable_alter_database_create_hive_first--false] _
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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50de7fb00410    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/fixtures/__init__.py:54: in ydb_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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3156ffb00410    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_drop_create_table2[enable_alter_database_create_hive_first--false]
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/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4390
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00571c/r3tmp/kikimr_cluster_8pdn0f6_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25197
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22692
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9190
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_ij_xiw8r.log --grpc-port=25197 --mon-port=26106 --ic-port=4390
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25197/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_ij_xiw8r.log --grpc-port=25197 --mon-port=26106 --ic-port=4390
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_ij_xiw8r.log', '--grpc-port=25197', '--mon-port=26106', '--ic-port=4390')' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623977
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25197/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623979
DEBUG    ya.test:process.py:259 Command (pid 623979) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623979) elapsed time (sec): 0.21225690841674805
DEBUG    ya.test:process.py:263 Command (pid 623979) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) maxrss: 130324
DEBUG    ya.test:process.py:263 Command (pid 623979) minflt: 2535
DEBUG    ya.test:process.py:263 Command (pid 623979) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 623979) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623979) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623979) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623979) stime: 0.007513
DEBUG    ya.test:process.py:263 Command (pid 623979) utime: 0.064221
DEBUG    ya.test:process.py:263 Command (pid 623979) wtime: 0.213
DEBUG    ya.test:process.py:275 Command (pid 623979) output:

DEBUG    ya.test:process.py:276 Command (pid 623979) errors:
Terminating due to uncaught exception 0x50de7fb00410    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/00571c/ydb/tests/functional/tenants/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.623979' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/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 0x50de7fb00410    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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50de7fb00410    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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/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.623977' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ij_xiw8r.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:25197/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9190
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22692
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26106
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25197
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4390
_ ERROR at setup of TestTenants.test_create_drop_create_table2[enable_alter_database_create_hive_first--true] _
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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c6bfb00410    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/fixtures/__init__.py:54: in ydb_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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12497fb00410    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_drop_create_table2[enable_alter_database_create_hive_first--true]
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/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12106
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00571c/r3tmp/kikimr_cluster_54y829x9
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62921
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9127
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15721
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_dj65zjo3.log --grpc-port=62921 --mon-port=9127 --ic-port=12106
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62921/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00571c/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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_dj65zjo3.log --grpc-port=62921 --mon-port=9127 --ic-port=12106
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_dj65zjo3.log', '--grpc-port=62921', '--mon-port=9127', '--ic-port=12106')' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624095
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62921/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00571c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624096
DEBUG    ya.test:process.py:259 Command (pid 624096) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624096) elapsed time (sec): 0.1823415756225586
DEBUG    ya.test:process.py:263 Command (pid 624096) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) maxrss: 132592
DEBUG    ya.test:process.py:263 Command (pid 624096) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 624096) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 624096) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624096) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624096) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624096) stime: 0.0212
DEBUG    ya.test:process.py:263 Command (pid 624096) utime: 0.044321
DEBUG    ya.test:process.py:263 Command (pid 624096) wtime: 0.183
DEBUG    ya.test:process.py:275 Command (pid 624096) output:

DEBUG    ya.test:process.py:276 Command (pid 624096) errors:
Terminating due to uncaught exception 0x70c6bfb00410    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/00571c/ydb/tests/functional/tenants/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.624096' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/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, 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 0x70c6bfb00410    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/00571c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70c6bfb00410    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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/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.624095' in '/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_dj65zjo3.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:62921/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15721
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6394
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9127
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62921
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12106
============================== slowest durations ===============================
1.41s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false]
1.33s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true]
0.45s setup    test_system_views.py::TestQueryMetricsUniqueQueries::test_case
0.45s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--false]
0.35s setup    test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true]
0.33s setup    test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_system_views.py::TestQueryMetricsUniqueQueries::test_case - 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_system_views.py.TestQueryMetricsUniqueQueries.test_case/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70acffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--false] - 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13c13fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_create_table[enable_alter_database_create_hive_first--true] - 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70b17fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--false] - 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3156ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_drop_create_table2[enable_alter_database_create_hive_first--true] - 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/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00571c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table2.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12497fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
========================= 1 xfailed, 5 errors in 6.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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py xEEEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestTenants.test_create_drop_create_table[enable_alter_database_create_hive_first--false] _
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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71d6ffb00410    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/fixtures/__init__.py:54: in ydb_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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73413fb00410    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_drop_create_table[enable_alter_database_create_hive_first--false]
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/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15752
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595b/r3tmp/kikimr_cluster_mzz98kla
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65035
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2416
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16077
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23212
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_czhbl2th.log --grpc-port=65035 --mon-port=2416 --ic-port=15752
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:65035/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_czhbl2th.log --grpc-port=65035 --mon-port=2416 --ic-port=15752
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_czhbl2th.log', '--grpc-port=65035', '--mon-port=2416', '--ic-port=15752')' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612076
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:65035/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/00595b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612077
DEBUG    ya.test:process.py:259 Command (pid 612077) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612077) elapsed time (sec): 0.2610483169555664
DEBUG    ya.test:process.py:263 Command (pid 612077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) maxrss: 129624
DEBUG    ya.test:process.py:263 Command (pid 612077) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 612077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 612077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612077) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612077) stime: 0.007096
DEBUG    ya.test:process.py:263 Command (pid 612077) utime: 0.093114
DEBUG    ya.test:process.py:263 Command (pid 612077) wtime: 0.262
DEBUG    ya.test:process.py:275 Command (pid 612077) output:

DEBUG    ya.test:process.py:276 Command (pid 612077) errors:
Terminating due to uncaught exception 0x71d6ffb00410    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/00595b/ydb/tests/functional/tenants/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.612077' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/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, 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 0x71d6ffb00410    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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71d6ffb00410    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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/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.612076' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_czhbl2th.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:65035/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23212
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16077
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2416
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65035
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15752
_ ERROR at setup of TestTenants.test_create_drop_create_table[enable_alter_database_create_hive_first--true] _
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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50243fb00410    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/fixtures/__init__.py:54: in ydb_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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31de3fb00410    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_drop_create_table[enable_alter_database_create_hive_first--true]
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/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23743
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595b/r3tmp/kikimr_cluster_obvn2rqv
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11327
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8160
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10049
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5237
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_z6a7dd99.log --grpc-port=11327 --mon-port=8160 --ic-port=23743
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11327/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_z6a7dd99.log --grpc-port=11327 --mon-port=8160 --ic-port=23743
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_z6a7dd99.log', '--grpc-port=11327', '--mon-port=8160', '--ic-port=23743')' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612575
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11327/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/00595b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612576
DEBUG    ya.test:process.py:259 Command (pid 612576) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612576) elapsed time (sec): 0.27951622009277344
DEBUG    ya.test:process.py:263 Command (pid 612576) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) maxrss: 129664
DEBUG    ya.test:process.py:263 Command (pid 612576) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 612576) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 612576) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612576) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612576) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612576) stime: 0.023986
DEBUG    ya.test:process.py:263 Command (pid 612576) utime: 0.083951
DEBUG    ya.test:process.py:263 Command (pid 612576) wtime: 0.28
DEBUG    ya.test:process.py:275 Command (pid 612576) output:

DEBUG    ya.test:process.py:276 Command (pid 612576) errors:
Terminating due to uncaught exception 0x50243fb00410    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/00595b/ydb/tests/functional/tenants/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.612576' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/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, 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 0x50243fb00410    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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50243fb00410    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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/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.612575' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_z6a7dd99.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:11327/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5237
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10049
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8160
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11327
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23743
_ ERROR at setup of TestTenants.test_create_remove_database[enable_alter_database_create_hive_first--false] _
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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3162ffb00410    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/fixtures/__init__.py:54: in ydb_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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52583fb00410    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_remove_database[enable_alter_database_create_hive_first--false]
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/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61836
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595b/r3tmp/kikimr_cluster_q37ymk9i
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23284
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8604
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19802
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20298
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_1ut2_as_.log --grpc-port=23284 --mon-port=8604 --ic-port=61836
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23284/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_1ut2_as_.log --grpc-port=23284 --mon-port=8604 --ic-port=61836
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_1ut2_as_.log', '--grpc-port=23284', '--mon-port=8604', '--ic-port=61836')' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613120
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23284/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613121
DEBUG    ya.test:process.py:259 Command (pid 613121) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613121) elapsed time (sec): 0.27390623092651367
DEBUG    ya.test:process.py:263 Command (pid 613121) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) maxrss: 129780
DEBUG    ya.test:process.py:263 Command (pid 613121) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 613121) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 613121) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613121) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 613121) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613121) stime: 0.004134
DEBUG    ya.test:process.py:263 Command (pid 613121) utime: 0.09923499999999999
DEBUG    ya.test:process.py:263 Command (pid 613121) wtime: 0.275
DEBUG    ya.test:process.py:275 Command (pid 613121) output:

DEBUG    ya.test:process.py:276 Command (pid 613121) errors:
Terminating due to uncaught exception 0x3162ffb00410    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/00595b/ydb/tests/functional/tenants/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.613121' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/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, 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 0x3162ffb00410    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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3162ffb00410    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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/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.613120' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_1ut2_as_.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:23284/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20298
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19802
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8604
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23284
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61836
_ ERROR at setup of TestTenants.test_create_remove_database[enable_alter_database_create_hive_first--true] _
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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1111bfb00410    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/fixtures/__init__.py:54: in ydb_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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51d53fb00410    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_remove_database[enable_alter_database_create_hive_first--true]
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/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32528
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595b/r3tmp/kikimr_cluster_47pk9kc_
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7856
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25367
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26324
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26403
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ixc_ltwu.log --grpc-port=7856 --mon-port=25367 --ic-port=32528
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7856/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ixc_ltwu.log --grpc-port=7856 --mon-port=25367 --ic-port=32528
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_ixc_ltwu.log', '--grpc-port=7856', '--mon-port=25367', '--ic-port=32528')' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613925
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7856/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613927
DEBUG    ya.test:process.py:259 Command (pid 613927) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613927) elapsed time (sec): 0.2744574546813965
DEBUG    ya.test:process.py:263 Command (pid 613927) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) maxrss: 130000
DEBUG    ya.test:process.py:263 Command (pid 613927) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 613927) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613927) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 613927) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613927) stime: 0.013201
DEBUG    ya.test:process.py:263 Command (pid 613927) utime: 0.09199399999999999
DEBUG    ya.test:process.py:263 Command (pid 613927) wtime: 0.275
DEBUG    ya.test:process.py:275 Command (pid 613927) output:

DEBUG    ya.test:process.py:276 Command (pid 613927) errors:
Terminating due to uncaught exception 0x1111bfb00410    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/00595b/ydb/tests/functional/tenants/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.613927' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/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 0x1111bfb00410    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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1111bfb00410    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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/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.613925' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_ixc_ltwu.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:7856/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26403
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26324
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25367
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7856
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32528
_ ERROR at setup of TestTenants.test_create_remove_database_wait[enable_alter_database_create_hive_first--false] _
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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7282ffb00410    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/fixtures/__init__.py:54: in ydb_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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3227ffb00410    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_remove_database_wait[enable_alter_database_create_hive_first--false]
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/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27775
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595b/r3tmp/kikimr_cluster_9f5ndojv
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30796
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3805
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1387
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_uwdecvm8.log --grpc-port=30796 --mon-port=17946 --ic-port=27775
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30796/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595b/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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_uwdecvm8.log --grpc-port=30796 --mon-port=17946 --ic-port=27775
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_uwdecvm8.log', '--grpc-port=30796', '--mon-port=17946', '--ic-port=27775')' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 614185
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30796/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00595b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 614187
DEBUG    ya.test:process.py:259 Command (pid 614187) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 614187) elapsed time (sec): 0.2990448474884033
DEBUG    ya.test:process.py:263 Command (pid 614187) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) maxrss: 130380
DEBUG    ya.test:process.py:263 Command (pid 614187) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 614187) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 614187) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 614187) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 614187) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 614187) stime: 0.015588
DEBUG    ya.test:process.py:263 Command (pid 614187) utime: 0.088248
DEBUG    ya.test:process.py:263 Command (pid 614187) wtime: 0.3
DEBUG    ya.test:process.py:275 Command (pid 614187) output:

DEBUG    ya.test:process.py:276 Command (pid 614187) errors:
Terminating due to uncaught exception 0x7282ffb00410    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/00595b/ydb/tests/functional/tenants/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.614187' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/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, 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 0x7282ffb00410    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/00595b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7282ffb00410    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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/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.614185' in '/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_uwdecvm8.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:30796/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1387
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3805
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17946
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30796
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27775
============================== slowest durations ===============================
1.44s setup    test_tenants.py::TestTenants::test_create_drop_create_table3[enable_alter_database_create_hive_first--true]
1.41s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false]
1.41s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false]
0.45s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false]
0.43s setup    test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true]
0.43s setup    test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--false] - 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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73413fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_drop_create_table[enable_alter_database_create_hive_first--true] - 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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_drop_create_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31de3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--false] - 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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52583fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_remove_database[enable_alter_database_create_hive_first--true] - 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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51d53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--false] - 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/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595b/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3227ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
========================= 1 xfailed, 5 errors in 8.18s =========================
============================= 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py EEEEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestTenants.test_create_remove_database_wait[enable_alter_database_create_hive_first--true] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x72dc7fb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72f03fb00410    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_remove_database_wait[enable_alter_database_create_hive_first--true]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1816
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_8j6lbul0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24224
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8642
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25895
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_9tsp2z.log --grpc-port=24224 --mon-port=63122 --ic-port=1816
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24224/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_9tsp2z.log --grpc-port=24224 --mon-port=63122 --ic-port=1816
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_9tsp2z.log', '--grpc-port=24224', '--mon-port=63122', '--ic-port=1816')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622595
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:24224/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/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622597
DEBUG    ya.test:process.py:259 Command (pid 622597) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622597) elapsed time (sec): 0.21578598022460938
DEBUG    ya.test:process.py:263 Command (pid 622597) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) maxrss: 122292
DEBUG    ya.test:process.py:263 Command (pid 622597) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 622597) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 622597) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622597) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622597) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622597) stime: 0.009573
DEBUG    ya.test:process.py:263 Command (pid 622597) utime: 0.065819
DEBUG    ya.test:process.py:263 Command (pid 622597) wtime: 0.217
DEBUG    ya.test:process.py:275 Command (pid 622597) output:

DEBUG    ya.test:process.py:276 Command (pid 622597) errors:
Terminating due to uncaught exception 0x72dc7fb00410    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/0056b6/ydb/tests/functional/tenants/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.622597' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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, 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 0x72dc7fb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x72dc7fb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/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.622595' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_g_9tsp2z.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:24224/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25895
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8642
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24224
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1816
_ ERROR at setup of TestTenants.test_create_tables[enable_alter_database_create_hive_first--false] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73a1ffb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50eb3fb00410    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_tables[enable_alter_database_create_hive_first--false]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12731
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_5u2otqtd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4909
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2793
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5657
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10169
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_p5b3jq2a.log --grpc-port=4909 --mon-port=2793 --ic-port=12731
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4909/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_p5b3jq2a.log --grpc-port=4909 --mon-port=2793 --ic-port=12731
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_p5b3jq2a.log', '--grpc-port=4909', '--mon-port=2793', '--ic-port=12731')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623300
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4909/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/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623302
DEBUG    ya.test:process.py:259 Command (pid 623302) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623302) elapsed time (sec): 0.18706417083740234
DEBUG    ya.test:process.py:263 Command (pid 623302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) maxrss: 128784
DEBUG    ya.test:process.py:263 Command (pid 623302) minflt: 2631
DEBUG    ya.test:process.py:263 Command (pid 623302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 623302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623302) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623302) stime: 0.016478
DEBUG    ya.test:process.py:263 Command (pid 623302) utime: 0.053552999999999996
DEBUG    ya.test:process.py:263 Command (pid 623302) wtime: 0.188
DEBUG    ya.test:process.py:275 Command (pid 623302) output:

DEBUG    ya.test:process.py:276 Command (pid 623302) errors:
Terminating due to uncaught exception 0x73a1ffb00410    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/0056b6/ydb/tests/functional/tenants/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.623302' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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 0x73a1ffb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73a1ffb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/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.623300' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_p5b3jq2a.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:4909/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10169
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5657
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4909
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12731
_ ERROR at setup of TestTenants.test_create_tables[enable_alter_database_create_hive_first--true] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10a87fb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7311bfb00410    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_tables[enable_alter_database_create_hive_first--true]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10093
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_5ptotn86
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20421
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12858
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14025
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_vkiysidq.log --grpc-port=28264 --mon-port=20421 --ic-port=10093
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28264/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_vkiysidq.log --grpc-port=28264 --mon-port=20421 --ic-port=10093
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_vkiysidq.log', '--grpc-port=28264', '--mon-port=20421', '--ic-port=10093')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28264/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/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623984
DEBUG    ya.test:process.py:259 Command (pid 623984) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623984) elapsed time (sec): 0.2491300106048584
DEBUG    ya.test:process.py:263 Command (pid 623984) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) maxrss: 128932
DEBUG    ya.test:process.py:263 Command (pid 623984) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 623984) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 623984) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623984) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623984) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623984) stime: 0.01248
DEBUG    ya.test:process.py:263 Command (pid 623984) utime: 0.091513
DEBUG    ya.test:process.py:263 Command (pid 623984) wtime: 0.25
DEBUG    ya.test:process.py:275 Command (pid 623984) output:

DEBUG    ya.test:process.py:276 Command (pid 623984) errors:
Terminating due to uncaught exception 0x10a87fb00410    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/0056b6/ydb/tests/functional/tenants/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.623984' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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 0x10a87fb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x10a87fb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/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.623982' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_vkiysidq.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:28264/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14025
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12858
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20421
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28264
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10093
_ ERROR at setup of TestTenants.test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70f13fb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x719bffb00410    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_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20434
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_7sd00c0y
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27535
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19379
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8246
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_elty46sk.log --grpc-port=27535 --mon-port=19379 --ic-port=20434
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27535/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_elty46sk.log --grpc-port=27535 --mon-port=19379 --ic-port=20434
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_elty46sk.log', '--grpc-port=27535', '--mon-port=19379', '--ic-port=20434')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624080
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27535/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624081
DEBUG    ya.test:process.py:259 Command (pid 624081) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624081) elapsed time (sec): 0.2737240791320801
DEBUG    ya.test:process.py:263 Command (pid 624081) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) maxrss: 131600
DEBUG    ya.test:process.py:263 Command (pid 624081) minflt: 2672
DEBUG    ya.test:process.py:263 Command (pid 624081) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 624081) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624081) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624081) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624081) stime: 0.004123
DEBUG    ya.test:process.py:263 Command (pid 624081) utime: 0.098952
DEBUG    ya.test:process.py:263 Command (pid 624081) wtime: 0.275
DEBUG    ya.test:process.py:275 Command (pid 624081) output:

DEBUG    ya.test:process.py:276 Command (pid 624081) errors:
Terminating due to uncaught exception 0x70f13fb00410    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/0056b6/ydb/tests/functional/tenants/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.624081' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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, 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 0x70f13fb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70f13fb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/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.624080' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_elty46sk.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:27535/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8246
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19379
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27535
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20434
_ ERROR at setup of TestTenants.test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50647fb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x506abfb00410    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_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2730
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_hj6o5k_v
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26248
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6992
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8803
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15052
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_aah2oxvb.log --grpc-port=26248 --mon-port=6992 --ic-port=2730
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26248/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_aah2oxvb.log --grpc-port=26248 --mon-port=6992 --ic-port=2730
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_aah2oxvb.log', '--grpc-port=26248', '--mon-port=6992', '--ic-port=2730')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624410
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26248/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624411
DEBUG    ya.test:process.py:259 Command (pid 624411) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624411) elapsed time (sec): 0.3461744785308838
DEBUG    ya.test:process.py:263 Command (pid 624411) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) maxrss: 131740
DEBUG    ya.test:process.py:263 Command (pid 624411) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 624411) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624411) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624411) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624411) stime: 0.015144
DEBUG    ya.test:process.py:263 Command (pid 624411) utime: 0.082157
DEBUG    ya.test:process.py:263 Command (pid 624411) wtime: 0.347
DEBUG    ya.test:process.py:275 Command (pid 624411) output:

DEBUG    ya.test:process.py:276 Command (pid 624411) errors:
Terminating due to uncaught exception 0x50647fb00410    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/0056b6/ydb/tests/functional/tenants/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.624411' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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 0x50647fb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50647fb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/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.624410' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_aah2oxvb.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:26248/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15052
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8803
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6992
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26248
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2730
_ ERROR at setup of TestTenants.test_list_database_above[enable_alter_database_create_hive_first--false] _
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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x322fffb00410    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/fixtures/__init__.py:54: in ydb_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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12847fb00410    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_database_above[enable_alter_database_create_hive_first--false]
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/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12855
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0056b6/r3tmp/kikimr_cluster_6paga3mq
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25727
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26417
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20529
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62120
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_nqeivs5i.log --grpc-port=25727 --mon-port=26417 --ic-port=12855
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25727/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0056b6/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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_nqeivs5i.log --grpc-port=25727 --mon-port=26417 --ic-port=12855
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_nqeivs5i.log', '--grpc-port=25727', '--mon-port=26417', '--ic-port=12855')' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624653
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25727/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624656
DEBUG    ya.test:process.py:259 Command (pid 624656) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624656) elapsed time (sec): 0.26902174949645996
DEBUG    ya.test:process.py:263 Command (pid 624656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) maxrss: 131740
DEBUG    ya.test:process.py:263 Command (pid 624656) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 624656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624656) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624656) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624656) stime: 0.011904999999999999
DEBUG    ya.test:process.py:263 Command (pid 624656) utime: 0.059525999999999996
DEBUG    ya.test:process.py:263 Command (pid 624656) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 624656) output:

DEBUG    ya.test:process.py:276 Command (pid 624656) errors:
Terminating due to uncaught exception 0x322fffb00410    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/0056b6/ydb/tests/functional/tenants/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.624656' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/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, 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 0x322fffb00410    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/0056b6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x322fffb00410    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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/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.624653' in '/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_nqeivs5i.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:25727/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62120
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26417
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25727
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12855
============================== slowest durations ===============================
1.33s setup    test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true]
1.27s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false]
0.49s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true]
0.40s setup    test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true]
0.37s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false]
0.36s setup    test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_tenants.py::TestTenants::test_create_remove_database_wait[enable_alter_database_create_hive_first--true] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_remove_database_wait.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72f03fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--false] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50eb3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_create_tables[enable_alter_database_create_hive_first--true] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_create_tables.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7311bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--false] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x719bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_force_delete_tenant_when_table_has_been_deleted[enable_alter_database_create_hive_first--true] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_force_delete_tenant_when_table_has_been_deleted.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x506abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--false] - 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/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0056b6/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12847fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 6 errors in 6.54s ===============================
============================= 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestTenants.test_list_database_above[enable_alter_database_create_hive_first--true] _
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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x338e3fb00410    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/fixtures/__init__.py:54: in ydb_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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7025bfb00410    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_database_above[enable_alter_database_create_hive_first--true]
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/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2636
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005688/r3tmp/kikimr_cluster_u6yqdw_6
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31960
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29570
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61504
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_on6xg6gi.log --grpc-port=31960 --mon-port=29570 --ic-port=2636
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31960/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_on6xg6gi.log --grpc-port=31960 --mon-port=29570 --ic-port=2636
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_on6xg6gi.log', '--grpc-port=31960', '--mon-port=29570', '--ic-port=2636')' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 622927
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31960/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/005688/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 622929
DEBUG    ya.test:process.py:259 Command (pid 622929) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 622929) elapsed time (sec): 0.24637460708618164
DEBUG    ya.test:process.py:263 Command (pid 622929) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) maxrss: 122448
DEBUG    ya.test:process.py:263 Command (pid 622929) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 622929) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 622929) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 622929) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 622929) stime: 0.011573
DEBUG    ya.test:process.py:263 Command (pid 622929) utime: 0.07893399999999999
DEBUG    ya.test:process.py:263 Command (pid 622929) wtime: 0.248
DEBUG    ya.test:process.py:275 Command (pid 622929) output:

DEBUG    ya.test:process.py:276 Command (pid 622929) errors:
Terminating due to uncaught exception 0x338e3fb00410    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/005688/ydb/tests/functional/tenants/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.622929' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/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 0x338e3fb00410    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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x338e3fb00410    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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/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.622927' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_on6xg6gi.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:31960/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61504
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19355
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29570
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31960
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2636
_ ERROR at setup of TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false] _
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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x5265bfb00410    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/fixtures/__init__.py:54: in ydb_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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x12b37fb00410    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_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
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/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62741
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005688/r3tmp/kikimr_cluster_0auriyib
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26664
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32242
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25758
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13596
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_l1_pv081.log --grpc-port=26664 --mon-port=32242 --ic-port=62741
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26664/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_l1_pv081.log --grpc-port=26664 --mon-port=32242 --ic-port=62741
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_l1_pv081.log', '--grpc-port=26664', '--mon-port=32242', '--ic-port=62741')' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 623950
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26664/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/005688/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 623951
DEBUG    ya.test:process.py:259 Command (pid 623951) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 623951) elapsed time (sec): 0.2787306308746338
DEBUG    ya.test:process.py:263 Command (pid 623951) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) maxrss: 128432
DEBUG    ya.test:process.py:263 Command (pid 623951) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 623951) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 623951) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 623951) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 623951) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 623951) stime: 0.016183
DEBUG    ya.test:process.py:263 Command (pid 623951) utime: 0.08900799999999999
DEBUG    ya.test:process.py:263 Command (pid 623951) wtime: 0.28
DEBUG    ya.test:process.py:275 Command (pid 623951) output:

DEBUG    ya.test:process.py:276 Command (pid 623951) errors:
Terminating due to uncaught exception 0x5265bfb00410    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/005688/ydb/tests/functional/tenants/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.623951' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/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, 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 0x5265bfb00410    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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x5265bfb00410    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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/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.623950' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_l1_pv081.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:26664/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13596
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25758
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32242
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26664
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62741
_ ERROR at setup of TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true] _
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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x70c7bfb00410    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/fixtures/__init__.py:54: in ydb_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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x300bffb00410    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_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
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/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16408
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005688/r3tmp/kikimr_cluster_3she0wdc
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4673
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2276
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7079
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29610
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_odanadly.log --grpc-port=4673 --mon-port=2276 --ic-port=16408
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4673/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_odanadly.log --grpc-port=4673 --mon-port=2276 --ic-port=16408
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_odanadly.log', '--grpc-port=4673', '--mon-port=2276', '--ic-port=16408')' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624414
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4673/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/005688/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624415
DEBUG    ya.test:process.py:259 Command (pid 624415) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624415) elapsed time (sec): 0.2740027904510498
DEBUG    ya.test:process.py:263 Command (pid 624415) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) maxrss: 128988
DEBUG    ya.test:process.py:263 Command (pid 624415) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 624415) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 624415) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624415) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624415) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624415) stime: 0.012154
DEBUG    ya.test:process.py:263 Command (pid 624415) utime: 0.07697799999999999
DEBUG    ya.test:process.py:263 Command (pid 624415) wtime: 0.275
DEBUG    ya.test:process.py:275 Command (pid 624415) output:

DEBUG    ya.test:process.py:276 Command (pid 624415) errors:
Terminating due to uncaught exception 0x70c7bfb00410    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/005688/ydb/tests/functional/tenants/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.624415' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/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, 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 0x70c7bfb00410    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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70c7bfb00410    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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/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.624414' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_odanadly.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:4673/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29610
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2276
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4673
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16408
_ ERROR at setup of TestTenants.test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false] _
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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31cdffb00410    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/fixtures/__init__.py:54: in ydb_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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11143fb00410    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_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]
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/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21249
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005688/r3tmp/kikimr_cluster_tly7hym6
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18401
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1417
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62806
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8809
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dero1yw_.log --grpc-port=18401 --mon-port=1417 --ic-port=21249
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:18401/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dero1yw_.log --grpc-port=18401 --mon-port=1417 --ic-port=21249
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_dero1yw_.log', '--grpc-port=18401', '--mon-port=1417', '--ic-port=21249')' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625083
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18401/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625085
DEBUG    ya.test:process.py:259 Command (pid 625085) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625085) elapsed time (sec): 0.2673776149749756
DEBUG    ya.test:process.py:263 Command (pid 625085) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) maxrss: 130452
DEBUG    ya.test:process.py:263 Command (pid 625085) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 625085) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 625085) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625085) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625085) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625085) stime: 0.008319
DEBUG    ya.test:process.py:263 Command (pid 625085) utime: 0.095674
DEBUG    ya.test:process.py:263 Command (pid 625085) wtime: 0.268
DEBUG    ya.test:process.py:275 Command (pid 625085) output:

DEBUG    ya.test:process.py:276 Command (pid 625085) errors:
Terminating due to uncaught exception 0x31cdffb00410    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/005688/ydb/tests/functional/tenants/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.625085' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/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.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 0x31cdffb00410    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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31cdffb00410    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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/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.625083' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_dero1yw_.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:18401/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8809
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62806
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1417
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18401
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21249
_ ERROR at setup of TestTenants.test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true] _
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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1032ffb00410    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/fixtures/__init__.py:54: in ydb_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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x736dffb00410    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_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
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/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15944
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005688/r3tmp/kikimr_cluster_z0tby8p5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23648
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24909
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11140
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4431
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_t1b90i7e.log --grpc-port=23648 --mon-port=24909 --ic-port=15944
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23648/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005688/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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_t1b90i7e.log --grpc-port=23648 --mon-port=24909 --ic-port=15944
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_t1b90i7e.log', '--grpc-port=23648', '--mon-port=24909', '--ic-port=15944')' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 625226
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23648/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005688/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 625228
DEBUG    ya.test:process.py:259 Command (pid 625228) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 625228) elapsed time (sec): 0.22649002075195312
DEBUG    ya.test:process.py:263 Command (pid 625228) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) maxrss: 130740
DEBUG    ya.test:process.py:263 Command (pid 625228) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 625228) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 625228) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 625228) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 625228) stime: 0.004238
DEBUG    ya.test:process.py:263 Command (pid 625228) utime: 0.097495
DEBUG    ya.test:process.py:263 Command (pid 625228) wtime: 0.227
DEBUG    ya.test:process.py:275 Command (pid 625228) output:

DEBUG    ya.test:process.py:276 Command (pid 625228) errors:
Terminating due to uncaught exception 0x1032ffb00410    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/005688/ydb/tests/functional/tenants/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.625228' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/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 0x1032ffb00410    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/005688/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1032ffb00410    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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/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.625226' in '/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_t1b90i7e.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:23648/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4431
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11140
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24909
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23648
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15944
============================== slowest durations ===============================
1.43s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false]
1.39s setup    test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true]
1.35s setup    test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true]
1.32s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true]
0.40s setup    test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_tenants.py::TestTenants::test_list_database_above[enable_alter_database_create_hive_first--true] - 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_list_database_above.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7025bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--false] - 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x12b37fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_progress_when_tenant_tablets_run_on_dynamic_nodes[enable_alter_database_create_hive_first--true] - 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_progress_when_tenant_tablets_run_on_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x300bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--false] - 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11143fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_register_tenant_and_force_drop_with_table[enable_alter_database_create_hive_first--true] - 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/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005688/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_tenants.py.TestTenants.test_register_tenant_and_force_drop_with_table.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x736dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 8.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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestTenants.test_resolve_nodes[enable_alter_database_create_hive_first--false] _
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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53a43fb00410    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/fixtures/__init__.py:54: in ydb_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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x317e7fb00410    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_resolve_nodes[enable_alter_database_create_hive_first--false]
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/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65145
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595a/r3tmp/kikimr_cluster_7ijta6ri
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32566
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2725
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10164
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62214
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_r6amta20.log --grpc-port=32566 --mon-port=2725 --ic-port=65145
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32566/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_r6amta20.log --grpc-port=32566 --mon-port=2725 --ic-port=65145
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_r6amta20.log', '--grpc-port=32566', '--mon-port=2725', '--ic-port=65145')' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 610826
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:32566/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/00595a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 610827
DEBUG    ya.test:process.py:259 Command (pid 610827) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 610827) elapsed time (sec): 0.2081310749053955
DEBUG    ya.test:process.py:263 Command (pid 610827) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) maxrss: 122276
DEBUG    ya.test:process.py:263 Command (pid 610827) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 610827) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 610827) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 610827) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 610827) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 610827) stime: 0.003247
DEBUG    ya.test:process.py:263 Command (pid 610827) utime: 0.059164999999999995
DEBUG    ya.test:process.py:263 Command (pid 610827) wtime: 0.209
DEBUG    ya.test:process.py:275 Command (pid 610827) output:

DEBUG    ya.test:process.py:276 Command (pid 610827) errors:
Terminating due to uncaught exception 0x53a43fb00410    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/00595a/ydb/tests/functional/tenants/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.610827' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/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.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 0x53a43fb00410    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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53a43fb00410    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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/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.610826' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_r6amta20.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:32566/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62214
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10164
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2725
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32566
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65145
_ ERROR at setup of TestTenants.test_resolve_nodes[enable_alter_database_create_hive_first--true] _
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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x5260bfb00410    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/fixtures/__init__.py:54: in ydb_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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3163bfb00410    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_resolve_nodes[enable_alter_database_create_hive_first--true]
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/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5516
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595a/r3tmp/kikimr_cluster_xbckhshu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12366
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26222
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28931
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19156
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_a4_skpu8.log --grpc-port=12366 --mon-port=26222 --ic-port=5516
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12366/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_a4_skpu8.log --grpc-port=12366 --mon-port=26222 --ic-port=5516
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_a4_skpu8.log', '--grpc-port=12366', '--mon-port=26222', '--ic-port=5516')' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611863
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12366/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/00595a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611864
DEBUG    ya.test:process.py:259 Command (pid 611864) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611864) elapsed time (sec): 0.24182581901550293
DEBUG    ya.test:process.py:263 Command (pid 611864) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) maxrss: 129328
DEBUG    ya.test:process.py:263 Command (pid 611864) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 611864) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 611864) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611864) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611864) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611864) stime: 0.020537
DEBUG    ya.test:process.py:263 Command (pid 611864) utime: 0.086258
DEBUG    ya.test:process.py:263 Command (pid 611864) wtime: 0.243
DEBUG    ya.test:process.py:275 Command (pid 611864) output:

DEBUG    ya.test:process.py:276 Command (pid 611864) errors:
Terminating due to uncaught exception 0x5260bfb00410    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/00595a/ydb/tests/functional/tenants/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.611864' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/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, 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 0x5260bfb00410    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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x5260bfb00410    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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/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.611863' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_a4_skpu8.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:12366/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19156
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28931
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26222
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12366
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5516
_ ERROR at setup of TestTenants.test_stop_start[enable_alter_database_create_hive_first--false] _
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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x134fbfb00410    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/fixtures/__init__.py:54: in ydb_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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x739bffb00410    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_stop_start[enable_alter_database_create_hive_first--false]
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/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13405
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595a/r3tmp/kikimr_cluster_3cruu81c
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19484
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23936
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_zhijklo2.log --grpc-port=20949 --mon-port=19484 --ic-port=13405
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20949/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_zhijklo2.log --grpc-port=20949 --mon-port=19484 --ic-port=13405
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_zhijklo2.log', '--grpc-port=20949', '--mon-port=19484', '--ic-port=13405')' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612416
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20949/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/00595a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612417
DEBUG    ya.test:process.py:259 Command (pid 612417) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612417) elapsed time (sec): 0.28107237815856934
DEBUG    ya.test:process.py:263 Command (pid 612417) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) maxrss: 129760
DEBUG    ya.test:process.py:263 Command (pid 612417) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612417) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612417) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612417) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612417) stime: 0.017893
DEBUG    ya.test:process.py:263 Command (pid 612417) utime: 0.088876
DEBUG    ya.test:process.py:263 Command (pid 612417) wtime: 0.282
DEBUG    ya.test:process.py:275 Command (pid 612417) output:

DEBUG    ya.test:process.py:276 Command (pid 612417) errors:
Terminating due to uncaught exception 0x134fbfb00410    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/00595a/ydb/tests/functional/tenants/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.612417' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/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 0x134fbfb00410    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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x134fbfb00410    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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/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.612416' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_zhijklo2.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:20949/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23936
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19484
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20949
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13405
_ ERROR at setup of TestTenants.test_stop_start[enable_alter_database_create_hive_first--true] _
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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71d97fb00410    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/fixtures/__init__.py:54: in ydb_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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x328a7fb00410    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_stop_start[enable_alter_database_create_hive_first--true]
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/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12783
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595a/r3tmp/kikimr_cluster_0zqgoju5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15021
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63452
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5788
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8753
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_4isnld.log --grpc-port=15021 --mon-port=63452 --ic-port=12783
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15021/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_4isnld.log --grpc-port=15021 --mon-port=63452 --ic-port=12783
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_g_4isnld.log', '--grpc-port=15021', '--mon-port=63452', '--ic-port=12783')' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612716
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15021/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612718
DEBUG    ya.test:process.py:259 Command (pid 612718) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612718) elapsed time (sec): 0.26862192153930664
DEBUG    ya.test:process.py:263 Command (pid 612718) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) maxrss: 130372
DEBUG    ya.test:process.py:263 Command (pid 612718) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 612718) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612718) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612718) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612718) stime: 0.012166
DEBUG    ya.test:process.py:263 Command (pid 612718) utime: 0.093279
DEBUG    ya.test:process.py:263 Command (pid 612718) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 612718) output:

DEBUG    ya.test:process.py:276 Command (pid 612718) errors:
Terminating due to uncaught exception 0x71d97fb00410    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/00595a/ydb/tests/functional/tenants/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.612718' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/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 0x71d97fb00410    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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71d97fb00410    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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/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.612716' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_g_4isnld.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:15021/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8753
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5788
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63452
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15021
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12783
_ ERROR at setup of TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false] _
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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33467fb00410    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/fixtures/__init__.py:54: in ydb_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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73f23fb00410    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_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
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/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12871
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595a/r3tmp/kikimr_cluster_krpwqlsz
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61500
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1297
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18029
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8355
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bkye6elv.log --grpc-port=61500 --mon-port=1297 --ic-port=12871
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61500/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595a/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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bkye6elv.log --grpc-port=61500 --mon-port=1297 --ic-port=12871
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_bkye6elv.log', '--grpc-port=61500', '--mon-port=1297', '--ic-port=12871')' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613505
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:61500/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00595a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613521
DEBUG    ya.test:process.py:259 Command (pid 613521) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613521) elapsed time (sec): 0.26902008056640625
DEBUG    ya.test:process.py:263 Command (pid 613521) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) maxrss: 130664
DEBUG    ya.test:process.py:263 Command (pid 613521) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 613521) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613521) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 613521) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613521) stime: 0.027915
DEBUG    ya.test:process.py:263 Command (pid 613521) utime: 0.06562
DEBUG    ya.test:process.py:263 Command (pid 613521) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 613521) output:

DEBUG    ya.test:process.py:276 Command (pid 613521) errors:
Terminating due to uncaught exception 0x33467fb00410    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/00595a/ydb/tests/functional/tenants/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.613521' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/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, 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 0x33467fb00410    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/00595a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33467fb00410    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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/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.613505' in '/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_bkye6elv.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:61500/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8355
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18029
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1297
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61500
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12871
============================== slowest durations ===============================
1.42s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true]
1.39s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false]
1.38s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true]
1.30s setup    test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false]
0.43s setup    test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--false] - 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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x317e7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_resolve_nodes[enable_alter_database_create_hive_first--true] - 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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_resolve_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x3163bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--false] - 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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x739bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_stop_start[enable_alter_database_create_hive_first--true] - 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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_stop_start.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x328a7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--false] - 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/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73f23fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 7.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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_tenants.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true] _
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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x100b7fb00410    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/fixtures/__init__.py:54: in ydb_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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x7026ffb00410    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_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
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/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23791
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005964/r3tmp/kikimr_cluster_wmp_shqi
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11591
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31317
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6668
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23572
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_asfplmka.log --grpc-port=11591 --mon-port=31317 --ic-port=23791
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11591/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_asfplmka.log --grpc-port=11591 --mon-port=31317 --ic-port=23791
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_asfplmka.log', '--grpc-port=11591', '--mon-port=31317', '--ic-port=23791')' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 610993
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11591/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/005964/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 610994
DEBUG    ya.test:process.py:259 Command (pid 610994) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 610994) elapsed time (sec): 0.18822479248046875
DEBUG    ya.test:process.py:263 Command (pid 610994) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) maxrss: 122124
DEBUG    ya.test:process.py:263 Command (pid 610994) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 610994) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 610994) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 610994) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 610994) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 610994) stime: 0.008494
DEBUG    ya.test:process.py:263 Command (pid 610994) utime: 0.055212
DEBUG    ya.test:process.py:263 Command (pid 610994) wtime: 0.189
DEBUG    ya.test:process.py:275 Command (pid 610994) output:

DEBUG    ya.test:process.py:276 Command (pid 610994) errors:
Terminating due to uncaught exception 0x100b7fb00410    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/005964/ydb/tests/functional/tenants/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.610994' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/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.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 0x100b7fb00410    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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x100b7fb00410    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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/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.610993' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_asfplmka.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:11591/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23572
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6668
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31317
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11591
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23791
_ ERROR at setup of TestTenants.test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false] _
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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33faffb00410    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/fixtures/__init__.py:54: in ydb_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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11687fb00410    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_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
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/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17375
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005964/r3tmp/kikimr_cluster_6peb0mwu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23855
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17024
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24061
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20066
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_poab4jp1.log --grpc-port=23855 --mon-port=17024 --ic-port=17375
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23855/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_poab4jp1.log --grpc-port=23855 --mon-port=17024 --ic-port=17375
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_poab4jp1.log', '--grpc-port=23855', '--mon-port=17024', '--ic-port=17375')' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611988
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23855/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/005964/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611989
DEBUG    ya.test:process.py:259 Command (pid 611989) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611989) elapsed time (sec): 0.28305697441101074
DEBUG    ya.test:process.py:263 Command (pid 611989) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) maxrss: 129120
DEBUG    ya.test:process.py:263 Command (pid 611989) minflt: 2625
DEBUG    ya.test:process.py:263 Command (pid 611989) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 611989) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611989) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611989) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611989) stime: 0.013470999999999999
DEBUG    ya.test:process.py:263 Command (pid 611989) utime: 0.088332
DEBUG    ya.test:process.py:263 Command (pid 611989) wtime: 0.284
DEBUG    ya.test:process.py:275 Command (pid 611989) output:

DEBUG    ya.test:process.py:276 Command (pid 611989) errors:
Terminating due to uncaught exception 0x33faffb00410    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/005964/ydb/tests/functional/tenants/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.611989' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/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.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 0x33faffb00410    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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33faffb00410    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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/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.611988' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_poab4jp1.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:23855/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20066
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24061
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23855
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17375
_ ERROR at setup of TestTenants.test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true] _
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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x512c3fb00410    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/fixtures/__init__.py:54: in ydb_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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x732f3fb00410    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_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
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/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17199
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005964/r3tmp/kikimr_cluster_h1h00jl9
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3511
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13710
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22406
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p8rpuuyq.log --grpc-port=3511 --mon-port=63449 --ic-port=17199
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3511/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p8rpuuyq.log --grpc-port=3511 --mon-port=63449 --ic-port=17199
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_p8rpuuyq.log', '--grpc-port=3511', '--mon-port=63449', '--ic-port=17199')' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612272
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:3511/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/005964/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612274
DEBUG    ya.test:process.py:259 Command (pid 612274) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612274) elapsed time (sec): 0.30930233001708984
DEBUG    ya.test:process.py:263 Command (pid 612274) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) maxrss: 129120
DEBUG    ya.test:process.py:263 Command (pid 612274) minflt: 2682
DEBUG    ya.test:process.py:263 Command (pid 612274) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612274) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612274) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612274) stime: 0.008968
DEBUG    ya.test:process.py:263 Command (pid 612274) utime: 0.092251
DEBUG    ya.test:process.py:263 Command (pid 612274) wtime: 0.31
DEBUG    ya.test:process.py:275 Command (pid 612274) output:

DEBUG    ya.test:process.py:276 Command (pid 612274) errors:
Terminating due to uncaught exception 0x512c3fb00410    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/005964/ydb/tests/functional/tenants/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.612274' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/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, 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 0x512c3fb00410    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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x512c3fb00410    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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/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.612272' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_p8rpuuyq.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:3511/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22406
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63449
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3511
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17199
_ ERROR at setup of test_operation_with_locks[enable_alter_database_create_hive_first--false] _
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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31c77fb00410    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/fixtures/__init__.py:54: in ydb_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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x1399bfb00410    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_operation_with_locks[enable_alter_database_create_hive_first--false]
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/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18964
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005964/r3tmp/kikimr_cluster_0dwsosb5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26991
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6904
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6474
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_t1buzetq.log --grpc-port=18830 --mon-port=26991 --ic-port=18964
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:18830/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_t1buzetq.log --grpc-port=18830 --mon-port=26991 --ic-port=18964
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/logfile_t1buzetq.log', '--grpc-port=18830', '--mon-port=26991', '--ic-port=18964')' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612501
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18830/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612502
DEBUG    ya.test:process.py:259 Command (pid 612502) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612502) elapsed time (sec): 0.30728602409362793
DEBUG    ya.test:process.py:263 Command (pid 612502) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) maxrss: 129836
DEBUG    ya.test:process.py:263 Command (pid 612502) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612502) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 612502) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612502) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 612502) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612502) stime: 0.009576
DEBUG    ya.test:process.py:263 Command (pid 612502) utime: 0.08141899999999999
DEBUG    ya.test:process.py:263 Command (pid 612502) wtime: 0.308
DEBUG    ya.test:process.py:275 Command (pid 612502) output:

DEBUG    ya.test:process.py:276 Command (pid 612502) errors:
Terminating due to uncaught exception 0x31c77fb00410    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/005964/ydb/tests/functional/tenants/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.612502' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/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 0x31c77fb00410    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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31c77fb00410    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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/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.612501' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_t1buzetq.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:18830/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6474
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6904
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26991
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18964
_ ERROR at setup of test_operation_with_locks[enable_alter_database_create_hive_first--true] _
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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53667fb00410    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/fixtures/__init__.py:54: in ydb_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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x306f3fb00410    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_operation_with_locks[enable_alter_database_create_hive_first--true]
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/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6005
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_tenants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005964/r3tmp/kikimr_cluster_tjkcogja
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31942
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29527
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19298
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63418
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_pc8amf10.log --grpc-port=31942 --mon-port=29527 --ic-port=6005
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31942/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005964/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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_pc8amf10.log --grpc-port=31942 --mon-port=29527 --ic-port=6005
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/logfile_pc8amf10.log', '--grpc-port=31942', '--mon-port=29527', '--ic-port=6005')' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613320
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31942/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005964/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613321
DEBUG    ya.test:process.py:259 Command (pid 613321) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613321) elapsed time (sec): 0.2622976303100586
DEBUG    ya.test:process.py:263 Command (pid 613321) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) maxrss: 130096
DEBUG    ya.test:process.py:263 Command (pid 613321) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 613321) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 613321) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613321) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 613321) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613321) stime: 0.017542
DEBUG    ya.test:process.py:263 Command (pid 613321) utime: 0.07543699999999999
DEBUG    ya.test:process.py:263 Command (pid 613321) wtime: 0.263
DEBUG    ya.test:process.py:275 Command (pid 613321) output:

DEBUG    ya.test:process.py:276 Command (pid 613321) errors:
Terminating due to uncaught exception 0x53667fb00410    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/005964/ydb/tests/functional/tenants/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.613321' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/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, 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 0x53667fb00410    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/005964/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53667fb00410    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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/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.613320' in '/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_pc8amf10.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:31942/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63418
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19298
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29527
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6005
============================== slowest durations ===============================
1.39s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false]
1.34s setup    test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true]
0.44s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false]
0.39s setup    test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true]
0.36s setup    test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_tenants.py::TestTenants::test_when_deactivate_fat_tenant_creation_another_tenant_is_ok[enable_alter_database_create_hive_first--true] - 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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_when_deactivate_fat_tenant_creation_another_tenant_is_ok.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x7026ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--false] - 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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11687fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::TestTenants::test_yql_operations_over_dynamic_nodes[enable_alter_database_create_hive_first--true] - 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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.TestTenants.test_yql_operations_over_dynamic_nodes.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x732f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--false] - 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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--false/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x1399bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_tenants.py::test_operation_with_locks[enable_alter_database_create_hive_first--true] - 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/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005964/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_tenants.py.test_operation_with_locks.enable_alter_database_create_hive_first--true/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x306f3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 6.32s ===============================
============================= 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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py EEEEE

==================================== ERRORS ====================================
____________ ERROR at setup of test_database_admin_can_create_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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x330c3fb00410    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/fixtures/__init__.py:54: in ydb_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x314fbfb00410    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_database_admin_can_create_user
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/00595e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1923
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_user_administration
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00595e/r3tmp/kikimr_cluster_hg9wwq4g
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00595e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7992
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12565
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4567
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595e/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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/logfile_g_967d_h.log --grpc-port=7485 --mon-port=7992 --ic-port=1923
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7485/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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00595e/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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/logfile_g_967d_h.log --grpc-port=7485 --mon-port=7992 --ic-port=1923
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00595e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/logfile_g_967d_h.log', '--grpc-port=7485', '--mon-port=7992', '--ic-port=1923')' in '/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611077
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7485/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/00595e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611088
DEBUG    ya.test:process.py:259 Command (pid 611088) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611088) elapsed time (sec): 0.24043059349060059
DEBUG    ya.test:process.py:263 Command (pid 611088) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) maxrss: 122612
DEBUG    ya.test:process.py:263 Command (pid 611088) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 611088) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 611088) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611088) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611088) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611088) stime: 0.007218
DEBUG    ya.test:process.py:263 Command (pid 611088) utime: 0.080077
DEBUG    ya.test:process.py:263 Command (pid 611088) wtime: 0.242
DEBUG    ya.test:process.py:275 Command (pid 611088) output:

DEBUG    ya.test:process.py:276 Command (pid 611088) errors:
Terminating due to uncaught exception 0x330c3fb00410    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/00595e/ydb/tests/functional/tenants/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.611088' in '/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/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, 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 0x330c3fb00410    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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x330c3fb00410    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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/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.611077' in '/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_g_967d_h.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:7485/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12565
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7992
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1923
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[add-subgroup] _
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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x330c3fb00410    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/fixtures/__init__.py:54: in ydb_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x314fbfb00410    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_database_admin_cant_change_database_admin_group[add-subgroup]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[add-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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x330c3fb00410    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/fixtures/__init__.py:54: in ydb_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x314fbfb00410    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_database_admin_cant_change_database_admin_group[add-user]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[remove-admin-group] _
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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x330c3fb00410    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/fixtures/__init__.py:54: in ydb_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x314fbfb00410    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_database_admin_cant_change_database_admin_group[remove-admin-group]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[remove-himself] _
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/00595e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x330c3fb00410    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/fixtures/__init__.py:54: in ydb_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x314fbfb00410    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_database_admin_cant_change_database_admin_group[remove-himself]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.41s setup    test_user_administration.py::test_database_admin_can_create_user

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_user_administration.py::test_database_admin_can_create_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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x314fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-subgroup] - 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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x314fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[add-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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x314fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-admin-group] - 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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x314fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-himself] - 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/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00595e/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_user_administration.py.test_database_admin_can_create_user/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x314fbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[remove-other-admin] _
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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x504e3fb00410    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/fixtures/__init__.py:54: in ydb_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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x714c7fb00410    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_database_admin_cant_change_database_admin_group[remove-other-admin]
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/00596c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21957
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_user_administration
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00596c/r3tmp/kikimr_cluster_oja_u79a
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/00596c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20931
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10826
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23940
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18520
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00596c/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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/logfile_hxu0wfh7.log --grpc-port=20931 --mon-port=10826 --ic-port=21957
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20931/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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00596c/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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/logfile_hxu0wfh7.log --grpc-port=20931 --mon-port=10826 --ic-port=21957
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00596c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/logfile_hxu0wfh7.log', '--grpc-port=20931', '--mon-port=10826', '--ic-port=21957')' in '/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611166
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20931/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/00596c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611167
DEBUG    ya.test:process.py:259 Command (pid 611167) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611167) elapsed time (sec): 0.08615636825561523
DEBUG    ya.test:process.py:263 Command (pid 611167) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) maxrss: 122464
DEBUG    ya.test:process.py:263 Command (pid 611167) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 611167) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 611167) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611167) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 611167) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611167) stime: 0.022777
DEBUG    ya.test:process.py:263 Command (pid 611167) utime: 0.060497999999999996
DEBUG    ya.test:process.py:263 Command (pid 611167) wtime: 0.088
DEBUG    ya.test:process.py:275 Command (pid 611167) output:

DEBUG    ya.test:process.py:276 Command (pid 611167) errors:
Terminating due to uncaught exception 0x504e3fb00410    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/00596c/ydb/tests/functional/tenants/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.611167' in '/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/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, 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 0x504e3fb00410    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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x504e3fb00410    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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/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.611166' in '/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_hxu0wfh7.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:20931/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18520
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23940
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10826
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20931
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21957
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[remove-subgroup] _
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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x504e3fb00410    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/fixtures/__init__.py:54: in ydb_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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x714c7fb00410    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_database_admin_cant_change_database_admin_group[remove-subgroup]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_group[rename-admin-group] _
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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x504e3fb00410    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/fixtures/__init__.py:54: in ydb_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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x714c7fb00410    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_database_admin_cant_change_database_admin_group[rename-admin-group]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_user[block] _
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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x504e3fb00410    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/fixtures/__init__.py:54: in ydb_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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x714c7fb00410    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_database_admin_cant_change_database_admin_user[block]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_database_admin_cant_change_database_admin_user[change-password] _
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/00596c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x504e3fb00410    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/fixtures/__init__.py:54: in ydb_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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x714c7fb00410    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_database_admin_cant_change_database_admin_user[change-password]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
1.25s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-other-admin] - 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x714c7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[remove-subgroup] - 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x714c7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_group[rename-admin-group] - 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x714c7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_user[block] - 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x714c7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_user[change-password] - 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/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00596c/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_group.remove-other-admin/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x714c7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_user_administration.py EEEE
test_users_groups_with_acl.py E

==================================== ERRORS ====================================
_ ERROR at setup of test_database_admin_cant_change_database_admin_user[unblock] _
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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b1bfb00410    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/fixtures/__init__.py:54: in ydb_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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x522affb00410    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_database_admin_cant_change_database_admin_user[unblock]
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/005998/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64666
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_user_administration
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005998/r3tmp/kikimr_cluster_ryvkr3xd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/005998/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2107
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23986
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6563
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27169
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005998/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/logfile_t89r6ji8.log --grpc-port=2107 --mon-port=23986 --ic-port=64666
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2107/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005998/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/logfile_t89r6ji8.log --grpc-port=2107 --mon-port=23986 --ic-port=64666
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005998/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/logfile_t89r6ji8.log', '--grpc-port=2107', '--mon-port=23986', '--ic-port=64666')' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611121
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2107/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/005998/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611141
DEBUG    ya.test:process.py:259 Command (pid 611141) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611141) elapsed time (sec): 0.203538179397583
DEBUG    ya.test:process.py:263 Command (pid 611141) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) maxrss: 122268
DEBUG    ya.test:process.py:263 Command (pid 611141) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 611141) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 611141) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611141) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611141) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611141) stime: 0.007169999999999999
DEBUG    ya.test:process.py:263 Command (pid 611141) utime: 0.05391
DEBUG    ya.test:process.py:263 Command (pid 611141) wtime: 0.205
DEBUG    ya.test:process.py:275 Command (pid 611141) output:

DEBUG    ya.test:process.py:276 Command (pid 611141) errors:
Terminating due to uncaught exception 0x53b1bfb00410    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/005998/ydb/tests/functional/tenants/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.611141' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/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, 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 0x53b1bfb00410    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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53b1bfb00410    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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/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.611121' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_t89r6ji8.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:2107/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27169
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6563
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23986
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2107
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64666
_______ ERROR at setup of test_database_admin_cant_change_database_owner _______
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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b1bfb00410    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/fixtures/__init__.py:54: in ydb_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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x522affb00410    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_database_admin_cant_change_database_owner
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_____ ERROR at setup of test_user_can_change_password_for_himself[dbadmin] _____
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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b1bfb00410    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/fixtures/__init__.py:54: in ydb_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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x522affb00410    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_user_can_change_password_for_himself[dbadmin]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
__ ERROR at setup of test_user_can_change_password_for_himself[ordinaryuser] ___
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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b1bfb00410    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/fixtures/__init__.py:54: in ydb_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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x522affb00410    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_user_can_change_password_for_himself[ordinaryuser]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of test_query_create_group_by_domain_admin[domain_login_only--false-YDB] _
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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53b63fb00410    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/fixtures/__init__.py:54: in ydb_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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50213fb00410    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_query_create_group_by_domain_admin[domain_login_only--false-YDB]
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/005998/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17759
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005998/r3tmp/kikimr_cluster_9xdcsbfp
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25379
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9207
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24549
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23616
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005998/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n0g48qa7.log --grpc-port=25379 --mon-port=9207 --ic-port=17759
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25379/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005998/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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n0g48qa7.log --grpc-port=25379 --mon-port=9207 --ic-port=17759
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005998/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n0g48qa7.log', '--grpc-port=25379', '--mon-port=9207', '--ic-port=17759')' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612280
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25379/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/005998/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612281
DEBUG    ya.test:process.py:259 Command (pid 612281) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612281) elapsed time (sec): 0.3157353401184082
DEBUG    ya.test:process.py:263 Command (pid 612281) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) maxrss: 133728
DEBUG    ya.test:process.py:263 Command (pid 612281) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612281) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 612281) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612281) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612281) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612281) stime: 0.007097
DEBUG    ya.test:process.py:263 Command (pid 612281) utime: 0.09253299999999999
DEBUG    ya.test:process.py:263 Command (pid 612281) wtime: 0.317
DEBUG    ya.test:process.py:275 Command (pid 612281) output:

DEBUG    ya.test:process.py:276 Command (pid 612281) errors:
Terminating due to uncaught exception 0x53b63fb00410    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/005998/ydb/tests/functional/tenants/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.612281' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/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, 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 0x53b63fb00410    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/005998/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53b63fb00410    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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/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.612280' in '/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_n0g48qa7.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:25379/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23616
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24549
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9207
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25379
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17759
============================== slowest durations ===============================
1.40s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB]
1.36s setup    test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_user_administration.py::test_database_admin_cant_change_database_admin_user[unblock] - 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x522affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_database_admin_cant_change_database_owner - 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x522affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_user_can_change_password_for_himself[dbadmin] - 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x522affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_user_administration.py::test_user_can_change_password_for_himself[ordinaryuser] - 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_user_administration.py.test_database_admin_cant_change_database_admin_user.unblock/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x522affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--false-YDB] - 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/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005998/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk16/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50213fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 4.73s ===============================
============================= 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_query_create_group_by_domain_admin[domain_login_only--true-YDB] _
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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52293fb00410    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/fixtures/__init__.py:54: in ydb_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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x53ef7fb00410    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_query_create_group_by_domain_admin[domain_login_only--true-YDB]
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/005959/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17265
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005959/r3tmp/kikimr_cluster_9k0vidv8
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30004
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21020
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13947
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30745
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_x9myv8uh.log --grpc-port=30004 --mon-port=21020 --ic-port=17265
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30004/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_x9myv8uh.log --grpc-port=30004 --mon-port=21020 --ic-port=17265
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_x9myv8uh.log', '--grpc-port=30004', '--mon-port=21020', '--ic-port=17265')' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611076
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30004/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/005959/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611078
DEBUG    ya.test:process.py:259 Command (pid 611078) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611078) elapsed time (sec): 0.33072853088378906
DEBUG    ya.test:process.py:263 Command (pid 611078) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) maxrss: 122344
DEBUG    ya.test:process.py:263 Command (pid 611078) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 611078) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 611078) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611078) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611078) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611078) stime: 0.011897
DEBUG    ya.test:process.py:263 Command (pid 611078) utime: 0.091211
DEBUG    ya.test:process.py:263 Command (pid 611078) wtime: 0.332
DEBUG    ya.test:process.py:275 Command (pid 611078) output:

DEBUG    ya.test:process.py:276 Command (pid 611078) errors:
Terminating due to uncaught exception 0x52293fb00410    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/005959/ydb/tests/functional/tenants/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.611078' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/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.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 0x52293fb00410    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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52293fb00410    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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/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.611076' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_x9myv8uh.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:30004/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30745
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13947
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21020
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30004
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17265
_ ERROR at setup of test_query_create_group_by_tenant_admin[domain_login_only--false-YDB] _
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/005959/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/fixtures/__init__.py:54: in ydb_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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x125b3fb00410    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_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13286
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005959/r3tmp/kikimr_cluster_7daqm9mw
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29245
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5337
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26167
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23309
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n_uwquzp.log --grpc-port=29245 --mon-port=5337 --ic-port=13286
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29245/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n_uwquzp.log --grpc-port=29245 --mon-port=5337 --ic-port=13286
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_n_uwquzp.log', '--grpc-port=29245', '--mon-port=5337', '--ic-port=13286')' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611491
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29245/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/005959/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611492
DEBUG    ya.test:process.py:259 Command (pid 611492) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611492) elapsed time (sec): 0.24878978729248047
DEBUG    ya.test:process.py:263 Command (pid 611492) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) maxrss: 128576
DEBUG    ya.test:process.py:263 Command (pid 611492) minflt: 2623
DEBUG    ya.test:process.py:263 Command (pid 611492) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 611492) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611492) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611492) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611492) stime: 0.02445
DEBUG    ya.test:process.py:263 Command (pid 611492) utime: 0.08150099999999999
DEBUG    ya.test:process.py:263 Command (pid 611492) wtime: 0.25
DEBUG    ya.test:process.py:275 Command (pid 611492) output:

DEBUG    ya.test:process.py:276 Command (pid 611492) 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/005959/ydb/tests/functional/tenants/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.611492' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/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 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/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/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.611491' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_n_uwquzp.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:29245/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26167
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5337
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29245
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13286
_ ERROR at setup of test_query_create_group_by_tenant_admin[domain_login_only--true-YDB] _
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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71c87fb00410    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/fixtures/__init__.py:54: in ydb_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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x72c53fb00410    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_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6834
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005959/r3tmp/kikimr_cluster_on1fm1wk
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64398
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17716
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_om14502m.log --grpc-port=64398 --mon-port=22106 --ic-port=6834
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:64398/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_om14502m.log --grpc-port=64398 --mon-port=22106 --ic-port=6834
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_om14502m.log', '--grpc-port=64398', '--mon-port=22106', '--ic-port=6834')' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612273
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:64398/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/005959/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612275
DEBUG    ya.test:process.py:259 Command (pid 612275) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612275) elapsed time (sec): 0.2597312927246094
DEBUG    ya.test:process.py:263 Command (pid 612275) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) maxrss: 129544
DEBUG    ya.test:process.py:263 Command (pid 612275) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 612275) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 612275) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612275) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612275) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612275) stime: 0.016693
DEBUG    ya.test:process.py:263 Command (pid 612275) utime: 0.083467
DEBUG    ya.test:process.py:263 Command (pid 612275) wtime: 0.261
DEBUG    ya.test:process.py:275 Command (pid 612275) output:

DEBUG    ya.test:process.py:276 Command (pid 612275) errors:
Terminating due to uncaught exception 0x71c87fb00410    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/005959/ydb/tests/functional/tenants/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.612275' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/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 0x71c87fb00410    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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x71c87fb00410    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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/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.612273' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_om14502m.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:64398/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17716
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22106
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64398
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6834
_ ERROR at setup of test_query_create_user_by_domain_admin[domain_login_only--false-YDB] _
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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x12bd3fb00410    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/fixtures/__init__.py:54: in ydb_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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x504b3fb00410    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_query_create_user_by_domain_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13931
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005959/r3tmp/kikimr_cluster_bhwsau_0
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20041
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28985
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12536
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15504
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_vaqqv33d.log --grpc-port=20041 --mon-port=28985 --ic-port=13931
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20041/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_vaqqv33d.log --grpc-port=20041 --mon-port=28985 --ic-port=13931
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_vaqqv33d.log', '--grpc-port=20041', '--mon-port=28985', '--ic-port=13931')' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612741
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20041/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612742
DEBUG    ya.test:process.py:259 Command (pid 612742) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612742) elapsed time (sec): 0.2387228012084961
DEBUG    ya.test:process.py:263 Command (pid 612742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) maxrss: 129788
DEBUG    ya.test:process.py:263 Command (pid 612742) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 612742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612742) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612742) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612742) stime: 0.008357999999999999
DEBUG    ya.test:process.py:263 Command (pid 612742) utime: 0.079402
DEBUG    ya.test:process.py:263 Command (pid 612742) wtime: 0.24
DEBUG    ya.test:process.py:275 Command (pid 612742) output:

DEBUG    ya.test:process.py:276 Command (pid 612742) errors:
Terminating due to uncaught exception 0x12bd3fb00410    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/005959/ydb/tests/functional/tenants/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.612742' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/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, 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 0x12bd3fb00410    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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12bd3fb00410    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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/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.612741' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_vaqqv33d.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:20041/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15504
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12536
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28985
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20041
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13931
_ ERROR at setup of test_query_create_user_by_domain_admin[domain_login_only--true-YDB] _
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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x110cbfb00410    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/fixtures/__init__.py:54: in ydb_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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13353fb00410    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_query_create_user_by_domain_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27058
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005959/r3tmp/kikimr_cluster_jf99x8nv
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12788
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12279
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6316
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15523
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_mao7c_la.log --grpc-port=12788 --mon-port=12279 --ic-port=27058
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12788/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005959/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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_mao7c_la.log --grpc-port=12788 --mon-port=12279 --ic-port=27058
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_mao7c_la.log', '--grpc-port=12788', '--mon-port=12279', '--ic-port=27058')' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613316
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12788/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005959/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613318
DEBUG    ya.test:process.py:259 Command (pid 613318) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613318) elapsed time (sec): 0.22905659675598145
DEBUG    ya.test:process.py:263 Command (pid 613318) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) maxrss: 129840
DEBUG    ya.test:process.py:263 Command (pid 613318) minflt: 2644
DEBUG    ya.test:process.py:263 Command (pid 613318) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613318) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 613318) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613318) stime: 0.013855999999999999
DEBUG    ya.test:process.py:263 Command (pid 613318) utime: 0.089657
DEBUG    ya.test:process.py:263 Command (pid 613318) wtime: 0.23
DEBUG    ya.test:process.py:275 Command (pid 613318) output:

DEBUG    ya.test:process.py:276 Command (pid 613318) errors:
Terminating due to uncaught exception 0x110cbfb00410    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/005959/ydb/tests/functional/tenants/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.613318' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/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, 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 0x110cbfb00410    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/005959/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x110cbfb00410    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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/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.613316' in '/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_mao7c_la.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:12788/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15523
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6316
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12279
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12788
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27058
============================== slowest durations ===============================
1.37s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB]
1.37s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB]
1.36s setup    test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB]
0.49s setup    test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]
0.37s setup    test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB]
0.01s teardown test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB]

(4 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_users_groups_with_acl.py::test_query_create_group_by_domain_admin[domain_login_only--true-YDB] - 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x53ef7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--false-YDB] - 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x125b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_group_by_tenant_admin[domain_login_only--true-YDB] - 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x72c53fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--false-YDB] - 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x504b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_user_by_domain_admin[domain_login_only--true-YDB] - 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/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005959/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk17/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13353fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 7.07s ===============================
============================= 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_query_create_user_by_tenant_admin[domain_login_only--false-YDB] _
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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x10a0bfb00410    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/fixtures/__init__.py:54: in ydb_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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73ca7fb00410    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_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
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/005953/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8351
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005953/r3tmp/kikimr_cluster_yop6tzbg
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19932
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16277
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4721
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8397
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_54y9cxaj.log --grpc-port=19932 --mon-port=16277 --ic-port=8351
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19932/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_54y9cxaj.log --grpc-port=19932 --mon-port=16277 --ic-port=8351
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_54y9cxaj.log', '--grpc-port=19932', '--mon-port=16277', '--ic-port=8351')' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611298
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19932/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/005953/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611326
DEBUG    ya.test:process.py:259 Command (pid 611326) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611326) elapsed time (sec): 0.28030848503112793
DEBUG    ya.test:process.py:263 Command (pid 611326) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) maxrss: 122284
DEBUG    ya.test:process.py:263 Command (pid 611326) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 611326) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 611326) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611326) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611326) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611326) stime: 0.016373
DEBUG    ya.test:process.py:263 Command (pid 611326) utime: 0.090055
DEBUG    ya.test:process.py:263 Command (pid 611326) wtime: 0.282
DEBUG    ya.test:process.py:275 Command (pid 611326) output:

DEBUG    ya.test:process.py:276 Command (pid 611326) errors:
Terminating due to uncaught exception 0x10a0bfb00410    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/005953/ydb/tests/functional/tenants/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.611326' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/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, 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 0x10a0bfb00410    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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x10a0bfb00410    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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/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.611298' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_54y9cxaj.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:19932/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4721
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19932
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8351
_ ERROR at setup of test_query_create_user_by_tenant_admin[domain_login_only--true-YDB] _
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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x313bffb00410    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/fixtures/__init__.py:54: in ydb_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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70fabfb00410    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_query_create_user_by_tenant_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3256
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005953/r3tmp/kikimr_cluster_n_cdtf9q
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12189
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6603
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15114
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27016
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_k48x3_7c.log --grpc-port=12189 --mon-port=6603 --ic-port=3256
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12189/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_k48x3_7c.log --grpc-port=12189 --mon-port=6603 --ic-port=3256
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_k48x3_7c.log', '--grpc-port=12189', '--mon-port=6603', '--ic-port=3256')' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611650
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12189/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/005953/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611664
DEBUG    ya.test:process.py:259 Command (pid 611664) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611664) elapsed time (sec): 0.24299907684326172
DEBUG    ya.test:process.py:263 Command (pid 611664) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) maxrss: 129164
DEBUG    ya.test:process.py:263 Command (pid 611664) minflt: 2613
DEBUG    ya.test:process.py:263 Command (pid 611664) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611664) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611664) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611664) stime: 0.015004
DEBUG    ya.test:process.py:263 Command (pid 611664) utime: 0.060017999999999995
DEBUG    ya.test:process.py:263 Command (pid 611664) wtime: 0.244
DEBUG    ya.test:process.py:275 Command (pid 611664) output:

DEBUG    ya.test:process.py:276 Command (pid 611664) errors:
Terminating due to uncaught exception 0x313bffb00410    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/005953/ydb/tests/functional/tenants/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.611664' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/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, 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 0x313bffb00410    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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x313bffb00410    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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/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.611650' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_k48x3_7c.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:12189/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27016
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6603
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12189
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3256
_ ERROR at setup of test_yql_create_group_by_domain_admin[domain_login_only--false-YDB] _
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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33117fb00410    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/fixtures/__init__.py:54: in ydb_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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x33aa7fb00410    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_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6495
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005953/r3tmp/kikimr_cluster_ixyv6ohb
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62187
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28195
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14290
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_9mp354ob.log --grpc-port=32288 --mon-port=62187 --ic-port=6495
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32288/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_9mp354ob.log --grpc-port=32288 --mon-port=62187 --ic-port=6495
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_9mp354ob.log', '--grpc-port=32288', '--mon-port=62187', '--ic-port=6495')' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611896
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:32288/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/005953/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611898
DEBUG    ya.test:process.py:259 Command (pid 611898) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611898) elapsed time (sec): 0.2692539691925049
DEBUG    ya.test:process.py:263 Command (pid 611898) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) maxrss: 131384
DEBUG    ya.test:process.py:263 Command (pid 611898) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 611898) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 611898) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611898) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611898) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611898) stime: 0.028902999999999998
DEBUG    ya.test:process.py:263 Command (pid 611898) utime: 0.074323
DEBUG    ya.test:process.py:263 Command (pid 611898) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 611898) output:

DEBUG    ya.test:process.py:276 Command (pid 611898) errors:
Terminating due to uncaught exception 0x33117fb00410    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/005953/ydb/tests/functional/tenants/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.611898' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/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, 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 0x33117fb00410    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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33117fb00410    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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/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.611896' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_9mp354ob.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:32288/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14290
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28195
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62187
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32288
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6495
_ ERROR at setup of test_yql_create_group_by_domain_admin[domain_login_only--true-YDB] _
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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32f13fb00410    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/fixtures/__init__.py:54: in ydb_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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51debfb00410    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_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19981
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005953/r3tmp/kikimr_cluster_anxb0t50
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22582
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31925
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6014
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17638
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_82q9pc1n.log --grpc-port=22582 --mon-port=31925 --ic-port=19981
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22582/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_82q9pc1n.log --grpc-port=22582 --mon-port=31925 --ic-port=19981
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_82q9pc1n.log', '--grpc-port=22582', '--mon-port=31925', '--ic-port=19981')' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612526
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22582/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612528
DEBUG    ya.test:process.py:259 Command (pid 612528) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612528) elapsed time (sec): 0.24326014518737793
DEBUG    ya.test:process.py:263 Command (pid 612528) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) maxrss: 131384
DEBUG    ya.test:process.py:263 Command (pid 612528) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 612528) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612528) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612528) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612528) stime: 0.009524
DEBUG    ya.test:process.py:263 Command (pid 612528) utime: 0.09586
DEBUG    ya.test:process.py:263 Command (pid 612528) wtime: 0.244
DEBUG    ya.test:process.py:275 Command (pid 612528) output:

DEBUG    ya.test:process.py:276 Command (pid 612528) errors:
Terminating due to uncaught exception 0x32f13fb00410    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/005953/ydb/tests/functional/tenants/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.612528' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/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, 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 0x32f13fb00410    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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32f13fb00410    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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/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.612526' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_82q9pc1n.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:22582/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6014
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31925
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22582
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19981
_ ERROR at setup of test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB] _
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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32e8bfb00410    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/fixtures/__init__.py:54: in ydb_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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x11413fb00410    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_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11244
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/005953/r3tmp/kikimr_cluster_9o7si1fj
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12828
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9708
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_s7qr1pws.log --grpc-port=21122 --mon-port=5210 --ic-port=11244
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21122/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/005953/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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_s7qr1pws.log --grpc-port=21122 --mon-port=5210 --ic-port=11244
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_s7qr1pws.log', '--grpc-port=21122', '--mon-port=5210', '--ic-port=11244')' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612731
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21122/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/005953/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612733
DEBUG    ya.test:process.py:259 Command (pid 612733) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612733) elapsed time (sec): 0.2660353183746338
DEBUG    ya.test:process.py:263 Command (pid 612733) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) maxrss: 131384
DEBUG    ya.test:process.py:263 Command (pid 612733) minflt: 2682
DEBUG    ya.test:process.py:263 Command (pid 612733) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 612733) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612733) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612733) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612733) stime: 0.008335
DEBUG    ya.test:process.py:263 Command (pid 612733) utime: 0.095853
DEBUG    ya.test:process.py:263 Command (pid 612733) wtime: 0.267
DEBUG    ya.test:process.py:275 Command (pid 612733) output:

DEBUG    ya.test:process.py:276 Command (pid 612733) errors:
Terminating due to uncaught exception 0x32e8bfb00410    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/005953/ydb/tests/functional/tenants/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.612733' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/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, 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 0x32e8bfb00410    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/005953/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32e8bfb00410    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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/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.612731' in '/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_s7qr1pws.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:21122/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9708
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12828
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5210
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11244
============================== slowest durations ===============================
1.37s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB]
0.45s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB]
0.40s setup    test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB]
0.39s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB]
0.32s setup    test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--false-YDB] - 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x73ca7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_query_create_user_by_tenant_admin[domain_login_only--true-YDB] - 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_query_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x70fabfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--false-YDB] - 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x33aa7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_group_by_domain_admin[domain_login_only--true-YDB] - 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x51debfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--false-YDB] - 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/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/005953/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk18/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x11413fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
============================== 5 errors in 4.85s ===============================
============================= 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 111 items

test_users_groups_with_acl.py EEEEE

==================================== ERRORS ====================================
_ ERROR at setup of test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB] _
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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x53fd3fb00410    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/fixtures/__init__.py:54: in ydb_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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x52cbffb00410    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_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
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/00594a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29548
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00594a/r3tmp/kikimr_cluster_emobjk6y
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23702
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7176
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28130
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24074
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_c576enmq.log --grpc-port=23702 --mon-port=7176 --ic-port=29548
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23702/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_c576enmq.log --grpc-port=23702 --mon-port=7176 --ic-port=29548
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_c576enmq.log', '--grpc-port=23702', '--mon-port=7176', '--ic-port=29548')' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 611336
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23702/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/00594a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 611337
DEBUG    ya.test:process.py:259 Command (pid 611337) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 611337) elapsed time (sec): 0.2246847152709961
DEBUG    ya.test:process.py:263 Command (pid 611337) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 611337) maxrss: 122280
DEBUG    ya.test:process.py:263 Command (pid 611337) minflt: 2670
DEBUG    ya.test:process.py:263 Command (pid 611337) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 611337) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 611337) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 611337) stime: 0.012551
DEBUG    ya.test:process.py:263 Command (pid 611337) utime: 0.092045
DEBUG    ya.test:process.py:263 Command (pid 611337) wtime: 0.225
DEBUG    ya.test:process.py:275 Command (pid 611337) output:

DEBUG    ya.test:process.py:276 Command (pid 611337) errors:
Terminating due to uncaught exception 0x53fd3fb00410    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/00594a/ydb/tests/functional/tenants/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.611337' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/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.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 0x53fd3fb00410    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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53fd3fb00410    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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/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.611336' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_c576enmq.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:23702/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24074
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28130
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7176
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23702
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29548
_ ERROR at setup of test_yql_create_user_by_domain_admin[domain_login_only--false-YDB] _
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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32793fb00410    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/fixtures/__init__.py:54: in ydb_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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x30117fb00410    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_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23548
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00594a/r3tmp/kikimr_cluster_fp7_8my7
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12043
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1924
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13119
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12354
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_qx9e67tk.log --grpc-port=12043 --mon-port=1924 --ic-port=23548
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12043/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_qx9e67tk.log --grpc-port=12043 --mon-port=1924 --ic-port=23548
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/logfile_qx9e67tk.log', '--grpc-port=12043', '--mon-port=1924', '--ic-port=23548')' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612108
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:12043/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/00594a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612109
DEBUG    ya.test:process.py:259 Command (pid 612109) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612109) elapsed time (sec): 0.25909996032714844
DEBUG    ya.test:process.py:263 Command (pid 612109) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) maxrss: 129736
DEBUG    ya.test:process.py:263 Command (pid 612109) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 612109) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612109) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612109) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612109) stime: 0.020555
DEBUG    ya.test:process.py:263 Command (pid 612109) utime: 0.057554999999999995
DEBUG    ya.test:process.py:263 Command (pid 612109) wtime: 0.26
DEBUG    ya.test:process.py:275 Command (pid 612109) output:

DEBUG    ya.test:process.py:276 Command (pid 612109) errors:
Terminating due to uncaught exception 0x32793fb00410    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/00594a/ydb/tests/functional/tenants/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.612109' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/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, 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 0x32793fb00410    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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32793fb00410    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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/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.612108' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_qx9e67tk.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:12043/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12354
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13119
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1924
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12043
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23548
_ ERROR at setup of test_yql_create_user_by_domain_admin[domain_login_only--true-YDB] _
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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x323b3fb00410    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/fixtures/__init__.py:54: in ydb_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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x50bdffb00410    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_yql_create_user_by_domain_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10274
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00594a/r3tmp/kikimr_cluster_a4ixzy0h
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26619
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21637
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31018
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19525
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_w_rschl5.log --grpc-port=26619 --mon-port=21637 --ic-port=10274
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26619/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_w_rschl5.log --grpc-port=26619 --mon-port=21637 --ic-port=10274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/logfile_w_rschl5.log', '--grpc-port=26619', '--mon-port=21637', '--ic-port=10274')' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612701
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26619/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/00594a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612703
DEBUG    ya.test:process.py:259 Command (pid 612703) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612703) elapsed time (sec): 0.24417877197265625
DEBUG    ya.test:process.py:263 Command (pid 612703) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) maxrss: 129736
DEBUG    ya.test:process.py:263 Command (pid 612703) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 612703) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612703) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612703) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612703) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612703) stime: 0.008062
DEBUG    ya.test:process.py:263 Command (pid 612703) utime: 0.092722
DEBUG    ya.test:process.py:263 Command (pid 612703) wtime: 0.245
DEBUG    ya.test:process.py:275 Command (pid 612703) output:

DEBUG    ya.test:process.py:276 Command (pid 612703) errors:
Terminating due to uncaught exception 0x323b3fb00410    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/00594a/ydb/tests/functional/tenants/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.612703' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/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, 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 0x323b3fb00410    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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x323b3fb00410    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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/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.612701' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_w_rschl5.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:26619/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19525
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31018
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21637
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26619
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10274
_ ERROR at setup of test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB] _
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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x5207bfb00410    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/fixtures/__init__.py:54: in ydb_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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31eebfb00410    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_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21076
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00594a/r3tmp/kikimr_cluster__spv8ixr
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27476
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24524
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30347
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5923
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_dxfl20rg.log --grpc-port=27476 --mon-port=24524 --ic-port=21076
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27476/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_dxfl20rg.log --grpc-port=27476 --mon-port=24524 --ic-port=21076
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/logfile_dxfl20rg.log', '--grpc-port=27476', '--mon-port=24524', '--ic-port=21076')' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 612911
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27476/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 612912
DEBUG    ya.test:process.py:259 Command (pid 612912) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 612912) elapsed time (sec): 0.218475341796875
DEBUG    ya.test:process.py:263 Command (pid 612912) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) maxrss: 130124
DEBUG    ya.test:process.py:263 Command (pid 612912) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 612912) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 612912) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 612912) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 612912) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 612912) stime: 0.017776999999999998
DEBUG    ya.test:process.py:263 Command (pid 612912) utime: 0.04399
DEBUG    ya.test:process.py:263 Command (pid 612912) wtime: 0.219
DEBUG    ya.test:process.py:275 Command (pid 612912) output:

DEBUG    ya.test:process.py:276 Command (pid 612912) errors:
Terminating due to uncaught exception 0x5207bfb00410    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/00594a/ydb/tests/functional/tenants/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.612912' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/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, 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 0x5207bfb00410    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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x5207bfb00410    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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/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.612911' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_dxfl20rg.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:27476/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5923
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30347
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24524
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21076
_ ERROR at setup of test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB] _
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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33e93fb00410    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/fixtures/__init__.py:54: in ydb_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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73a6ffb00410    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_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8437
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_users_groups_with_acl
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/00594a/r3tmp/kikimr_cluster_3g64oqs4
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19945
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30929
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1811
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27925
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_8u5nf7md.log --grpc-port=19945 --mon-port=30929 --ic-port=8437
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19945/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/00594a/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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_8u5nf7md.log --grpc-port=19945 --mon-port=30929 --ic-port=8437
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/logfile_8u5nf7md.log', '--grpc-port=19945', '--mon-port=30929', '--ic-port=8437')' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 613754
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19945/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/00594a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 613755
DEBUG    ya.test:process.py:259 Command (pid 613755) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 613755) elapsed time (sec): 0.2181529998779297
DEBUG    ya.test:process.py:263 Command (pid 613755) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) maxrss: 130124
DEBUG    ya.test:process.py:263 Command (pid 613755) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 613755) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 613755) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 613755) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 613755) stime: 0.015441999999999999
DEBUG    ya.test:process.py:263 Command (pid 613755) utime: 0.047797
DEBUG    ya.test:process.py:263 Command (pid 613755) wtime: 0.219
DEBUG    ya.test:process.py:275 Command (pid 613755) output:

DEBUG    ya.test:process.py:276 Command (pid 613755) errors:
Terminating due to uncaught exception 0x33e93fb00410    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/00594a/ydb/tests/functional/tenants/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.613755' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/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, 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 0x33e93fb00410    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/00594a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33e93fb00410    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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/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.613754' in '/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_8u5nf7md.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:19945/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27925
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1811
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30929
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19945
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8437
============================== slowest durations ===============================
1.36s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB]
1.33s setup    test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB]
1.31s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB]
1.30s setup    test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB]
0.34s setup    test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_users_groups_with_acl.py::test_yql_create_group_by_tenant_admin[domain_login_only--true-YDB] - 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_group_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x52cbffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--false-YDB] - 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x30117fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_user_by_domain_admin[domain_login_only--true-YDB] - 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_domain_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x50bdffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--false-YDB] - 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--false-YDB/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x31eebfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
ERROR test_users_groups_with_acl.py::test_yql_create_user_by_tenant_admin[domain_login_only--true-YDB] - 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/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/00594a/ydb/tests/functional/tenants/test-results/py3test/testing_out_stuff/chunk19/testing_out_stuff/test_users_groups_with_acl.py.test_yql_create_user_by_tenant_admin.domain_login_only--true-YDB/cluster/node_1/stderr
Stderr content:

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