============================= 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/0043e2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52ffbfb00410    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_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]
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/0043e2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632044
DEBUG    ya.test:process.py:259 Command (pid 632044) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632044) elapsed time (sec): 0.19944429397583008
DEBUG    ya.test:process.py:263 Command (pid 632044) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) maxrss: 124400
DEBUG    ya.test:process.py:263 Command (pid 632044) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 632044) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 632044) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632044) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632044) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632044) stime: 0.009341
DEBUG    ya.test:process.py:263 Command (pid 632044) utime: 0.062403
DEBUG    ya.test:process.py:263 Command (pid 632044) wtime: 0.201
DEBUG    ya.test:process.py:275 Command (pid 632044) output:

DEBUG    ya.test:process.py:276 Command (pid 632044) errors:
Terminating due to uncaught exception 0x52ffbfb00410    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/0043e2/ydb/tests/olap/column_family/compression/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.632044' in '/home/runner/.ya/build/build_root/j3oc/0043e2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk0'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, 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 0x52ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52ffbfb00410    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_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x52ffbfb00410    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_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.21s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[lz4_compression-COMPRESSION = "lz4"] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_10_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 10] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_11_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 11] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043e2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x52ffbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 3 errors 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/j3oc/00438c/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33487fb00410    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_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]
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/00438c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632098
DEBUG    ya.test:process.py:259 Command (pid 632098) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632098) elapsed time (sec): 0.2195425033569336
DEBUG    ya.test:process.py:263 Command (pid 632098) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) maxrss: 123236
DEBUG    ya.test:process.py:263 Command (pid 632098) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632098) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 632098) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632098) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632098) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632098) stime: 0.016919
DEBUG    ya.test:process.py:263 Command (pid 632098) utime: 0.059218
DEBUG    ya.test:process.py:263 Command (pid 632098) wtime: 0.221
DEBUG    ya.test:process.py:275 Command (pid 632098) output:

DEBUG    ya.test:process.py:276 Command (pid 632098) errors:
Terminating due to uncaught exception 0x33487fb00410    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/00438c/ydb/tests/olap/column_family/compression/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.632098' in '/home/runner/.ya/build/build_root/j3oc/00438c/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff.tar.zstd, ytest.report.trace, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x33487fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33487fb00410    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_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33487fb00410    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_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.23s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_12_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 12] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33487fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_13_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 13] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33487fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_14_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 14] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00438c/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33487fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 3 errors 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/j3oc/004386/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EEE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13667fb00410    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_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]
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/004386/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632335
DEBUG    ya.test:process.py:259 Command (pid 632335) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632335) elapsed time (sec): 0.2404012680053711
DEBUG    ya.test:process.py:263 Command (pid 632335) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) maxrss: 123308
DEBUG    ya.test:process.py:263 Command (pid 632335) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 632335) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 632335) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632335) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632335) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632335) stime: 0.015844
DEBUG    ya.test:process.py:263 Command (pid 632335) utime: 0.087145
DEBUG    ya.test:process.py:263 Command (pid 632335) wtime: 0.241
DEBUG    ya.test:process.py:275 Command (pid 632335) output:

DEBUG    ya.test:process.py:276 Command (pid 632335) errors:
Terminating due to uncaught exception 0x13667fb00410    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/004386/ydb/tests/olap/column_family/compression/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.632335' in '/home/runner/.ya/build/build_root/j3oc/004386/ydb/tests/olap/column_family/compression/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 0x13667fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13667fb00410    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_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13667fb00410    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_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.25s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_15_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 15] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13667fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_16_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 16] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13667fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_17_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 17] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004386/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13667fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 3 errors in 1.11s ===============================
============================= 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/004387/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004387/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32c87fb00410    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_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]
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/004387/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632130
DEBUG    ya.test:process.py:259 Command (pid 632130) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632130) elapsed time (sec): 0.2637934684753418
DEBUG    ya.test:process.py:263 Command (pid 632130) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) maxrss: 123260
DEBUG    ya.test:process.py:263 Command (pid 632130) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632130) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 632130) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632130) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632130) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632130) stime: 0.015636999999999998
DEBUG    ya.test:process.py:263 Command (pid 632130) utime: 0.07037
DEBUG    ya.test:process.py:263 Command (pid 632130) wtime: 0.266
DEBUG    ya.test:process.py:275 Command (pid 632130) output:

