============================= 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/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x13a5bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_creates_quoter
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/0068e5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4306
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068e5/r3tmp/kikimr_cluster_i8ffhvca
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e5/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29457
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24377
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7647
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/logfile_abakgv0h.log --grpc-port=18044 --mon-port=26965 --ic-port=4306 --sqs-port=7647
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:18044/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/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e5/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/logfile_abakgv0h.log --grpc-port=18044 --mon-port=26965 --ic-port=4306 --sqs-port=7647
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/logfile_abakgv0h.log', '--grpc-port=18044', '--mon-port=26965', '--ic-port=4306', '--sqs-port=7647')' in '/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605006
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18044/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/0068e5/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605007
DEBUG    ya.test:process.py:259 Command (pid 605007) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605007) elapsed time (sec): 0.28091883659362793
DEBUG    ya.test:process.py:263 Command (pid 605007) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) maxrss: 120832
DEBUG    ya.test:process.py:263 Command (pid 605007) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 605007) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605007) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605007) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605007) stime: 0.023951999999999998
DEBUG    ya.test:process.py:263 Command (pid 605007) utime: 0.08383199999999999
DEBUG    ya.test:process.py:263 Command (pid 605007) wtime: 0.282
DEBUG    ya.test:process.py:275 Command (pid 605007) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/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.605007' in '/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x50717fb00410    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/0068e5/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50717fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/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.605006' in '/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_abakgv0h.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:18044/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7647
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24377
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29457
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18044
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4306
============================== slowest durations ===============================
0.39s setup    test_quoting.py::TestSqsQuotingWithKesus::test_creates_quoter

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithKesus::test_creates_quoter - 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/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068e5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_creates_quoter/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x13a5bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 1.23s ===============================
============================= 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/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x127abfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_properly_creates_and_deletes_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18603
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068cf/r3tmp/kikimr_cluster_og_y0pjs
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19908
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23440
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/logfile_1slw7gxq.log --grpc-port=1956 --mon-port=19908 --ic-port=18603 --sqs-port=9299
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1956/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/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068cf/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/logfile_1slw7gxq.log --grpc-port=1956 --mon-port=19908 --ic-port=18603 --sqs-port=9299
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/logfile_1slw7gxq.log', '--grpc-port=1956', '--mon-port=19908', '--ic-port=18603', '--sqs-port=9299')' in '/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605238
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1956/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/0068cf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605239
DEBUG    ya.test:process.py:259 Command (pid 605239) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605239) elapsed time (sec): 0.2537827491760254
DEBUG    ya.test:process.py:263 Command (pid 605239) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) maxrss: 120464
DEBUG    ya.test:process.py:263 Command (pid 605239) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 605239) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605239) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605239) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605239) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605239) stime: 0.008601
DEBUG    ya.test:process.py:263 Command (pid 605239) utime: 0.060207
DEBUG    ya.test:process.py:263 Command (pid 605239) wtime: 0.255
DEBUG    ya.test:process.py:275 Command (pid 605239) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/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.605239' in '/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/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 0x70083fb00410    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/0068cf/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70083fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605238' in '/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_1slw7gxq.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:1956/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9299
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23440
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20825
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19908
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18603
============================== slowest durations ===============================
1.41s setup    test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v0-fifo]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v0-fifo] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068cf/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-fifo/cluster/node_1/stderr
Stderr content:

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x317d7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_properly_creates_and_deletes_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006929/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17593
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006929/r3tmp/kikimr_cluster_ngd0ycpk
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006929/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15079
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19791
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25649
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26868
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30015
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006929/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1/logfile_48cu8ezp.log --grpc-port=15079 --mon-port=19791 --ic-port=17593 --sqs-port=30015
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15079/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/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006929/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1/logfile_48cu8ezp.log --grpc-port=15079 --mon-port=19791 --ic-port=17593 --sqs-port=30015
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006929/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1/logfile_48cu8ezp.log', '--grpc-port=15079', '--mon-port=19791', '--ic-port=17593', '--sqs-port=30015')' in '/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604521
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:15079/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/006929/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604522
DEBUG    ya.test:process.py:259 Command (pid 604522) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604522) elapsed time (sec): 0.2832169532775879
DEBUG    ya.test:process.py:263 Command (pid 604522) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) maxrss: 120088
DEBUG    ya.test:process.py:263 Command (pid 604522) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 604522) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 604522) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604522) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 604522) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604522) stime: 0.019429
DEBUG    ya.test:process.py:263 Command (pid 604522) utime: 0.083716
DEBUG    ya.test:process.py:263 Command (pid 604522) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 604522) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/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.604522' in '/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x32cd7fb00410    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/006929/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32cd7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604521' in '/home/runner/.ya/build/build_root/j3oc/006929/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_48cu8ezp.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:15079/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30015
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26868
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25649
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19791
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15079
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17593
============================== slowest durations ===============================
0.44s setup    test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v0-std]

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

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x73b03fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_properly_creates_and_deletes_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7937
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068f4/r3tmp/kikimr_cluster_fsswx7vw
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26059
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19080
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22141
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13483
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1/logfile_8r1oui87.log --grpc-port=26059 --mon-port=19080 --ic-port=7937 --sqs-port=13483
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26059/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/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068f4/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1/logfile_8r1oui87.log --grpc-port=26059 --mon-port=19080 --ic-port=7937 --sqs-port=13483
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1/logfile_8r1oui87.log', '--grpc-port=26059', '--mon-port=19080', '--ic-port=7937', '--sqs-port=13483')' in '/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 624254
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26059/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/0068f4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 624261
DEBUG    ya.test:process.py:259 Command (pid 624261) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 624261) elapsed time (sec): 0.30671262741088867
DEBUG    ya.test:process.py:263 Command (pid 624261) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) maxrss: 120544
DEBUG    ya.test:process.py:263 Command (pid 624261) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 624261) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 624261) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 624261) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 624261) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 624261) stime: 0.004219
DEBUG    ya.test:process.py:263 Command (pid 624261) utime: 0.101258
DEBUG    ya.test:process.py:263 Command (pid 624261) wtime: 0.308
DEBUG    ya.test:process.py:275 Command (pid 624261) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/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.624261' in '/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/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, 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 0x1317ffb00410    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/0068f4/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1317ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.624254' in '/home/runner/.ya/build/build_root/j3oc/0068f4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_8r1oui87.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:26059/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13483
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21172
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22141
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19080
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26059
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7937
============================== slowest durations ===============================
0.44s setup    test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v1-fifo]

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

