============================= 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/002b10/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

data_correctness.py EE

==================================== ERRORS ====================================
__________________ ERROR at setup of TestDataCorrectness.test __________________
ydb/tests/olap/ttl_tiering/data_correctness.py:25: in setup_class
    super(TestDataCorrectness, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3054bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b10/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 634529
DEBUG    ya.test:process.py:259 Command (pid 634529) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 634529) elapsed time (sec): 0.17211294174194336
DEBUG    ya.test:process.py:263 Command (pid 634529) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) maxrss: 135960
DEBUG    ya.test:process.py:263 Command (pid 634529) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 634529) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 634529) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 634529) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 634529) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 634529) stime: 0.019351999999999998
DEBUG    ya.test:process.py:263 Command (pid 634529) utime: 0.044766
DEBUG    ya.test:process.py:263 Command (pid 634529) wtime: 0.173
DEBUG    ya.test:process.py:275 Command (pid 634529) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/002b10/ydb/tests/olap/ttl_tiering/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.634529' in '/home/runner/.ya/build/build_root/j3oc/002b10/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk0'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x3054bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_______ ERROR at setup of TestDataCorrectness.test_export_import_formats _______
ydb/tests/olap/ttl_tiering/data_correctness.py:25: in setup_class
    super(TestDataCorrectness, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3054bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_export_import_formats
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.18s setup    data_correctness.py::TestDataCorrectness::test

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR data_correctness.py::TestDataCorrectness::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3054bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR data_correctness.py::TestDataCorrectness::test_export_import_formats - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b10/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3054bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 0.96s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/002b07/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

data_migration_when_alter_ttl.py E

==================================== ERRORS ====================================
_____________ ERROR at setup of TestDataMigrationWhenAlterTtl.test _____________
ydb/tests/olap/ttl_tiering/data_migration_when_alter_ttl.py:20: in setup_class
    super(TestDataMigrationWhenAlterTtl, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b07/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x124bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b07/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 615680
DEBUG    ya.test:process.py:259 Command (pid 615680) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 615680) elapsed time (sec): 0.23665475845336914
DEBUG    ya.test:process.py:263 Command (pid 615680) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) maxrss: 136408
DEBUG    ya.test:process.py:263 Command (pid 615680) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 615680) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 615680) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 615680) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 615680) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 615680) stime: 0.012568999999999999
DEBUG    ya.test:process.py:263 Command (pid 615680) utime: 0.09397699999999999
DEBUG    ya.test:process.py:263 Command (pid 615680) wtime: 0.238
DEBUG    ya.test:process.py:275 Command (pid 615680) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b07/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x124bffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.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/002b06/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

tier_delete.py E

==================================== ERRORS ====================================
_____________ ERROR at setup of TestTierDelete.test_delete_s3_ttl ______________
ydb/tests/olap/ttl_tiering/tier_delete.py:18: in setup_class
    super(TestTierDelete, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b06/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x3375bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_s3_ttl
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b06/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 631062
DEBUG    ya.test:process.py:259 Command (pid 631062) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 631062) elapsed time (sec): 0.2855112552642822
DEBUG    ya.test:process.py:263 Command (pid 631062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) maxrss: 136044
DEBUG    ya.test:process.py:263 Command (pid 631062) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 631062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 631062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 631062) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 631062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 631062) stime: 0.008365
DEBUG    ya.test:process.py:263 Command (pid 631062) utime: 0.100391
DEBUG    ya.test:process.py:263 Command (pid 631062) wtime: 0.287
DEBUG    ya.test:process.py:275 Command (pid 631062) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR tier_delete.py::TestTierDelete::test_delete_s3_ttl - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b06/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x3375bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.56s ===============================
============================= 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/002b19/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

ttl_delete_s3.py EE

