  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/test_cs_many_updates.py", line 335, in test_many_updates
    self._test_many_updates_impl(
  File "ydb/tests/olap/test_cs_many_updates.py", line 243, in _test_many_updates_impl
    self._do_update(table_path, pks, mods, timer)
  File "ydb/tests/olap/test_cs_many_updates.py", line 132, in _do_update
    self.ydb_client.query(update_query)
  File "ydb/tests/olap/common/ydb_client.py", line 24, in query
    return self.session_pool.execute_with_retries(statement)
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 167, in _next
    return self._next()
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 543, in __next__
    return self._next()
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 960, in _next
    _common.wait(self._state.condition.wait, _response_ready)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 156, in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 116, in _wait_once
    wait_fn(timeout=timeout)
  File "contrib/tools/python3/Lib/threading.py", line 359, in wait
    gotit = waiter.acquire(True, timeout)
  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/5vf2/002185/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/5vf2/002185/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/5vf2/002185/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/5vf2/002185', '--source-root', '/home/runner/.ya/build/build_root/5vf2/002185/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/5vf2/002185/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/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', '1', '--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/5vf2/002185/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/5vf2/002185/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/5vf2/002185/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/5vf2/002185', '--source-root', '/home/runner/.ya/build/build_root/5vf2/002185/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/5vf2/002185/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/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', '1', '--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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/logfile_ghewxypg.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2151348 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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/logfile_4xnovusn.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2155556 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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/00218e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-2/cluster/node_1/logfile_zm_zcgxm.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 2158666 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/5vf2/00218e/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'>
  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/5vf2/00218e/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'>
  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/5vf2/00218e/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_ffyol__c.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 2161303 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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/logfile_rrhiszne.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 2081782 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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/logfile_ybkcyrvc.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 2084444 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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/logfile_79fa94jq.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 2086704 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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-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/5vf2/002193/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-64/cluster/node_1/logfile_k7n2a0jd.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2089350 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/5vf2/002193/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/5vf2/002193/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/5vf2/002193/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_py4_upaa.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2092782 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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/logfile_4m94pbi_.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2083226 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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/logfile_vmuhpqvk.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2085312 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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/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/5vf2/002188/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/cluster/node_1/logfile_q4dyt9cs.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 2087628 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/5vf2/002188/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/5vf2/002188/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/5vf2/002188/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_8tt30ll3.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2090678 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/5vf2/002188/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'>
  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/5vf2/002188/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'>
  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/5vf2/002188/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_cz_i76h_.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 2093335 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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/logfile_uljv790c.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2086169 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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-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/5vf2/00217d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-64/cluster/node_1/logfile_31b5mlg4.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2088655 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/5vf2/00217d/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'>
  (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/5vf2/00217d/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'>
  (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/5vf2/00217d/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__ghkhsxz.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2092018 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/5vf2/00217d/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/5vf2/00217d/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/5vf2/00217d/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_hxaav69l.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 2094155 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/5vf2/00217d/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/5vf2/00217d/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/5vf2/00217d/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_cfr933sr.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2097701 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/5vf2/002182/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-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/5vf2/002182/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-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/5vf2/002182/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/logfile_z598ilr4.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2083841 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/5vf2/002182/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/5vf2/002182/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/5vf2/002182/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_w_6zq_gn.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2086607 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/5vf2/002182/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/5vf2/002182/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/5vf2/002182/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_2m13rf5v.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2088951 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/5vf2/002182/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'>
  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/5vf2/002182/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'>
  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/5vf2/002182/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_g3hdiyzq.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 2092873 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/5vf2/002182/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'>
  (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/5vf2/002182/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'>
  (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/5vf2/002182/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_kcda03r8.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2095178 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/5vf2/002196/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'>
  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/5vf2/002196/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'>
  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/5vf2/002196/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_a5ngmcun.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 2081501 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/5vf2/002196/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'>
  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/5vf2/002196/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'>
  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/5vf2/002196/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_v2b1szab.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 2083740 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/5vf2/002196/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/5vf2/002196/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/5vf2/002196/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_77mg6jmv.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 2087405 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/5vf2/002196/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/5vf2/002196/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/5vf2/002196/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_kniftb97.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 2139443 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/5vf2/002180/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'>
  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/5vf2/002180/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'>
  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/5vf2/002180/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_agcbo117.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 2084516 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/5vf2/002180/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/5vf2/002180/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/5vf2/002180/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_vknecepc.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 2137707 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 717, in update_configurator_and_restart
    node.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 279, 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 "contrib/python/ydb/py3/ydb/connection.py", line 462, in __call__
    response = rpc_state(
               ^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 246, in __call__
    response, rendezvous = self.rpc.with_call(*args, **kwargs)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1198, in with_call
    return _end_unary_response_blocking(state, call, True, None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1006, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64038: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64038: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-11-28T14:46:57.501092176+00:00", grpc_status:14}"
>

During handling of the above exception, another exception occurred:

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 36, in setup
    self.session.stop()
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 308, in stop
    session.delete()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 288, in delete
    self._delete_call(settings=settings)
  File "contrib/python/ydb/py3/ydb/query/session.py", line 181, in _delete_call
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 471, in __call__
    raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected)
ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64038: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:64038: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-11-28T14:46:57.501092176+00:00", grpc_status:14}"
>

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/5vf2/002180/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/5vf2/002180/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/5vf2/002180/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/5vf2/002180', '--source-root', '/home/runner/.ya/build/build_root/5vf2/002180/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/5vf2/002180/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/5vf2/002180/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/5vf2/002180/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/5vf2/002180/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/5vf2/002180', '--source-root', '/home/runner/.ya/build/build_root/5vf2/002180/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/5vf2/002180/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",), {})