Terminating due to uncaught exception 0x73b03fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 1.25s ===============================
============================= 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/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x32aaffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_properly_creates_and_deletes_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65118
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068e8/r3tmp/kikimr_cluster_y8zv9wu0
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13511
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20101
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14730
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30265
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2322
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/logfile_z8ajp4y8.log --grpc-port=13511 --mon-port=20101 --ic-port=65118 --sqs-port=2322
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13511/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/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/logfile_z8ajp4y8.log --grpc-port=13511 --mon-port=20101 --ic-port=65118 --sqs-port=2322
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/logfile_z8ajp4y8.log', '--grpc-port=13511', '--mon-port=20101', '--ic-port=65118', '--sqs-port=2322')' in '/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604964
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13511/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/0068e8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604965
DEBUG    ya.test:process.py:259 Command (pid 604965) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604965) elapsed time (sec): 0.19478940963745117
DEBUG    ya.test:process.py:263 Command (pid 604965) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) maxrss: 120568
DEBUG    ya.test:process.py:263 Command (pid 604965) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 604965) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604965) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 604965) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604965) stime: 0.012948999999999999
DEBUG    ya.test:process.py:263 Command (pid 604965) utime: 0.051799
DEBUG    ya.test:process.py:263 Command (pid 604965) wtime: 0.196
DEBUG    ya.test:process.py:275 Command (pid 604965) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/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.604965' in '/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/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 0x13aa7fb00410    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/0068e8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13aa7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604964' in '/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_z8ajp4y8.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:13511/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2322
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30265
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14730
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20101
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13511
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65118
============================== slowest durations ===============================
1.29s setup    test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v1-std]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithKesus::test_properly_creates_and_deletes_queue[tables_format_v1-std] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068e8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_quoting.py.TestSqsQuotingWithKesus.test_properly_creates_and_deletes_queue.tables_format_v1-std/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x32aaffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 2.40s ===============================
============================= 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/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x3358ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_rate[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14903
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068c8/r3tmp/kikimr_cluster__huir1_x
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22313
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23313
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21010
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6990
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1/logfile_mq10otbz.log --grpc-port=16363 --mon-port=22313 --ic-port=14903 --sqs-port=6990
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16363/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/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068c8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1/logfile_mq10otbz.log --grpc-port=16363 --mon-port=22313 --ic-port=14903 --sqs-port=6990
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1/logfile_mq10otbz.log', '--grpc-port=16363', '--mon-port=22313', '--ic-port=14903', '--sqs-port=6990')' in '/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605263
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16363/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/0068c8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605264
DEBUG    ya.test:process.py:259 Command (pid 605264) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605264) elapsed time (sec): 0.27547574043273926
DEBUG    ya.test:process.py:263 Command (pid 605264) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) maxrss: 120408
DEBUG    ya.test:process.py:263 Command (pid 605264) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 605264) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 605264) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605264) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605264) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605264) stime: 0.017501
DEBUG    ya.test:process.py:263 Command (pid 605264) utime: 0.090904
DEBUG    ya.test:process.py:263 Command (pid 605264) wtime: 0.277
DEBUG    ya.test:process.py:275 Command (pid 605264) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/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.605264' in '/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/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 0x305bbfb00410    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/0068c8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x305bbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605263' in '/home/runner/.ya/build/build_root/j3oc/0068c8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_mq10otbz.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:16363/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6990
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21010
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23313
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22313
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16363
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14903
============================== slowest durations ===============================
0.45s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_create_queue_rate[tables_format_v0]

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

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x71aeffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_queue_rate[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62060
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068f1/r3tmp/kikimr_cluster_u3rf_wnu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19634
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21739
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11103
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27058
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4633
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/logfile_65ff0c24.log --grpc-port=19634 --mon-port=21739 --ic-port=62060 --sqs-port=4633
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:19634/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/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068f1/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/logfile_65ff0c24.log --grpc-port=19634 --mon-port=21739 --ic-port=62060 --sqs-port=4633
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/logfile_65ff0c24.log', '--grpc-port=19634', '--mon-port=21739', '--ic-port=62060', '--sqs-port=4633')' in '/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604807
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:19634/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/0068f1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604808
DEBUG    ya.test:process.py:259 Command (pid 604808) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604808) elapsed time (sec): 0.20806288719177246
DEBUG    ya.test:process.py:263 Command (pid 604808) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) maxrss: 120816
DEBUG    ya.test:process.py:263 Command (pid 604808) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 604808) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 604808) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604808) nvcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 604808) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604808) stime: 0.015958
DEBUG    ya.test:process.py:263 Command (pid 604808) utime: 0.059843999999999994
DEBUG    ya.test:process.py:263 Command (pid 604808) wtime: 0.209
DEBUG    ya.test:process.py:275 Command (pid 604808) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/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.604808' in '/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/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, 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 0x73c0ffb00410    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/0068f1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73c0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604807' in '/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_65ff0c24.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:19634/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4633
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27058
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11103
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21739
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19634
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62060
============================== slowest durations ===============================
1.30s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_create_queue_rate[tables_format_v1]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_create_queue_rate[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068f1/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_create_queue_rate.tables_format_v1/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x71aeffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 2.38s ===============================
============================= 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/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x70553fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_does_actions_with_queue[tables_format_v0-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1731
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068d2/r3tmp/kikimr_cluster_89tut2ji
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31421
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26771
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62489
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4107
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1/logfile_tyb6it39.log --grpc-port=31421 --mon-port=26771 --ic-port=1731 --sqs-port=29534
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31421/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/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1/logfile_tyb6it39.log --grpc-port=31421 --mon-port=26771 --ic-port=1731 --sqs-port=29534
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1/logfile_tyb6it39.log', '--grpc-port=31421', '--mon-port=26771', '--ic-port=1731', '--sqs-port=29534')' in '/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605224
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31421/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/0068d2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605225
DEBUG    ya.test:process.py:259 Command (pid 605225) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605225) elapsed time (sec): 0.2250654697418213
DEBUG    ya.test:process.py:263 Command (pid 605225) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) maxrss: 120624
DEBUG    ya.test:process.py:263 Command (pid 605225) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 605225) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 605225) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605225) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605225) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605225) stime: 0.017074
DEBUG    ya.test:process.py:263 Command (pid 605225) utime: 0.051222
DEBUG    ya.test:process.py:263 Command (pid 605225) wtime: 0.226
DEBUG    ya.test:process.py:275 Command (pid 605225) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/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.605225' in '/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/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.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 0x51e5bfb00410    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/0068d2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x51e5bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605224' in '/home/runner/.ya/build/build_root/j3oc/0068d2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_tyb6it39.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:31421/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29534
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4107
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62489
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26771
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31421
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1731
============================== slowest durations ===============================
1.38s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_actions_with_queue[tables_format_v0-fifo]

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

