============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004660/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Int16-pk_types2-all_types2-index2] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d2ef13e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Int16-pk_types2-all_types2-index2]
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/to5i/004660/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76091
DEBUG    ya.test:process.py:259 Command (pid 76091) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76091) elapsed time (sec): 0.8808777332305908
DEBUG    ya.test:process.py:263 Command (pid 76091) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) maxrss: 474276
DEBUG    ya.test:process.py:263 Command (pid 76091) minflt: 28160
DEBUG    ya.test:process.py:263 Command (pid 76091) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) nivcsw: 178
DEBUG    ya.test:process.py:263 Command (pid 76091) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76091) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 76091) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76091) stime: 0.29133899999999996
DEBUG    ya.test:process.py:263 Command (pid 76091) utime: 0.349319
DEBUG    ya.test:process.py:263 Command (pid 76091) wtime: 0.898
DEBUG    ya.test:process.py:275 Command (pid 76091) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004660/ydb/tests/datashard/partitioning/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.76091' in '/home/runner/.ya/build/build_root/to5i/004660/ydb/tests/datashard/partitioning/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, 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 0x7d2ef13e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.92s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int16-pk_types2-all_types2-index2]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int16-pk_types2-all_types2-index2] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004660/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d2ef13e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.96s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004680/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Int32-pk_types1-all_types1-index1] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004680/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7ca5766e3490    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Int32-pk_types1-all_types1-index1]
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/to5i/004680/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 75699
DEBUG    ya.test:process.py:259 Command (pid 75699) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 75699) elapsed time (sec): 0.6024761199951172
DEBUG    ya.test:process.py:263 Command (pid 75699) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) maxrss: 469828
DEBUG    ya.test:process.py:263 Command (pid 75699) minflt: 28170
DEBUG    ya.test:process.py:263 Command (pid 75699) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 75699) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 75699) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 75699) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 75699) stime: 0.10361
DEBUG    ya.test:process.py:263 Command (pid 75699) utime: 0.310832
DEBUG    ya.test:process.py:263 Command (pid 75699) wtime: 0.605
DEBUG    ya.test:process.py:275 Command (pid 75699) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004680/ydb/tests/datashard/partitioning/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.75699' in '/home/runner/.ya/build/build_root/to5i/004680/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, 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 0x7ca5766e3490    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.63s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int32-pk_types1-all_types1-index1]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int32-pk_types1-all_types1-index1] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004680/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7ca5766e3490    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.79s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004664/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Int64-pk_types0-all_types0-index0] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004664/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7cd0820e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Int64-pk_types0-all_types0-index0]
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/to5i/004664/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76090
DEBUG    ya.test:process.py:259 Command (pid 76090) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76090) elapsed time (sec): 0.8276867866516113
DEBUG    ya.test:process.py:263 Command (pid 76090) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) maxrss: 475284
DEBUG    ya.test:process.py:263 Command (pid 76090) minflt: 28205
DEBUG    ya.test:process.py:263 Command (pid 76090) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 76090) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76090) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 76090) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76090) stime: 0.31580199999999997
DEBUG    ya.test:process.py:263 Command (pid 76090) utime: 0.331792
DEBUG    ya.test:process.py:263 Command (pid 76090) wtime: 0.834
DEBUG    ya.test:process.py:275 Command (pid 76090) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004664/ydb/tests/datashard/partitioning/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.76090' in '/home/runner/.ya/build/build_root/to5i/004664/ydb/tests/datashard/partitioning/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 0x7cd0820e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.86s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int64-pk_types0-all_types0-index0]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int64-pk_types0-all_types0-index0] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004664/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7cd0820e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.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/to5i/004652/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Int8-pk_types3-all_types3-index3] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004652/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d89838e2890    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Int8-pk_types3-all_types3-index3]
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/to5i/004652/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76092
DEBUG    ya.test:process.py:259 Command (pid 76092) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76092) elapsed time (sec): 0.7017569541931152
DEBUG    ya.test:process.py:263 Command (pid 76092) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) maxrss: 475944
DEBUG    ya.test:process.py:263 Command (pid 76092) minflt: 28185
DEBUG    ya.test:process.py:263 Command (pid 76092) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 76092) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76092) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 76092) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76092) stime: 0.111069
DEBUG    ya.test:process.py:263 Command (pid 76092) utime: 0.321308
DEBUG    ya.test:process.py:263 Command (pid 76092) wtime: 0.721
DEBUG    ya.test:process.py:275 Command (pid 76092) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004652/ydb/tests/datashard/partitioning/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.76092' in '/home/runner/.ya/build/build_root/to5i/004652/ydb/tests/datashard/partitioning/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 0x7d89838e2890    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.75s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int8-pk_types3-all_types3-index3]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Int8-pk_types3-all_types3-index3] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004652/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d89838e2890    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.77s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00465e/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_String-pk_types8-all_types8-index8] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00465e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d7439de3a90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_String-pk_types8-all_types8-index8]
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/to5i/00465e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76095
DEBUG    ya.test:process.py:259 Command (pid 76095) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76095) elapsed time (sec): 0.709486722946167
DEBUG    ya.test:process.py:263 Command (pid 76095) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) maxrss: 475068
DEBUG    ya.test:process.py:263 Command (pid 76095) minflt: 28196
DEBUG    ya.test:process.py:263 Command (pid 76095) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 76095) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76095) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 76095) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76095) stime: 0.124537
DEBUG    ya.test:process.py:263 Command (pid 76095) utime: 0.338586
DEBUG    ya.test:process.py:263 Command (pid 76095) wtime: 0.718
DEBUG    ya.test:process.py:275 Command (pid 76095) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_String-pk_types8-all_types8-index8] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00465e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d7439de3a90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.85s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004650/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Uint16-pk_types6-all_types6-index6] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004650/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d3389ce2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Uint16-pk_types6-all_types6-index6]
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/to5i/004650/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76107
DEBUG    ya.test:process.py:259 Command (pid 76107) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76107) elapsed time (sec): 0.6070125102996826
DEBUG    ya.test:process.py:263 Command (pid 76107) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) maxrss: 476148
DEBUG    ya.test:process.py:263 Command (pid 76107) minflt: 28155
DEBUG    ya.test:process.py:263 Command (pid 76107) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) nivcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 76107) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76107) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 76107) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76107) stime: 0.15001499999999998
DEBUG    ya.test:process.py:263 Command (pid 76107) utime: 0.288894
DEBUG    ya.test:process.py:263 Command (pid 76107) wtime: 0.61
DEBUG    ya.test:process.py:275 Command (pid 76107) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004650/ydb/tests/datashard/partitioning/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.76107' in '/home/runner/.ya/build/build_root/to5i/004650/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk5'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, 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 0x7d3389ce2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.64s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint16-pk_types6-all_types6-index6]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint16-pk_types6-all_types6-index6] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004650/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d3389ce2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 3.54s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00465f/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Uint32-pk_types5-all_types5-index5] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00465f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7cc3ef7e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Uint32-pk_types5-all_types5-index5]
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/to5i/00465f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76099
DEBUG    ya.test:process.py:259 Command (pid 76099) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76099) elapsed time (sec): 0.6610963344573975
DEBUG    ya.test:process.py:263 Command (pid 76099) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) maxrss: 473884
DEBUG    ya.test:process.py:263 Command (pid 76099) minflt: 28199
DEBUG    ya.test:process.py:263 Command (pid 76099) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 76099) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76099) nvcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 76099) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76099) stime: 0.139529
DEBUG    ya.test:process.py:263 Command (pid 76099) utime: 0.30696399999999996
DEBUG    ya.test:process.py:263 Command (pid 76099) wtime: 0.669
DEBUG    ya.test:process.py:275 Command (pid 76099) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/00465f/ydb/tests/datashard/partitioning/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.76099' in '/home/runner/.ya/build/build_root/to5i/00465f/ydb/tests/datashard/partitioning/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 0x7cc3ef7e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.69s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint32-pk_types5-all_types5-index5]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint32-pk_types5-all_types5-index5] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00465f/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7cc3ef7e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 3.08s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00467b/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Uint64-pk_types4-all_types4-index4] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00467b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d51552e2890    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Uint64-pk_types4-all_types4-index4]
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/to5i/00467b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 75689
DEBUG    ya.test:process.py:259 Command (pid 75689) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 75689) elapsed time (sec): 0.5534946918487549
DEBUG    ya.test:process.py:263 Command (pid 75689) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) maxrss: 474820
DEBUG    ya.test:process.py:263 Command (pid 75689) minflt: 28167
DEBUG    ya.test:process.py:263 Command (pid 75689) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) nivcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 75689) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 75689) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 75689) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 75689) stime: 0.118846
DEBUG    ya.test:process.py:263 Command (pid 75689) utime: 0.26930499999999996
DEBUG    ya.test:process.py:263 Command (pid 75689) wtime: 0.556
DEBUG    ya.test:process.py:275 Command (pid 75689) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint64-pk_types4-all_types4-index4] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00467b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d51552e2890    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/to5i/00467a/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Uint8-pk_types7-all_types7-index7] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00467a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d956f6e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Uint8-pk_types7-all_types7-index7]
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/to5i/00467a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 75695
DEBUG    ya.test:process.py:259 Command (pid 75695) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 75695) elapsed time (sec): 0.6394257545471191
DEBUG    ya.test:process.py:263 Command (pid 75695) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) maxrss: 473508
DEBUG    ya.test:process.py:263 Command (pid 75695) minflt: 28192
DEBUG    ya.test:process.py:263 Command (pid 75695) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 75695) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 75695) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 75695) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 75695) stime: 0.098733
DEBUG    ya.test:process.py:263 Command (pid 75695) utime: 0.34940699999999997
DEBUG    ya.test:process.py:263 Command (pid 75695) wtime: 0.642
DEBUG    ya.test:process.py:275 Command (pid 75695) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Uint8-pk_types7-all_types7-index7] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00467a/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d956f6e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.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/to5i/00466e/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_partition_at_keys[table_Utf8-pk_types9-all_types9-index9] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00466e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d5dc75e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_partition_at_keys[table_Utf8-pk_types9-all_types9-index9]
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/to5i/00466e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 75732
DEBUG    ya.test:process.py:259 Command (pid 75732) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 75732) elapsed time (sec): 0.6021509170532227
DEBUG    ya.test:process.py:263 Command (pid 75732) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) maxrss: 474688
DEBUG    ya.test:process.py:263 Command (pid 75732) minflt: 28184
DEBUG    ya.test:process.py:263 Command (pid 75732) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 75732) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 75732) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 75732) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 75732) stime: 0.123627
DEBUG    ya.test:process.py:263 Command (pid 75732) utime: 0.299098
DEBUG    ya.test:process.py:263 Command (pid 75732) wtime: 0.604
DEBUG    ya.test:process.py:275 Command (pid 75732) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/00466e/ydb/tests/datashard/partitioning/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.75732' in '/home/runner/.ya/build/build_root/to5i/00466e/ydb/tests/datashard/partitioning/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, 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 0x7d5dc75e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.64s setup    test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Utf8-pk_types9-all_types9-index9]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_partition_at_keys[table_Utf8-pk_types9-all_types9-index9] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00466e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d5dc75e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.78s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004677/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_uniform_partitiona[table_ttl_Date-pk_types0-all_types0-index0] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/004677/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d1d1ede3a90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_uniform_partitiona[table_ttl_Date-pk_types0-all_types0-index0]
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/to5i/004677/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 75704
DEBUG    ya.test:process.py:259 Command (pid 75704) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 75704) elapsed time (sec): 0.6122024059295654
DEBUG    ya.test:process.py:263 Command (pid 75704) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) maxrss: 476892
DEBUG    ya.test:process.py:263 Command (pid 75704) minflt: 28164
DEBUG    ya.test:process.py:263 Command (pid 75704) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 75704) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 75704) nvcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 75704) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 75704) stime: 0.106585
DEBUG    ya.test:process.py:263 Command (pid 75704) utime: 0.32808699999999996
DEBUG    ya.test:process.py:263 Command (pid 75704) wtime: 0.614
DEBUG    ya.test:process.py:275 Command (pid 75704) output:

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

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-t6jxbksvym'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/to5i/004677/ydb/tests/datashard/partitioning/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.75704' in '/home/runner/.ya/build/build_root/to5i/004677/ydb/tests/datashard/partitioning/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 0x7d1d1ede3a90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.64s setup    test_partitioning.py::TestPartitionong::test_uniform_partitiona[table_ttl_Date-pk_types0-all_types0-index0]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_uniform_partitiona[table_ttl_Date-pk_types0-all_types0-index0] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/004677/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d1d1ede3a90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 2.76s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00464e/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

