  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 128, in runtestprotocol
    rep = call_and_report(item, "setup", log)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 158, in pytest_runtest_setup
    item.session._setupstate.setup(item)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 511, in setup
    col.setup()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1847, in setup
    self._request._fillfixtures()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 689, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 547, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 566, in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 648, in _compute_fixture_value
    fixturedef.execute(request=subrequest)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1087, in execute
    result = ihook.pytest_fixture_setup(fixturedef=self, request=request)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 910, in call_fixture_func
    fixture_result = next(generator)
  File "contrib/python/pytest/py3/_pytest/python.py", line 843, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "ydb/tests/olap/test_cs_many_updates.py", line 80, in setup_class
    cls._setup_ydb()
  File "ydb/tests/olap/test_cs_many_updates.py", line 106, in _setup_ydb
    cls.cluster.start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 475, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 528, in __run
    self.__wait_for_bs_controller_to_start()
  File "ydb/tests/library/harness/kikimr_runner.py", line 858, in __wait_for_bs_controller_to_start
    bs_controller_started = wait_for(
  File "ydb/tests/library/common/wait_for.py", line 19, in wait_for
    time.sleep(step_seconds)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/58cf/000350/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/58cf/000350/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/58cf/000350/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/58cf/000350', '--source-root', '/home/runner/.ya/build/build_root/58cf/000350/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/58cf/000350/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/58cf/000350/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/58cf/000350/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/58cf/000350/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/58cf/000350', '--source-root', '/home/runner/.ya/build/build_root/58cf/000350/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/58cf/000350/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/logfile_nb_s4966.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4131058 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000355/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/logfile_fo0adydi.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4132257 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/logfile_frjfldb1.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4011232 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-8/cluster/node_1/logfile_eaz9ad6s.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4029720 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/logfile_5qm_4o7j.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4050472 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/logfile_s90m0qff.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4059502 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/logfile_ueou48hx.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4061876 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/logfile_32sirvxj.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4011330 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-128/cluster/node_1/logfile_q6n1l68m.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4024161 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/logfile_hq433p5g.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4040119 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000351/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/logfile_5v7o_zki.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4052553 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/logfile__d6s3ix3.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4012918 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/logfile_co03amqx.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4027712 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-1/cluster/node_1/logfile_ae_i7ric.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4043517 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/logfile_nx4icwea.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4056048 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/logfile_uzsj_fo3.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4013363 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/logfile_ik69a624.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4033086 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/logfile_khc46b0h.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4052817 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-2/cluster/node_1/logfile_p3ckvxi8.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4059297 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/logfile_mu9sny56.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4012269 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/logfile_hu62g29k.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4026538 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/logfile_48lpccsd.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4041665 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/logfile_l0nemmo_.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4053702 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/logfile__ezs_v7g.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4011620 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/logfile_34gkh90h.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4027394 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/logfile_od4tduim.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4044906 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00034d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/logfile_em68np4p.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4092722 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/logfile_rgj2a1s0.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4011394 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/logfile_ke2y4jrp.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 4073559 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 91, in test
    self.restart_cluster(generate_internal_path_id=generate_internal_path_id)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 41, in restart_cluster
    self.cluster.update_configurator_and_restart(self.config)
  File "ydb/tests/library/harness/kikimr_runner.py", line 712, in update_configurator_and_restart
    node.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 274, in stop
    super(KiKiMRNode, self).stop()
  File "ydb/tests/library/harness/daemon.py", line 198, in stop
    wait_for(lambda: not self.is_alive(), self.__timeout)
  File "ydb/tests/library/common/wait_for.py", line 19, in wait_for
    time.sleep(step_seconds)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Traceback (most recent call last):
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
         ^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 308, in wrap_session
    config.hook.pytest_sessionfinish(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 37, in setup
    self.cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 679, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = 0.
Stdout file name: 
/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/upgrade_to_internal_path_id.py.TestUpgradeToInternalPathId.test/cluster/node_3/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/58cf/00035e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/58cf/00035e', '--source-root', '/home/runner/.ya/build/build_root/58cf/00035e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/58cf/00035e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/58cf/00035e', '--source-root', '/home/runner/.ya/build/build_root/58cf/00035e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/58cf/00035e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