Terminating due to uncaught exception 0x70553fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 2.45s ===============================
============================= 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/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31b5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_does_actions_with_queue[tables_format_v0-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12673
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068d8/r3tmp/kikimr_cluster_3zmfmxdj
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4569
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21665
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28636
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11131
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24910
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1/logfile_sxl_dm71.log --grpc-port=4569 --mon-port=21665 --ic-port=12673 --sqs-port=24910
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4569/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/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1/logfile_sxl_dm71.log --grpc-port=4569 --mon-port=21665 --ic-port=12673 --sqs-port=24910
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1/logfile_sxl_dm71.log', '--grpc-port=4569', '--mon-port=21665', '--ic-port=12673', '--sqs-port=24910')' in '/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605227
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4569/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/0068d8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605228
DEBUG    ya.test:process.py:259 Command (pid 605228) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605228) elapsed time (sec): 0.3595256805419922
DEBUG    ya.test:process.py:263 Command (pid 605228) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) maxrss: 120792
DEBUG    ya.test:process.py:263 Command (pid 605228) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 605228) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 605228) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605228) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605228) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605228) stime: 0.011283
DEBUG    ya.test:process.py:263 Command (pid 605228) utime: 0.092037
DEBUG    ya.test:process.py:263 Command (pid 605228) wtime: 0.361
DEBUG    ya.test:process.py:275 Command (pid 605228) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/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.605228' in '/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/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 0x33297fb00410    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/0068d8/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33297fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605227' in '/home/runner/.ya/build/build_root/j3oc/0068d8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v0-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_sxl_dm71.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:4569/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24910
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11131
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28636
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21665
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4569
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12673
============================== slowest durations ===============================
0.52s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_actions_with_queue[tables_format_v0-std]

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

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x720fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_does_actions_with_queue[tables_format_v1-fifo]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006900/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11790
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006900/r3tmp/kikimr_cluster_3_k8vzld
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006900/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18392
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7627
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6012
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3709
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006900/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1/logfile_qu0eibsg.log --grpc-port=18392 --mon-port=7627 --ic-port=11790 --sqs-port=3709
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:18392/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/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006900/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1/logfile_qu0eibsg.log --grpc-port=18392 --mon-port=7627 --ic-port=11790 --sqs-port=3709
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006900/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1/logfile_qu0eibsg.log', '--grpc-port=18392', '--mon-port=7627', '--ic-port=11790', '--sqs-port=3709')' in '/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604722
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:18392/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/006900/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604723
DEBUG    ya.test:process.py:259 Command (pid 604723) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604723) elapsed time (sec): 0.3110384941101074
DEBUG    ya.test:process.py:263 Command (pid 604723) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) maxrss: 120468
DEBUG    ya.test:process.py:263 Command (pid 604723) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 604723) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604723) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 604723) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604723) stime: 0.007294999999999999
DEBUG    ya.test:process.py:263 Command (pid 604723) utime: 0.096111
DEBUG    ya.test:process.py:263 Command (pid 604723) wtime: 0.312
DEBUG    ya.test:process.py:275 Command (pid 604723) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/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.604723' in '/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/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 0x12837fb00410    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/006900/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x12837fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604722' in '/home/runner/.ya/build/build_root/j3oc/006900/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-fifo/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_qu0eibsg.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:18392/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3709
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6012
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10626
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7627
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18392
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11790
============================== slowest durations ===============================
0.48s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_actions_with_queue[tables_format_v1-fifo]

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

