  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 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/cfdu/00202f/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/00202f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/00202f', '--source-root', '/home/runner/.ya/build/build_root/cfdu/00202f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/00202f/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/cfdu/00202f/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/00202f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/00202f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/00202f', '--source-root', '/home/runner/.ya/build/build_root/cfdu/00202f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/00202f/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:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/cfdu/002010/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'>
  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/cfdu/002010/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'>
  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/cfdu/002010/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_8hiabu_p.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 89499 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/cfdu/002010/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'>
  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/cfdu/002010/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'>
  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/cfdu/002010/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_9yu91o30.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 104670 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/cfdu/002010/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'>
  (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/cfdu/002010/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'>
  (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/cfdu/002010/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_iz1gy03e.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 111269 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/cfdu/002010/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/cfdu/002010/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/cfdu/002010/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_l00et03n.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 119201 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/cfdu/001fea/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'>
  (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/cfdu/001fea/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'>
  (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/cfdu/001fea/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_04hgwhw8.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 12643 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/cfdu/001fea/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'>
  (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/cfdu/001fea/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'>
  (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/cfdu/001fea/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_ns3wzs84.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 20136 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/cfdu/001fea/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'>
  (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/cfdu/001fea/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'>
  (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/cfdu/001fea/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_oh9v5kg_.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 30189 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/cfdu/001fea/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'>
  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/cfdu/001fea/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'>
  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/cfdu/001fea/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_bvlf52tn.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 35136 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/cfdu/001fea/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/cfdu/001fea/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/cfdu/001fea/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_xi20mkte.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 39220 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/cfdu/001ffa/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/cfdu/001ffa/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/cfdu/001ffa/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_ozevd7uo.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 12247 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/cfdu/001ffa/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/cfdu/001ffa/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/cfdu/001ffa/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_yh97j55y.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 22832 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/cfdu/001ffa/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'>
  (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/cfdu/001ffa/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'>
  (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/cfdu/001ffa/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_4lw23jt7.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 31390 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/cfdu/001ffa/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'>
  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/cfdu/001ffa/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'>
  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/cfdu/001ffa/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_hfrn5kha.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 35302 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/cfdu/001ffa/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/cfdu/001ffa/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/cfdu/001ffa/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_35xajxpf.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 38822 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/cfdu/001feb/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'>
  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/cfdu/001feb/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'>
  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/cfdu/001feb/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_0n9sn0jr.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 11713 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/cfdu/001feb/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'>
  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/cfdu/001feb/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'>
  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/cfdu/001feb/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_8urd3gt5.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 17669 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/cfdu/001feb/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/cfdu/001feb/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/cfdu/001feb/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_rwt7l4yw.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 28441 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/cfdu/001feb/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'>
  (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/cfdu/001feb/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'>
  (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/cfdu/001feb/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_wsbct50j.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 34204 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/cfdu/001feb/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'>
  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/cfdu/001feb/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'>
  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/cfdu/001feb/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_xsfgbqtb.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 38328 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/cfdu/001f54/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'>
  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/cfdu/001f54/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'>
  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/cfdu/001f54/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_i76ux98j.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 17114 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/cfdu/001f54/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/cfdu/001f54/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/cfdu/001f54/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_4b7cqupk.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 26638 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/cfdu/001f54/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/cfdu/001f54/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/cfdu/001f54/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_3lmqq54s.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 31992 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/cfdu/001f54/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/cfdu/001f54/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/cfdu/001f54/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__0d5hzs7.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 35685 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/cfdu/001f54/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/cfdu/001f54/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/cfdu/001f54/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_sap1ca94.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 39768 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/cfdu/001ffb/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/cfdu/001ffb/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/cfdu/001ffb/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_aivbfh5z.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 12070 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/cfdu/001ffb/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/cfdu/001ffb/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/cfdu/001ffb/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_b3pnrnsr.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 19288 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/cfdu/001ffb/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'>
  (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/cfdu/001ffb/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'>
  (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/cfdu/001ffb/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_dcuw1mt9.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 31828 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/cfdu/001ffb/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/cfdu/001ffb/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/cfdu/001ffb/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_gujpa2w4.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 81070 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/cfdu/001fe2/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/cfdu/001fe2/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/cfdu/001fe2/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_ziu4csbp.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 11644 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/cfdu/001fe2/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/cfdu/001fe2/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/cfdu/001fe2/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_bizpca2d.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 86047 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 43, in restart_cluster
    driver.wait(20)
  File "contrib/python/ydb/py3/ydb/pool.py", line 409, in wait
    self._store.subscribe().result(timeout)
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 451, in result
    self._condition.wait(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/cfdu/001fe2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/001fe2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/001fe2', '--source-root', '/home/runner/.ya/build/build_root/cfdu/001fe2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/001fe2/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/cfdu/001fe2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/cfdu/001fe2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cfdu/001fe2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cfdu/001fe2', '--source-root', '/home/runner/.ya/build/build_root/cfdu/001fe2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cfdu/001fe2/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",), {})