DEBUG    ya.test:process.py:276 Command (pid 632130) errors:
Terminating due to uncaught exception 0x32c87fb00410    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/004387/ydb/tests/olap/column_family/compression/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.632130' in '/home/runner/.ya/build/build_root/j3oc/004387/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk3'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, run_test.log, testing_out_stuff.tar.zstd)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x32c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004387/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x32c87fb00410    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_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.28s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_18_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 18] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004387/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_19_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 19] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004387/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x32c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors 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/j3oc/0043a2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043a2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33903fb00410    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_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]
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/0043a2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632075
DEBUG    ya.test:process.py:259 Command (pid 632075) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632075) elapsed time (sec): 0.3000214099884033
DEBUG    ya.test:process.py:263 Command (pid 632075) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) maxrss: 122900
DEBUG    ya.test:process.py:263 Command (pid 632075) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632075) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 632075) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632075) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632075) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632075) stime: 0.015979
DEBUG    ya.test:process.py:263 Command (pid 632075) utime: 0.090137
DEBUG    ya.test:process.py:263 Command (pid 632075) wtime: 0.301
DEBUG    ya.test:process.py:275 Command (pid 632075) output:

DEBUG    ya.test:process.py:276 Command (pid 632075) errors:
Terminating due to uncaught exception 0x33903fb00410    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/0043a2/ydb/tests/olap/column_family/compression/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.632075' in '/home/runner/.ya/build/build_root/j3oc/0043a2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk4'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x33903fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043a2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x33903fb00410    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_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.31s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_20_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 20] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043a2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33903fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_21_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 21] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043a2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x33903fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.31s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/00438b/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/00438b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x105dffb00410    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_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
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/00438b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632125
DEBUG    ya.test:process.py:259 Command (pid 632125) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632125) elapsed time (sec): 0.31728577613830566
DEBUG    ya.test:process.py:263 Command (pid 632125) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) maxrss: 123280
DEBUG    ya.test:process.py:263 Command (pid 632125) minflt: 2615
DEBUG    ya.test:process.py:263 Command (pid 632125) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 632125) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632125) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632125) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632125) stime: 0.013155
DEBUG    ya.test:process.py:263 Command (pid 632125) utime: 0.09432299999999999
DEBUG    ya.test:process.py:263 Command (pid 632125) wtime: 0.318
DEBUG    ya.test:process.py:275 Command (pid 632125) output:

DEBUG    ya.test:process.py:276 Command (pid 632125) errors:
Terminating due to uncaught exception 0x105dffb00410    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/00438b/ydb/tests/olap/column_family/compression/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.632125' in '/home/runner/.ya/build/build_root/j3oc/00438b/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk5'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x105dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/00438b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x105dffb00410    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_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.33s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2]
0.01s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_2_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 2] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00438b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x105dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_3_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 3] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/00438b/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x105dffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.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/004397/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004397/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31ba7fb00410    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_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]
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/004397/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632097
DEBUG    ya.test:process.py:259 Command (pid 632097) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632097) elapsed time (sec): 0.2515125274658203
DEBUG    ya.test:process.py:263 Command (pid 632097) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) maxrss: 123272
DEBUG    ya.test:process.py:263 Command (pid 632097) minflt: 2616
DEBUG    ya.test:process.py:263 Command (pid 632097) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 632097) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632097) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632097) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632097) stime: 0.037025999999999996
DEBUG    ya.test:process.py:263 Command (pid 632097) utime: 0.060749
DEBUG    ya.test:process.py:263 Command (pid 632097) wtime: 0.253
DEBUG    ya.test:process.py:275 Command (pid 632097) output:

DEBUG    ya.test:process.py:276 Command (pid 632097) errors:
Terminating due to uncaught exception 0x31ba7fb00410    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/004397/ydb/tests/olap/column_family/compression/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.632097' in '/home/runner/.ya/build/build_root/j3oc/004397/ydb/tests/olap/column_family/compression/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 0x31ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004397/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x31ba7fb00410    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_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.27s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_4_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 4] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004397/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_5_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 5] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004397/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x31ba7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.32s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0043d2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043d2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50c87fb00410    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_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]
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/0043d2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632037
DEBUG    ya.test:process.py:259 Command (pid 632037) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632037) elapsed time (sec): 0.2564682960510254
DEBUG    ya.test:process.py:263 Command (pid 632037) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) maxrss: 123204
DEBUG    ya.test:process.py:263 Command (pid 632037) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632037) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632037) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632037) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632037) stime: 0.01347
DEBUG    ya.test:process.py:263 Command (pid 632037) utime: 0.06515
DEBUG    ya.test:process.py:263 Command (pid 632037) wtime: 0.258
DEBUG    ya.test:process.py:275 Command (pid 632037) output:

DEBUG    ya.test:process.py:276 Command (pid 632037) errors:
Terminating due to uncaught exception 0x50c87fb00410    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/0043d2/ydb/tests/olap/column_family/compression/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.632037' in '/home/runner/.ya/build/build_root/j3oc/0043d2/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk7'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, testing_out_stuff.tar.zstd, run_test.log, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x50c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043d2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50c87fb00410    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_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.27s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_6_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 6] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043d2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_7_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 7] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043d2/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50c87fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.23s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/0043a1/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043a1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13ef7fb00410    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_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]
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/0043a1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632058
DEBUG    ya.test:process.py:259 Command (pid 632058) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632058) elapsed time (sec): 0.21090412139892578
DEBUG    ya.test:process.py:263 Command (pid 632058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) maxrss: 123632
DEBUG    ya.test:process.py:263 Command (pid 632058) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632058) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632058) stime: 0.015898
DEBUG    ya.test:process.py:263 Command (pid 632058) utime: 0.063593
DEBUG    ya.test:process.py:263 Command (pid 632058) wtime: 0.212
DEBUG    ya.test:process.py:275 Command (pid 632058) output:

DEBUG    ya.test:process.py:276 Command (pid 632058) errors:
Terminating due to uncaught exception 0x13ef7fb00410    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/0043a1/ydb/tests/olap/column_family/compression/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.632058' in '/home/runner/.ya/build/build_root/j3oc/0043a1/ydb/tests/olap/column_family/compression/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 0x13ef7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/0043a1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13ef7fb00410    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_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
============================== slowest durations ===============================
0.23s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8]

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_8_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 8] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043a1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13ef7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_9_compression-COMPRESSION = "zstd", COMPRESSION_LEVEL = 9] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/0043a1/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13ef7fb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.29s ===============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3oc/004392/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 23 items

alter_compression.py EE

==================================== ERRORS ====================================
_ ERROR at setup of TestAllCompression.test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"] _
ydb/tests/olap/column_family/compression/alter_compression.py:127: in setup_class
    super(TestAllCompression, cls).setup_class()
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004392/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x128dbfb00410    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_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]
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/004392/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632088
DEBUG    ya.test:process.py:259 Command (pid 632088) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632088) elapsed time (sec): 0.27182602882385254
DEBUG    ya.test:process.py:263 Command (pid 632088) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) maxrss: 123276
DEBUG    ya.test:process.py:263 Command (pid 632088) minflt: 2618
DEBUG    ya.test:process.py:263 Command (pid 632088) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632088) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632088) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632088) stime: 0.016817
DEBUG    ya.test:process.py:263 Command (pid 632088) utime: 0.09040999999999999
DEBUG    ya.test:process.py:263 Command (pid 632088) wtime: 0.273
DEBUG    ya.test:process.py:275 Command (pid 632088) output:

DEBUG    ya.test:process.py:276 Command (pid 632088) errors:
Terminating due to uncaught exception 0x128dbfb00410    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/004392/ydb/tests/olap/column_family/compression/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.632088' in '/home/runner/.ya/build/build_root/j3oc/004392/ydb/tests/olap/column_family/compression/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 0x128dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
________ ERROR at setup of TestAlterCompression.test_availability_data _________
ydb/tests/olap/column_family/compression/alter_compression.py:14: in setup_class
    super(TestCompressionBase, cls).setup_class()
ydb/tests/olap/column_family/compression/base.py:17: in setup_class
    cls._setup_ydb()
ydb/tests/olap/column_family/compression/base.py:27: 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/004392/ydb/apps/ydbd/ydbd -V' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x13ccffb00410    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_availability_data
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.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3oc/004392/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 632164
DEBUG    ya.test:process.py:259 Command (pid 632164) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 632164) elapsed time (sec): 0.3470494747161865
DEBUG    ya.test:process.py:263 Command (pid 632164) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) maxrss: 127580
DEBUG    ya.test:process.py:263 Command (pid 632164) minflt: 2617
DEBUG    ya.test:process.py:263 Command (pid 632164) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 632164) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 632164) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 632164) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 632164) stime: 0.017374
DEBUG    ya.test:process.py:263 Command (pid 632164) utime: 0.090968
DEBUG    ya.test:process.py:263 Command (pid 632164) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 632164) output:

DEBUG    ya.test:process.py:276 Command (pid 632164) errors:
Terminating due to uncaught exception 0x13ccffb00410    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/004392/ydb/tests/olap/column_family/compression/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.632164' in '/home/runner/.ya/build/build_root/j3oc/004392/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/chunk9'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b''
	std_err:b'Terminating due to uncaught exception 0x13ccffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"\n of type yexception\n'
============================== slowest durations ===============================
0.36s setup    alter_compression.py::TestAlterCompression::test_availability_data
0.29s setup    alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"]

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
ERROR alter_compression.py::TestAllCompression::test_all_supported_compression[zstd_compression-COMPRESSION = "zstd"] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004392/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x128dbfb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
ERROR alter_compression.py::TestAlterCompression::test_availability_data - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3oc/004392/ydb/apps/ydbd/ydbd -V' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x13ccffb00410    what() -> "library/cpp/object_factory/object_factory.h:63: Product with key CS::EXPORT already registered"
 of type yexception
============================== 2 errors in 1.61s ===============================