Terminating due to uncaught exception 0x720fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 1.74s ===============================
============================= 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/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x31357fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_does_actions_with_queue[tables_format_v1-std]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15150
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068cd/r3tmp/kikimr_cluster_rh2cw177
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17318
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18996
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64719
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3501
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1/logfile_98e73ar_.log --grpc-port=21394 --mon-port=17318 --ic-port=15150 --sqs-port=3501
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21394/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/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068cd/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1/logfile_98e73ar_.log --grpc-port=21394 --mon-port=17318 --ic-port=15150 --sqs-port=3501
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1/logfile_98e73ar_.log', '--grpc-port=21394', '--mon-port=17318', '--ic-port=15150', '--sqs-port=3501')' in '/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605257
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21394/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/0068cd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605259
DEBUG    ya.test:process.py:259 Command (pid 605259) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605259) elapsed time (sec): 0.23568153381347656
DEBUG    ya.test:process.py:263 Command (pid 605259) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) maxrss: 120660
DEBUG    ya.test:process.py:263 Command (pid 605259) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 605259) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 605259) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605259) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605259) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605259) stime: 0.005338
DEBUG    ya.test:process.py:263 Command (pid 605259) utime: 0.061269
DEBUG    ya.test:process.py:263 Command (pid 605259) wtime: 0.237
DEBUG    ya.test:process.py:275 Command (pid 605259) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/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.605259' in '/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/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 0x53d5bfb00410    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/0068cd/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x53d5bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605257' in '/home/runner/.ya/build/build_root/j3oc/0068cd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk10/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_actions_with_queue.tables_format_v1-std/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_98e73ar_.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:21394/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3501
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64719
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18996
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17318
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21394
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15150
============================== slowest durations ===============================
1.39s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_actions_with_queue[tables_format_v1-std]

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

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x5038ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_does_not_create_kesus
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/0068d9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16406
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068d9/r3tmp/kikimr_cluster_duw7dbqe
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068d9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62673
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17086
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20869
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7138
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27497
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/logfile_16ytlmjp.log --grpc-port=62673 --mon-port=17086 --ic-port=16406 --sqs-port=27497
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62673/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/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068d9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/logfile_16ytlmjp.log --grpc-port=62673 --mon-port=17086 --ic-port=16406 --sqs-port=27497
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/logfile_16ytlmjp.log', '--grpc-port=62673', '--mon-port=17086', '--ic-port=16406', '--sqs-port=27497')' in '/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605232
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62673/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/0068d9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605233
DEBUG    ya.test:process.py:259 Command (pid 605233) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605233) elapsed time (sec): 0.2761993408203125
DEBUG    ya.test:process.py:263 Command (pid 605233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) maxrss: 120796
DEBUG    ya.test:process.py:263 Command (pid 605233) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 605233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 605233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605233) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605233) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605233) stime: 0.008066
DEBUG    ya.test:process.py:263 Command (pid 605233) utime: 0.060493
DEBUG    ya.test:process.py:263 Command (pid 605233) wtime: 0.277
DEBUG    ya.test:process.py:275 Command (pid 605233) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/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.605233' in '/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x31b0ffb00410    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/0068d9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31b0ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/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.605232' in '/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_16ytlmjp.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:62673/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27497
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7138
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20869
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17086
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62673
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16406
============================== slowest durations ===============================
1.43s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_not_create_kesus

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_does_not_create_kesus - 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/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068d9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk11/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_does_not_create_kesus/cluster/node_1/stderr
Stderr content:

Terminating due to uncaught exception 0x5038ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 2.68s ===============================
============================= 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/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x51e1bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_other_requests_rate[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006907/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4063
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006907/r3tmp/kikimr_cluster_nqvv6540
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006907/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31426
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28335
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23827
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18381
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19450
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006907/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1/logfile_wdipvuv9.log --grpc-port=31426 --mon-port=28335 --ic-port=4063 --sqs-port=19450
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31426/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/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006907/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1/logfile_wdipvuv9.log --grpc-port=31426 --mon-port=28335 --ic-port=4063 --sqs-port=19450
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006907/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1/logfile_wdipvuv9.log', '--grpc-port=31426', '--mon-port=28335', '--ic-port=4063', '--sqs-port=19450')' in '/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604519
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31426/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/006907/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604520
DEBUG    ya.test:process.py:259 Command (pid 604520) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604520) elapsed time (sec): 0.20511913299560547
DEBUG    ya.test:process.py:263 Command (pid 604520) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) maxrss: 120752
DEBUG    ya.test:process.py:263 Command (pid 604520) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 604520) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 604520) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604520) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 604520) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604520) stime: 0.017126
DEBUG    ya.test:process.py:263 Command (pid 604520) utime: 0.059135
DEBUG    ya.test:process.py:263 Command (pid 604520) wtime: 0.206
DEBUG    ya.test:process.py:275 Command (pid 604520) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/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.604520' in '/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/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 0x52a5ffb00410    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/006907/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52a5ffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604519' in '/home/runner/.ya/build/build_root/j3oc/006907/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk12/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_wdipvuv9.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:31426/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18381
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23827
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28335
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31426
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4063
============================== slowest durations ===============================
1.32s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_other_requests_rate[tables_format_v0]

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

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x10eabfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_other_requests_rate[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11648
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068e6/r3tmp/kikimr_cluster_fonatmsv
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29494
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7572
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10401
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6227
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/logfile_b3jtp97i.log --grpc-port=29494 --mon-port=7572 --ic-port=11648 --sqs-port=6227
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29494/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/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/logfile_b3jtp97i.log --grpc-port=29494 --mon-port=7572 --ic-port=11648 --sqs-port=6227
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/logfile_b3jtp97i.log', '--grpc-port=29494', '--mon-port=7572', '--ic-port=11648', '--sqs-port=6227')' in '/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605019
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:29494/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/0068e6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605020
DEBUG    ya.test:process.py:259 Command (pid 605020) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605020) elapsed time (sec): 0.2530536651611328
DEBUG    ya.test:process.py:263 Command (pid 605020) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) maxrss: 120836
DEBUG    ya.test:process.py:263 Command (pid 605020) minflt: 2639
DEBUG    ya.test:process.py:263 Command (pid 605020) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605020) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605020) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605020) stime: 0.007332999999999999
DEBUG    ya.test:process.py:263 Command (pid 605020) utime: 0.09348
DEBUG    ya.test:process.py:263 Command (pid 605020) wtime: 0.254
DEBUG    ya.test:process.py:275 Command (pid 605020) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/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.605020' in '/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/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 0x30967fb00410    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/0068e6/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x30967fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605019' in '/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_b3jtp97i.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:29494/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6227
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14060
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10401
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7572
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29494
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11648
============================== slowest durations ===============================
1.41s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_other_requests_rate[tables_format_v1]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_other_requests_rate[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068e6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk13/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_other_requests_rate.tables_format_v1/cluster/node_1/stderr
Stderr content:

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

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x100affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message_rate[tables_format_v0]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006906/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27236
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/006906/r3tmp/kikimr_cluster_b13cfgx1
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/006906/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25625
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62474
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17243
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63446
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24116
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006906/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1/logfile_y21n1s39.log --grpc-port=25625 --mon-port=62474 --ic-port=27236 --sqs-port=24116
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25625/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/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/006906/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1/logfile_y21n1s39.log --grpc-port=25625 --mon-port=62474 --ic-port=27236 --sqs-port=24116
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/006906/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1/logfile_y21n1s39.log', '--grpc-port=25625', '--mon-port=62474', '--ic-port=27236', '--sqs-port=24116')' in '/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 604546
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:25625/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/006906/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 604547
DEBUG    ya.test:process.py:259 Command (pid 604547) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 604547) elapsed time (sec): 0.2382824420928955
DEBUG    ya.test:process.py:263 Command (pid 604547) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) maxrss: 120468
DEBUG    ya.test:process.py:263 Command (pid 604547) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 604547) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 604547) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 604547) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 604547) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 604547) stime: 0.016458
DEBUG    ya.test:process.py:263 Command (pid 604547) utime: 0.08227999999999999
DEBUG    ya.test:process.py:263 Command (pid 604547) wtime: 0.24
DEBUG    ya.test:process.py:275 Command (pid 604547) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/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.604547' in '/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/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.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 0x735b7fb00410    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/006906/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x735b7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.604546' in '/home/runner/.ya/build/build_root/j3oc/006906/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk14/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v0/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_y21n1s39.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:25625/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24116
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63446
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17243
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62474
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25625
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27236
============================== slowest durations ===============================
0.38s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_send_message_rate[tables_format_v0]

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

