============================= 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/005cc7/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

test_delete_all_after_inserts.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestDeleteAllAfterInserts.test_delete_all_rows_after_several_inserts _
ydb/tests/olap/delete/test_delete_all_after_inserts.py:11: in setup_class
    super(TestDeleteAllAfterInserts, cls).setup_class()
ydb/tests/olap/delete/base.py:15: in setup_class
    cls._setup_ydb()
ydb/tests/olap/delete/base.py:25: 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/005cc7/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x71e0bfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key 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_all_rows_after_several_inserts
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/005cc7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 608098
DEBUG    ya.test:process.py:259 Command (pid 608098) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 608098) elapsed time (sec): 0.22719454765319824
DEBUG    ya.test:process.py:263 Command (pid 608098) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) maxrss: 120824
DEBUG    ya.test:process.py:263 Command (pid 608098) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 608098) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 608098) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 608098) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 608098) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 608098) stime: 0.012973
DEBUG    ya.test:process.py:263 Command (pid 608098) utime: 0.060542
DEBUG    ya.test:process.py:263 Command (pid 608098) wtime: 0.229
DEBUG    ya.test:process.py:275 Command (pid 608098) output:

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

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

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

test_delete_all_after_inserts.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestDeleteAllAfterInserts.test_update_all_rows_after_several_inserts _
ydb/tests/olap/delete/test_delete_all_after_inserts.py:11: in setup_class
    super(TestDeleteAllAfterInserts, cls).setup_class()
ydb/tests/olap/delete/base.py:15: in setup_class
    cls._setup_ydb()
ydb/tests/olap/delete/base.py:25: 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/005cb9/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x333d3fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
E    of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_update_all_rows_after_several_inserts
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/005cb9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 608209
DEBUG    ya.test:process.py:259 Command (pid 608209) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 608209) elapsed time (sec): 0.32845258712768555
DEBUG    ya.test:process.py:263 Command (pid 608209) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) maxrss: 120564
DEBUG    ya.test:process.py:263 Command (pid 608209) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 608209) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 608209) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 608209) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 608209) stime: 0.016364
DEBUG    ya.test:process.py:263 Command (pid 608209) utime: 0.090006
DEBUG    ya.test:process.py:263 Command (pid 608209) wtime: 0.33
DEBUG    ya.test:process.py:275 Command (pid 608209) output:

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

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

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

test_delete_by_explicit_row_id.py E

==================================== ERRORS ====================================
_ ERROR at setup of TestDeleteByExplicitRowId.test_delete_row_by_explicit_row_id _
ydb/tests/olap/delete/test_delete_by_explicit_row_id.py:12: in setup_class
    super(TestDeleteByExplicitRowId, cls).setup_class()
ydb/tests/olap/delete/base.py:15: in setup_class
    cls._setup_ydb()
ydb/tests/olap/delete/base.py:25: 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/005cd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x736fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key 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_row_by_explicit_row_id
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/005cd0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 608056
DEBUG    ya.test:process.py:259 Command (pid 608056) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 608056) elapsed time (sec): 0.2550833225250244
DEBUG    ya.test:process.py:263 Command (pid 608056) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) maxrss: 120720
DEBUG    ya.test:process.py:263 Command (pid 608056) minflt: 2619
DEBUG    ya.test:process.py:263 Command (pid 608056) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 608056) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 608056) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 608056) stime: 0.012374
DEBUG    ya.test:process.py:263 Command (pid 608056) utime: 0.053620999999999995
DEBUG    ya.test:process.py:263 Command (pid 608056) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 608056) output:

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

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

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR test_delete_by_explicit_row_id.py::TestDeleteByExplicitRowId::test_delete_row_by_explicit_row_id - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/005cd0/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x736fffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
=============================== 1 error in 1.01s ===============================
============================= 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/005cc0/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.34s =============================
============================= 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/005ccb/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005cba/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005cc6/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005cbb/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.41s =============================
============================= 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/005cb7/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/005cbe/ydb/tests/olap/delete/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 3 items

============================ no tests ran in 0.47s =============================
