  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 591, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/tests/functional/serverless/test_serverless.py", line 536, in test_database_with_column_disk_quotas
    driver.table_client.bulk_upsert(path, rows, column_types)
  File "contrib/python/ydb/py3/ydb/table.py", line 1225, in bulk_upsert
    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 465, in __call__
    res = connection(
  File "contrib/python/ydb/py3/ydb/connection.py", line 502, in __call__
    rpc_state, timeout, metadata = self._prepare_call(stub, rpc_name, request, settings)
  File "contrib/python/ydb/py3/ydb/connection.py", line 428, in _prepare_call
    _log_request(rpc_state, request)
  File "contrib/python/ydb/py3/ydb/connection.py", line 63, in _log_request
    logger.debug("%s: request = { %s }", rpc_state, _message_to_string(request))
  File "contrib/python/ydb/py3/ydb/connection.py", line 39, in _message_to_string
    return text_format.MessageToString(message, as_one_line=True)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 186, in MessageToString
    printer.PrintMessage(message)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 479, in PrintMessage
    self.PrintField(field, value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572, in PrintField
    self.PrintFieldValue(field, value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617, in PrintFieldValue
    self._PrintMessageFieldValue(value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597, in _PrintMessageFieldValue
    self.PrintMessage(value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 479, in PrintMessage
    self.PrintField(field, value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572, in PrintField
    self.PrintFieldValue(field, value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617, in PrintFieldValue
    self._PrintMessageFieldValue(value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597, in _PrintMessageFieldValue
    self.PrintMessage(value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 477, in PrintMessage
    self.PrintField(field, element)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572, in PrintField
    self.PrintFieldValue(field, value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617, in PrintFieldValue
    self._PrintMessageFieldValue(value)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 598, in _PrintMessageFieldValue
    self.out.write(closeb)
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 105, in write
    def write(self, val):
  File "library/python/pytest/plugins/ya.py", line 345, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0x00007b3de6b12640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3de9126640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3de7e1c640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3dea430640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3ded8fd640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3dfb14d640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3def710640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3dfd761640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b3e049f5640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f3e34fb1940 (most recent call first):
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 106 in write
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 635 in PrintFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572 in PrintField
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 479 in PrintMessage
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597 in _PrintMessageFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617 in PrintFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572 in PrintField
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 477 in PrintMessage
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597 in _PrintMessageFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617 in PrintFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572 in PrintField
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 477 in PrintMessage
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597 in _PrintMessageFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617 in PrintFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572 in PrintField
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 479 in PrintMessage
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 597 in _PrintMessageFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 617 in PrintFieldValue
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 572 in PrintField
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 479 in PrintMessage
  File "contrib/python/protobuf/py3/google/protobuf/text_format.py", line 186 in MessageToString
  File "contrib/python/ydb/py3/ydb/connection.py", line 39 in _message_to_string
  File "contrib/python/ydb/py3/ydb/connection.py", line 63 in _log_request
  File "contrib/python/ydb/py3/ydb/connection.py", line 428 in _prepare_call
  File "contrib/python/ydb/py3/ydb/connection.py", line 502 in __call__
  File "contrib/python/ydb/py3/ydb/pool.py", line 465 in __call__
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70 in wrapper
  File "contrib/python/ydb/py3/ydb/table.py", line 1225 in bulk_upsert
  File "ydb/tests/functional/serverless/test_serverless.py", line 536 in test_database_with_column_disk_quotas
  File "library/python/pytest/plugins/ya.py", line 591 in pytest_pyfunc_call
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844 in runtest
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170 in pytest_runtest_call
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263 in <lambda>
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342 in from_call
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262 in call_runtest_hook
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223 in call_and_report
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134 in runtestprotocol
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115 in pytest_runtest_protocol
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/main.py", line 352 in pytest_runtestloop
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/main.py", line 327 in _main
  File "contrib/python/pytest/py3/_pytest/main.py", line 273 in wrap_session
  File "contrib/python/pytest/py3/_pytest/main.py", line 320 in pytest_cmdline_main
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175 in main
  File "library/python/pytest/main.py", line 101 in main

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: ...runner/.ya/build/build_root/zl15/001f5e/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk3/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zl15/001f5e', '--source-root', '/home/runner/.ya/build/build_root/zl15/001f5e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zl15/001f5e/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk3/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/serverless', '--test-tool-bin', '/home/runner/.ya/tools/v4/10669990147/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '3', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/serverless', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_serverless.py']' 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 1772, 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: (("...runner/.ya/build/build_root/zl15/001f5e/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk3/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zl15/001f5e', '--source-root', '/home/runner/.ya/build/build_root/zl15/001f5e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zl15/001f5e/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk3/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/serverless', '--test-tool-bin', '/home/runner/.ya/tools/v4/10669990147/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '3', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/serverless', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_serverless.py']' stopped by 600 seconds timeout",), {})
  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 591, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/tests/functional/serverless/test_serverless.py", line 200, in test_turn_on_serverless_storage_billing
    time.sleep(15)
  File "library/python/pytest/plugins/ya.py", line 345, 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: ...runner/.ya/build/build_root/zl15/001f32/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zl15/001f32', '--source-root', '/home/runner/.ya/build/build_root/zl15/001f32/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zl15/001f32/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/serverless', '--test-tool-bin', '/home/runner/.ya/tools/v4/10669990147/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/serverless', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_serverless.py']' 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 1772, 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: (("...runner/.ya/build/build_root/zl15/001f32/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/zl15/001f32', '--source-root', '/home/runner/.ya/build/build_root/zl15/001f32/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/zl15/001f32/ydb/tests/functional/serverless/test-results/py3test/testing_out_stuff/test_serverless/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/serverless', '--test-tool-bin', '/home/runner/.ya/tools/v4/10669990147/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/serverless', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address', '--test-file-filter', 'test_serverless.py']' stopped by 600 seconds timeout",), {})