Terminating due to uncaught exception 0x100affb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
of type yexception
=============================== 1 error in 1.37s ===============================
============================= 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/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

test_quoting.py E

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

During handling of the above exception, another exception occurred:
ydb/tests/library/sqs/test_base.py:159: in setup_class
    cls.cluster, cls.config_generator = cls._setup_cluster()
ydb/tests/library/sqs/test_base.py:342: in _setup_cluster
    cluster.start()
ydb/tests/library/harness/kikimr_runner.py:506: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/stderr
E   Stderr content:
E   
E   Terminating due to uncaught exception 0x505e7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_send_message_rate[tables_format_v1]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9662
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/j3oc/0068e0/r3tmp/kikimr_cluster_3i27u_wy
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14009
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29423
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1550
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61595
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/logfile_2t8jtn81.log --grpc-port=14009 --mon-port=29423 --ic-port=9662 --sqs-port=61595
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14009/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/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/j3oc/0068e0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/logfile_2t8jtn81.log --grpc-port=14009 --mon-port=29423 --ic-port=9662 --sqs-port=61595
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/logfile_2t8jtn81.log', '--grpc-port=14009', '--mon-port=29423', '--ic-port=9662', '--sqs-port=61595')' in '/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 605105
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14009/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/0068e0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 605106
DEBUG    ya.test:process.py:259 Command (pid 605106) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 605106) elapsed time (sec): 0.2329552173614502
DEBUG    ya.test:process.py:263 Command (pid 605106) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) maxrss: 120420
DEBUG    ya.test:process.py:263 Command (pid 605106) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 605106) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 605106) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 605106) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 605106) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 605106) stime: 0.017209
DEBUG    ya.test:process.py:263 Command (pid 605106) utime: 0.090844
DEBUG    ya.test:process.py:263 Command (pid 605106) wtime: 0.234
DEBUG    ya.test:process.py:275 Command (pid 605106) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/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.605106' in '/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/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, 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 0x70b37fb00410    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/0068e0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x70b37fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.605105' in '/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_2t8jtn81.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:14009/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61595
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29621
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29423
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14009
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9662
============================== slowest durations ===============================
1.39s setup    test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_send_message_rate[tables_format_v1]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_quoting.py::TestSqsQuotingWithLocalRateLimiter::test_send_message_rate[tables_format_v1] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/j3oc/0068e0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_quoting.py.TestSqsQuotingWithLocalRateLimiter.test_send_message_rate.tables_format_v1/cluster/node_1/stderr
Stderr content:

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

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/006902/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068fc/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068f7/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.46s =============================
============================= 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/0068fe/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.47s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068fd/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.47s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068e7/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068d7/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.35s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00690b/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.45s =============================
============================= 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/006905/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068de/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068ee/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.36s =============================
============================= 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/0068e2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068f6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.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/0068f2/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.38s =============================
============================= 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/0068da/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068fb/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/006904/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068ca/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.40s =============================
============================= 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/0068ed/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.44s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068ce/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.31s =============================
============================= 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/0068d6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.47s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068c6/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.36s =============================
============================= 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/0068e9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068f8/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk40
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.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/0068e3/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk41
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068f5/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk42
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068f0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk43
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/006923/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk44
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.43s =============================
============================= 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/0068cc/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk45
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.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/0068fa/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk46
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.42s =============================
============================= 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/0068ff/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk47
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068d0/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk48
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.48s =============================
============================= 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/0068ea/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk49
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.38s =============================
============================= 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/0068dc/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk50
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.46s =============================
============================= 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/00692e/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk51
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068f3/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk52
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/006901/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk53
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.45s =============================
============================= 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/0068e4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk54
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068d3/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk55
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.49s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0068ef/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk56
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.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/0068cb/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk57
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.45s =============================
============================= 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/0068d4/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk58
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.46s =============================
============================= 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/0068c9/ydb/tests/functional/sqs/with_quotas/test-results/py3test/testing_out_stuff/chunk59
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 16 items

============================ no tests ran in 0.49s =============================