==================================== ERRORS ====================================
____ ERROR at setup of TestDeleteS3Ttl.test_data_unchanged_after_ttl_change ____
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:26: in setup_class
    super(TestDeleteS3Ttl, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b19/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73dbbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_data_unchanged_after_ttl_change
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b19/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 634392
DEBUG    ya.test:process.py:259 Command (pid 634392) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 634392) elapsed time (sec): 0.17988133430480957
DEBUG    ya.test:process.py:263 Command (pid 634392) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) maxrss: 136072
DEBUG    ya.test:process.py:263 Command (pid 634392) minflt: 2614
DEBUG    ya.test:process.py:263 Command (pid 634392) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 634392) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 634392) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 634392) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 634392) stime: 0.020536
DEBUG    ya.test:process.py:263 Command (pid 634392) utime: 0.04518
DEBUG    ya.test:process.py:263 Command (pid 634392) wtime: 0.181
DEBUG    ya.test:process.py:275 Command (pid 634392) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/002b19/ydb/tests/olap/ttl_tiering/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.634392' in '/home/runner/.ya/build/build_root/j3oc/002b19/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk3'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x73dbbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
___________ ERROR at setup of TestDeleteS3Ttl.test_delete_s3_tiering ___________
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:26: in setup_class
    super(TestDeleteS3Ttl, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b19/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73dbbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_delete_s3_tiering
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.19s setup    ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b19/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73dbbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR ttl_delete_s3.py::TestDeleteS3Ttl::test_delete_s3_tiering - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b19/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73dbbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.20s ===============================
============================= 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/002b03/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

ttl_delete_s3.py E

==================================== ERRORS ====================================
_______________ ERROR at setup of TestDeleteTtl.test_ttl_delete ________________
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:294: in setup_class
    super(TestDeleteTtl, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b03/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x131b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_ttl_delete
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b03/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 631684
DEBUG    ya.test:process.py:259 Command (pid 631684) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 631684) elapsed time (sec): 0.19900226593017578
DEBUG    ya.test:process.py:263 Command (pid 631684) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) maxrss: 136316
DEBUG    ya.test:process.py:263 Command (pid 631684) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 631684) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 631684) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 631684) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 631684) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 631684) stime: 0.020288
DEBUG    ya.test:process.py:263 Command (pid 631684) utime: 0.056806999999999996
DEBUG    ya.test:process.py:263 Command (pid 631684) wtime: 0.201
DEBUG    ya.test:process.py:275 Command (pid 631684) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/002b03/ydb/tests/olap/ttl_tiering/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.631684' in '/home/runner/.ya/build/build_root/j3oc/002b03/ydb/tests/olap/ttl_tiering/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 0x131b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.22s setup    ttl_delete_s3.py::TestDeleteTtl::test_ttl_delete

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR ttl_delete_s3.py::TestDeleteTtl::test_ttl_delete - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b03/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x131b3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.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/002b1d/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

ttl_unavailable_s3.py E

==================================== ERRORS ====================================
___________________ ERROR at setup of TestUnavailableS3.test ___________________
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b1d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x73b3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b1d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 634074
DEBUG    ya.test:process.py:259 Command (pid 634074) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 634074) elapsed time (sec): 0.23551416397094727
DEBUG    ya.test:process.py:263 Command (pid 634074) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) maxrss: 136220
DEBUG    ya.test:process.py:263 Command (pid 634074) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 634074) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 634074) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 634074) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 634074) stime: 0.021795
DEBUG    ya.test:process.py:263 Command (pid 634074) utime: 0.053867
DEBUG    ya.test:process.py:263 Command (pid 634074) wtime: 0.237
DEBUG    ya.test:process.py:275 Command (pid 634074) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xt4xk5527a'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/j3oc/002b1d/ydb/tests/olap/ttl_tiering/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.634074' in '/home/runner/.ya/build/build_root/j3oc/002b1d/ydb/tests/olap/ttl_tiering/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 0x73b3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.25s setup    ttl_unavailable_s3.py::TestUnavailableS3::test

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR ttl_unavailable_s3.py::TestUnavailableS3::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b1d/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x73b3bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.26s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/002b27/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

unstable_connection.py E

==================================== ERRORS ====================================
________________ ERROR at setup of TestUnstableConnection.test _________________
ydb/tests/olap/ttl_tiering/unstable_connection.py:25: in setup_class
    super(TestUnstableConnection, cls).setup_class()
ydb/tests/olap/ttl_tiering/base.py:26: in setup_class
    cls._setup_ydb()
ydb/tests/olap/ttl_tiering/base.py:39: in _setup_ydb
    logger.info(yatest.common.execute([ydb_path, "-V"], wait=True).stdout.decode("utf-8"))
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b27/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50493fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/002b27/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 633971
DEBUG    ya.test:process.py:259 Command (pid 633971) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 633971) elapsed time (sec): 0.27593255043029785
DEBUG    ya.test:process.py:263 Command (pid 633971) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) maxrss: 136176
DEBUG    ya.test:process.py:263 Command (pid 633971) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 633971) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 633971) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 633971) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 633971) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 633971) stime: 0.018209
DEBUG    ya.test:process.py:263 Command (pid 633971) utime: 0.08961
DEBUG    ya.test:process.py:263 Command (pid 633971) wtime: 0.278
DEBUG    ya.test:process.py:275 Command (pid 633971) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR unstable_connection.py::TestUnstableConnection::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/002b27/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50493fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.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/002b28/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

============================ no tests ran in 0.71s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/002b08/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

============================ no tests ran in 0.62s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/002b0d/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 9 items

============================ no tests ran in 0.52s =============================