test_partitioning.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestPartitionong.test_uniform_partitiona[table_ttl_Date-pk_types1-all_types1-index1] _
ydb/tests/sql/lib/test_base.py:25: in setup_class
    logger.error(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/to5i/00464e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x7d34513e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_uniform_partitiona[table_ttl_Date-pk_types1-all_types1-index1]
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/to5i/00464e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 76119
DEBUG    ya.test:process.py:259 Command (pid 76119) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 76119) elapsed time (sec): 0.6195220947265625
DEBUG    ya.test:process.py:263 Command (pid 76119) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) maxrss: 473648
DEBUG    ya.test:process.py:263 Command (pid 76119) minflt: 28184
DEBUG    ya.test:process.py:263 Command (pid 76119) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 76119) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 76119) nvcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 76119) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 76119) stime: 0.11790199999999999
DEBUG    ya.test:process.py:263 Command (pid 76119) utime: 0.325023
DEBUG    ya.test:process.py:263 Command (pid 76119) wtime: 0.628
DEBUG    ya.test:process.py:275 Command (pid 76119) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_partitioning.py::TestPartitionong::test_uniform_partitiona[table_ttl_Date-pk_types1-all_types1-index1] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/to5i/00464e/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x7d34513e2e90    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 3.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/to5i/004676/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran 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/to5i/004678/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.15s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004667/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.12s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004661/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004675/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.18s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00465d/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.17s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00467d/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004669/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.14s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/004666/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.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/to5i/00467f/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.24s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/to5i/00466a/ydb/tests/datashard/partitioning/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 12 items

============================ no tests ran in 1.14s =============================
