contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 4 failed
Thread 2 failed
Thread 1 failed
  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 "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 114, in test_multi
    t.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
contrib/python/pytest/py3/_pytest/threadexception.py:77: PytestUnhandledThreadExceptionWarning: Exception in thread first response attach stream thread

Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/connection.py", line 359, in __next__
    return self.it.__next__()
           ^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 543, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 969, in _next
    raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-27T15:41:49.83009652+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "contrib/tools/python3/Lib/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "contrib/tools/python3/Lib/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 194, in get_first_response
    first_response = next(status_stream)
                     ^^^^^^^^^^^^^^^^^^^
  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/ydb/py3/ydb/connection.py", line 364, in __next__
    raise ydb_error
ydb.issues.Unavailable: recvmsg:Connection reset by peer

Thread 0x00007f26099fd640 (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 0x00007f26069ff640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 270 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 626 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 640 in stop_node
  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 0x00007f26013ff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 451 in result
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 205 in get_first_message_with_timeout
  File "contrib/python/ydb/py3/ydb/query/session.py", line 247 in _attach
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302 in create
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63 in _create_new_session
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111 in acquire
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331 in __enter__
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248 in wrapped_callee
  File "contrib/python/ydb/py3/ydb/retries.py", line 96 in retry_operation_impl
  File "contrib/python/ydb/py3/ydb/retries.py", line 135 in retry_operation_sync
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252 in execute_with_retries
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 508 in <lambda>
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 348 in _run_with_expected_status
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 507 in execute_query
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202 in impl
  File "ydb/tests/olap/scenario/test_insert.py", line 56 in _loop_insert
  File "ydb/tests/olap/common/thread_helper.py", line 11 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 0x00007f26125ff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/olap/common/thread_helper.py", line 16 in join
  File "ydb/tests/olap/common/thread_helper.py", line 45 in join_all
  File "ydb/tests/olap/scenario/test_insert.py", line 106 in scenario_read_data_during_bulk_upsert
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136 in _test_suffix
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  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 0x00007f260fbff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  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 0x00007f2618fff640 (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 0x00007f2638282440 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/library/harness/kikimr_runner.py", line 651 in stop
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81 in teardown_class
  File "contrib/python/pytest/py3/_pytest/python.py", line 764 in _call_with_optional_argument
  File "contrib/python/pytest/py3/_pytest/python.py", line 847 in xunit_setup_class_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926 in _teardown_yield_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042 in finish
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543 in teardown_exact
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109 in pytest_sessionfinish
  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 308 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: ...01/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/1tjt/000601/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/1tjt/000601/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/1tjt/000601', '--source-root', '/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/1tjt/000601/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9985353571/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--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: (("...01/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/1tjt/000601/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/1tjt/000601/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/1tjt/000601', '--source-root', '/home/runner/.ya/build/build_root/1tjt/000601/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/1tjt/000601/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9985353571/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--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",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 3016 30% 3016 50% 3016 90% 3016 99% 3016 ms
Write: 10% 5762 30% 5762 50% 5762 90% 5762 99% 5762 ms
Write: 10% 16272 30% 16272 50% 16272 90% 16272 99% 16272 ms
Write: 10% 15096 30% 15096 50% 15096 90% 15096 99% 15096 ms
Write: 10% 17821 30% 17821 50% 17821 90% 17821 99% 17821 ms
Write: 10% 17206 30% 17206 50% 17206 90% 17206 99% 17206 ms
Write: 10% 15523 30% 15523 50% 15523 90% 15523 99% 15523 ms
Write: 10% 16675 30% 16675 50% 16675 90% 16675 99% 16675 ms
Write: 10% 16047 30% 16047 50% 16047 90% 16047 99% 16047 ms
Write: 10% 15768 30% 15768 50% 15768 90% 15768 99% 15768 ms
Write: 10% 13736 30% 13736 50% 13736 90% 13736 99% 13736 ms
Write: 10% 10880 30% 10880 50% 10880 90% 10880 99% 10880 ms
Write: 10% 14297 30% 14297 50% 14297 90% 14297 99% 14297 ms
Write: 10% 14240 30% 14240 50% 14240 90% 14240 99% 14240 ms
Write: 10% 15010 30% 15010 50% 15010 90% 15010 99% 15010 ms
Write: 10% 14625 30% 14625 50% 14625 90% 14625 99% 14625 ms
Write: 10% 12377 30% 12377 50% 12377 90% 12377 99% 12377 ms
Write: 10% 14567 30% 14567 50% 14567 90% 14567 99% 14567 ms
Write: 10% 9310 30% 9310 50% 9310 90% 9310 99% 9310 ms
Write: 10% 6359 30% 6359 50% 6359 90% 6359 99% 6359 ms
Write: 10% 11213 30% 11213 50% 11213 90% 11213 99% 11213 ms
Write: 10% 15451 30% 15451 50% 15451 90% 15451 99% 15451 ms
Write: 10% 13221 30% 13221 50% 13221 90% 13221 99% 13221 ms
Write: 10% 11818 30% 11818 50% 11818 90% 11818 99% 11818 ms
Write: 10% 3030 30% 3030 50% 3030 90% 3030 99% 3030 ms
Write: 10% 12222 30% 12222 50% 12222 90% 12222 99% 12222 ms
Write: 10% 5722 30% 5722 50% 5722 90% 5722 99% 5722 ms
Write: 10% 13784 30% 13784 50% 13784 90% 13784 99% 13784 ms
Write: 10% 5037 30% 5037 50% 5037 90% 5037 99% 5037 ms
Write: 10% 12030 30% 12030 50% 12030 90% 12030 99% 12030 ms
Write: 10% 5569 30% 5569 50% 5569 90% 5569 99% 5569 ms
Write: 10% 7818 30% 7818 50% 7818 90% 7818 99% 7818 ms
Write: 10% 11427 30% 11427 50% 11427 90% 11427 99% 11427 ms
Write: 10% 10822 30% 10822 50% 10822 90% 10822 99% 10822 ms
Write: 10% 4327 30% 4327 50% 4327 90% 4327 99% 4327 ms
Write: 10% 10326 30% 10326 50% 10326 90% 10326 99% 10326 ms
Write: 10% 3304 30% 3304 50% 3304 90% 3304 99% 3304 ms
Write: 10% 5095 30% 5095 50% 5095 90% 5095 99% 5095 ms
Write: 10% 5854 30% 5854 50% 5854 90% 5854 99% 5854 ms
Write: 10% 7788 30% 7788 50% 7788 90% 7788 99% 7788 ms
Write: 10% 7163 30% 7163 50% 7163 90% 7163 99% 7163 ms
Write: 10% 8389 30% 8389 50% 8389 90% 8389 99% 8389 ms
Write: 10% 5853 30% 5853 50% 5853 90% 5853 99% 5853 ms
Write: 10% 8530 30% 8530 50% 8530 90% 8530 99% 8530 ms
Write: 10% 12766 30% 12766 50% 12766 90% 12766 99% 12766 ms
Write: 10% 4246 30% 4246 50% 4246 90% 4246 99% 4246 ms
Write: 10% 8865 30% 8865 50% 8865 90% 8865 99% 8865 ms
Write: 10% 4155 30% 4155 50% 4155 90% 4155 99% 4155 ms
Write: 10% 2679 30% 2679 50% 2679 90% 2679 99% 2679 ms
Write: 10% 13192 30% 13192 50% 13192 90% 13192 99% 13192 ms
Write: 10% 6566 30% 6566 50% 6566 90% 6566 99% 6566 ms
Write: 10% 6030 30% 6030 50% 6030 90% 6030 99% 6030 ms
Write: 10% 2843 30% 2843 50% 2843 90% 2843 99% 2843 ms
Write: 10% 4751 30% 4751 50% 4751 90% 4751 99% 4751 ms
Write: 10% 2728 30% 2728 50% 2728 90% 2728 99% 2728 ms
Write: 10% 9064 30% 9064 50% 9064 90% 9064 99% 9064 ms
Write: 10% 3837 30% 3837 50% 3837 90% 3837 99% 3837 ms
Write: 10% 3638 30% 3638 50% 3638 90% 3638 99% 3638 ms
Write: 10% 5321 30% 5321 50% 5321 90% 5321 99% 5321 ms
Write: 10% 2867 30% 2867 50% 2867 90% 2867 99% 2867 ms
Write: 10% 12529 30% 12529 50% 12529 90% 12529 99% 12529 ms
Write: 10% 3168 30% 3168 50% 3168 90% 3168 99% 3168 ms
Write: 10% 4017 30% 4017 50% 4017 90% 4017 99% 4017 ms
Write: 10% 4175 30% 4175 50% 4175 90% 4175 99% 4175 ms
Step 2. read write
Write: 10% 3871 30% 3871 50% 3871 90% 3871 99% 3871 ms
Write: 10% 16419 30% 16419 50% 16419 90% 16419 99% 16419 ms
Write: 10% 17368 30% 17368 50% 17368 90% 17368 99% 17368 ms
Write: 10% 17646 30% 17646 50% 17646 90% 17646 99% 17646 ms
Write: 10% 18293 30% 18293 50% 18293 90% 18293 99% 18293 ms
Write: 10% 18871 30% 18871 50% 18871 90% 18871 99% 18871 ms
Write: 10% 19112 30% 19112 50% 19112 90% 19112 99% 19112 ms
Write: 10% 19677 30% 19677 50% 19677 90% 19677 99% 19677 ms
Write: 10% 19405 30% 19405 50% 19405 90% 19405 99% 19405 ms
Write: 10% 18272 30% 18272 50% 18272 90% 18272 99% 18272 ms
Write: 10% 19049 30% 19049 50% 19049 90% 19049 99% 19049 ms
Write: 10% 16707 30% 16707 50% 16707 90% 16707 99% 16707 ms
Write: 10% 17277 30% 17277 50% 17277 90% 17277 99% 17277 ms
Write: 10% 11633 30% 11633 50% 11633 90% 11633 99% 11633 ms
Write: 10% 13123 30% 13123 50% 13123 90% 13123 99% 13123 ms
Write: 10% 4668 30% 4668 50% 4668 90% 4668 99% 4668 ms
Write: 10% 19430 30% 19430 50% 19430 90% 19430 99% 19430 ms
Write: 10% 16575 30% 16575 50% 16575 90% 16575 99% 16575 ms
Write: 10% 5187 30% 5187 50% 5187 90% 5187 99% 5187 ms
Write: 10% 15529 30% 15529 50% 15529 90% 15529 99% 15529 ms
Write: 10% 14830 30% 14830 50% 14830 90% 14830 99% 14830 ms
Write: 10% 15439 30% 15439 50% 15439 90% 15439 99% 15439 ms
Write: 10% 14043 30% 14043 50% 14043 90% 14043 99% 14043 ms
Write: 10% 13072 30% 13072 50% 13072 90% 13072 99% 13072 ms
Write: 10% 13557 30% 13557 50% 13557 90% 13557 99% 13557 ms
Write: 10% 12107 30% 12107 50% 12107 90% 12107 99% 12107 ms
Write: 10% 12811 30% 12811 50% 12811 90% 12811 99% 12811 ms
Write: 10% 3232 30% 3232 50% 3232 90% 3232 99% 3232 ms
Write: 10% 11599 30% 11599 50% 11599 90% 11599 99% 11599 ms
Write: 10% 9866 30% 9866 50% 9866 90% 9866 99% 9866 ms
Write: 10% 10520 30% 10520 50% 10520 90% 10520 99% 10520 ms
Write: 10% 10677 30% 10677 50% 10677 90% 10677 99% 10677 ms
Write: 10% 9415 30% 9415 50% 9415 90% 9415 99% 9415 ms
Write: 10% 8885 30% 8885 50% 8885 90% 8885 99% 8885 ms
Write: 10% 8323 30% 8323 50% 8323 90% 8323 99% 8323 ms
Write: 10% 9610 30% 9610 50% 9610 90% 9610 99% 9610 ms
Write: 10% 8383 30% 8383 50% 8383 90% 8383 99% 8383 ms
Write: 10% 7712 30% 7712 50% 7712 90% 7712 99% 7712 ms
Write: 10% 8037 30% 8037 50% 8037 90% 8037 99% 8037 ms
Write: 10% 7435 30% 7435 50% 7435 90% 7435 99% 7435 ms
Write: 10% 7207 30% 7207 50% 7207 90% 7207 99% 7207 ms
Write: 10% 5171 30% 5171 50% 5171 90% 5171 99% 5171 ms
Write: 10% 6124 30% 6124 50% 6124 90% 6124 99% 6124 ms
Write: 10% 5980 30% 5980 50% 5980 90% 5980 99% 5980 ms
Write: 10% 6340 30% 6340 50% 6340 90% 6340 99% 6340 ms
Write: 10% 12233 30% 12233 50% 12233 90% 12233 99% 12233 ms
Write: 10% 5516 30% 5516 50% 5516 90% 5516 99% 5516 ms
Write: 10% 6462 30% 6462 50% 6462 90% 6462 99% 6462 ms
Write: 10% 7029 30% 7029 50% 7029 90% 7029 99% 7029 ms
Write: 10% 4852 30% 4852 50% 4852 90% 4852 99% 4852 ms
Write: 10% 4509 30% 4509 50% 4509 90% 4509 99% 4509 ms
Write: 10% 4344 30% 4344 50% 4344 90% 4344 99% 4344 ms
Write: 10% 4497 30% 4497 50% 4497 90% 4497 99% 4497 ms
Write: 10% 4201 30% 4201 50% 4201 90% 4201 99% 4201 ms
Write: 10% 3752 30% 3752 50% 3752 90% 3752 99% 3752 ms
Write: 10% 3857 30% 3857 50% 3857 90% 3857 99% 3857 ms
Write: 10% 11893 30% 11893 50% 11893 90% 11893 99% 11893 ms
Write: 10% 4841 30% 4841 50% 4841 90% 4841 99% 4841 ms
Write: 10% 7145 30% 7145 50% 7145 90% 7145 99% 7145 ms
Write: 10% 4763 30% 4763 50% 4763 90% 4763 99% 4763 ms
Write: 10% 4362 30% 4362 50% 4362 90% 4362 99% 4362 ms
Write: 10% 3900 30% 3900 50% 3900 90% 3900 99% 3900 ms
Write: 10% 4491 30% 4491 50% 4491 90% 4491 99% 4491 ms
Write: 10% 3477 30% 3477 50% 3477 90% 3477 99% 3477 ms
Read: 10% 7574 30% 11084 50% 14595 90% 21616 99% 23196 ms
Step 3. write modify
Write: 10% 13534 30% 13534 50% 13534 90% 13534 99% 13534 ms
Write: 10% 13071 30% 13071 50% 13071 90% 13071 99% 13071 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Write: 10% 12408 30% 12408 50% 12408 90% 12408 99% 12408 ms
Write: 10% 14169 30% 14169 50% 14169 90% 14169 99% 14169 ms
Write: 10% 16086 30% 16086 50% 16086 90% 16086 99% 16086 ms
Write: 10% 16316 30% 16316 50% 16316 90% 16316 99% 16316 ms
Write: 10% 17033 30% 17033 50% 17033 90% 17033 99% 17033 ms
Write: 10% 16566 30% 16566 50% 16566 90% 16566 99% 16566 ms
Write: 10% 17245 30% 17245 50% 17245 90% 17245 99% 17245 ms
Write: 10% 17353 30% 17353 50% 17353 90% 17353 99% 17353 ms
Write: 10% 17529 30% 17529 50% 17529 90% 17529 99% 17529 ms
Write: 10% 17437 30% 17437 50% 17437 90% 17437 99% 17437 ms
Write: 10% 17594 30% 17594 50% 17594 90% 17594 99% 17594 ms
Write: 10% 16761 30% 16761 50% 16761 90% 16761 99% 16761 ms
Write: 10% 6680 30% 6680 50% 6680 90% 6680 99% 6680 ms
Write: 10% 16481 30% 16481 50% 16481 90% 16481 99% 16481 ms
Write: 10% 16713 30% 16713 50% 16713 90% 16713 99% 16713 ms
Write: 10% 16792 30% 16792 50% 16792 90% 16792 99% 16792 ms
Write: 10% 15859 30% 15859 50% 15859 90% 15859 99% 15859 ms
Write: 10% 15663 30% 15663 50% 15663 90% 15663 99% 15663 ms
Write: 10% 16991 30% 16991 50% 16991 90% 16991 99% 16991 ms
Write: 10% 14353 30% 14353 50% 14353 90% 14353 99% 14353 ms
Write: 10% 15623 30% 15623 50% 15623 90% 15623 99% 15623 ms
Write: 10% 13937 30% 13937 50% 13937 90% 13937 99% 13937 ms
Write: 10% 14111 30% 14111 50% 14111 90% 14111 99% 14111 ms
Write: 10% 7167 30% 7167 50% 7167 90% 7167 99% 7167 ms
Write: 10% 13985 30% 13985 50% 13985 90% 13985 99% 13985 ms
Write: 10% 11269 30% 11269 50% 11269 90% 11269 99% 11269 ms
Write: 10% 13564 30% 13564 50% 13564 90% 13564 99% 13564 ms
Write: 10% 4344 30% 4344 50% 4344 90% 4344 99% 4344 ms
Write: 10% 13220 30% 13220 50% 13220 90% 13220 99% 13220 ms
Write: 10% 8945 30% 8945 50% 8945 90% 8945 99% 8945 ms
Write: 10% 11743 30% 11743 50% 11743 90% 11743 99% 11743 ms
Write: 10% 8313 30% 8313 50% 8313 90% 8313 99% 8313 ms
Write: 10% 14080 30% 14080 50% 14080 90% 14080 99% 14080 ms
Write: 10% 10592 30% 10592 50% 10592 90% 10592 99% 10592 ms
Write: 10% 9373 30% 9373 50% 9373 90% 9373 99% 9373 ms
Write: 10% 4423 30% 4423 50% 4423 90% 4423 99% 4423 ms
Write: 10% 6967 30% 6967 50% 6967 90% 6967 99% 6967 ms
Write: 10% 8282 30% 8282 50% 8282 90% 8282 99% 8282 ms
Write: 10% 8924 30% 8924 50% 8924 90% 8924 99% 8924 ms
Write: 10% 4403 30% 4403 50% 4403 90% 4403 99% 4403 ms
Write: 10% 12843 30% 12843 50% 12843 90% 12843 99% 12843 ms
Write: 10% 5710 30% 5710 50% 5710 90% 5710 99% 5710 ms
Write: 10% 5707 30% 5707 50% 5707 90% 5707 99% 5707 ms
Write: 10% 5760 30% 5760 50% 5760 90% 5760 99% 5760 ms
Write: 10% 5559 30% 5559 50% 5559 90% 5559 99% 5559 ms
Write: 10% 4747 30% 4747 50% 4747 90% 4747 99% 4747 ms
Write: 10% 6211 30% 6211 50% 6211 90% 6211 99% 6211 ms
Write: 10% 4940 30% 4940 50% 4940 90% 4940 99% 4940 ms
Write: 10% 4586 30% 4586 50% 4586 90% 4586 99% 4586 ms
Write: 10% 4590 30% 4590 50% 4590 90% 4590 99% 4590 ms
Write: 10% 5450 30% 5450 50% 5450 90% 5450 99% 5450 ms
Write: 10% 4295 30% 4295 50% 4295 90% 4295 99% 4295 ms
Write: 10% 12351 30% 12351 50% 12351 90% 12351 99% 12351 ms
Write: 10% 4647 30% 4647 50% 4647 90% 4647 99% 4647 ms
Write: 10% 3954 30% 3954 50% 3954 90% 3954 99% 3954 ms
Write: 10% 4349 30% 4349 50% 4349 90% 4349 99% 4349 ms
Write: 10% 5772 30% 5772 50% 5772 90% 5772 99% 5772 ms
Write: 10% 4923 30% 4923 50% 4923 90% 4923 99% 4923 ms
Write: 10% 4870 30% 4870 50% 4870 90% 4870 99% 4870 ms
Write: 10% 4342 30% 4342 50% 4342 90% 4342 99% 4342 ms
Write: 10% 5904 30% 5904 50% 5904 90% 5904 99% 5904 ms
Write: 10% 4832 30% 4832 50% 4832 90% 4832 99% 4832 ms
Update: 10% 1801 30% 1801 50% 1801 90% 1801 99% 1801 ms
Step 4. read modify write
Write: 10% 2920 30% 2920 50% 2920 90% 2920 99% 2920 ms
Write: 10% 16393 30% 16393 50% 16393 90% 16393 99% 16393 ms
Write: 10% 15100 30% 15100 50% 15100 90% 15100 99% 15100 ms
Write: 10% 16372 30% 16372 50% 16372 90% 16372 99% 16372 ms
Write: 10% 15968 30% 15968 50% 15968 90% 15968 99% 15968 ms
Write: 10% 17189 30% 17189 50% 17189 90% 17189 99% 17189 ms
Write: 10% 16391 30% 16391 50% 16391 90% 16391 99% 16391 ms
Write: 10% 16059 30% 16059 50% 16059 90% 16059 99% 16059 ms
Write: 10% 14507 30% 14507 50% 14507 90% 14507 99% 14507 ms
Write: 10% 16259 30% 16259 50% 16259 90% 16259 99% 16259 ms
Write: 10% 13233 30% 13233 50% 13233 90% 13233 99% 13233 ms
Write: 10% 11990 30% 11990 50% 11990 90% 11990 99% 11990 ms
Write: 10% 10615 30% 10615 50% 10615 90% 10615 99% 10615 ms
Write: 10% 15402 30% 15402 50% 15402 90% 15402 99% 15402 ms
Write: 10% 15901 30% 15901 50% 15901 90% 15901 99% 15901 ms
Write: 10% 15538 30% 15538 50% 15538 90% 15538 99% 15538 ms
Write: 10% 15416 30% 15416 50% 15416 90% 15416 99% 15416 ms
Write: 10% 14930 30% 14930 50% 14930 90% 14930 99% 14930 ms
Write: 10% 8834 30% 8834 50% 8834 90% 8834 99% 8834 ms
Write: 10% 14491 30% 14491 50% 14491 90% 14491 99% 14491 ms
Write: 10% 8514 30% 8514 50% 8514 90% 8514 99% 8514 ms
Write: 10% 11867 30% 11867 50% 11867 90% 11867 99% 11867 ms
Write: 10% 3870 30% 3870 50% 3870 90% 3870 99% 3870 ms
Write: 10% 13722 30% 13722 50% 13722 90% 13722 99% 13722 ms
Write: 10% 6762 30% 6762 50% 6762 90% 6762 99% 6762 ms
Write: 10% 7367 30% 7367 50% 7367 90% 7367 99% 7367 ms
Write: 10% 11433 30% 11433 50% 11433 90% 11433 99% 11433 ms
Write: 10% 13098 30% 13098 50% 13098 90% 13098 99% 13098 ms
Write: 10% 12070 30% 12070 50% 12070 90% 12070 99% 12070 ms
Write: 10% 12377 30% 12377 50% 12377 90% 12377 99% 12377 ms
Write: 10% 5079 30% 5079 50% 5079 90% 5079 99% 5079 ms
Write: 10% 17809 30% 17809 50% 17809 90% 17809 99% 17809 ms
Write: 10% 11671 30% 11671 50% 11671 90% 11671 99% 11671 ms
Write: 10% 11317 30% 11317 50% 11317 90% 11317 99% 11317 ms
Write: 10% 16503 30% 16503 50% 16503 90% 16503 99% 16503 ms
Write: 10% 16799 30% 16799 50% 16799 90% 16799 99% 16799 ms
Write: 10% 10838 30% 10838 50% 10838 90% 10838 99% 10838 ms
Write: 10% 10880 30% 10880 50% 10880 90% 10880 99% 10880 ms
Write: 10% 11021 30% 11021 50% 11021 90% 11021 99% 11021 ms
Write: 10% 10136 30% 10136 50% 10136 90% 10136 99% 10136 ms
Write: 10% 10069 30% 10069 50% 10069 90% 10069 99% 10069 ms
Write: 10% 5380 30% 5380 50% 5380 90% 5380 99% 5380 ms
Write: 10% 4524 30% 4524 50% 4524 90% 4524 99% 4524 ms
Write: 10% 9472 30% 9472 50% 9472 90% 9472 99% 9472 ms
Write: 10% 9394 30% 9394 50% 9394 90% 9394 99% 9394 ms
Write: 10% 9584 30% 9584 50% 9584 90% 9584 99% 9584 ms
Write: 10% 5990 30% 5990 50% 5990 90% 5990 99% 5990 ms
Write: 10% 7955 30% 7955 50% 7955 90% 7955 99% 7955 ms
Write: 10% 5663 30% 5663 50% 5663 90% 5663 99% 5663 ms
Write: 10% 5015 30% 5015 50% 5015 90% 5015 99% 5015 ms
Write: 10% 9439 30% 9439 50% 9439 90% 9439 99% 9439 ms
Write: 10% 8853 30% 8853 50% 8853 90% 8853 99% 8853 ms
Write: 10% 4397 30% 4397 50% 4397 90% 4397 99% 4397 ms
Write: 10% 4529 30% 4529 50% 4529 90% 4529 99% 4529 ms
Write: 10% 4592 30% 4592 50% 4592 90% 4592 99% 4592 ms
Write: 10% 4224 30% 4224 50% 4224 90% 4224 99% 4224 ms
Write: 10% 4079 30% 4079 50% 4079 90% 4079 99% 4079 ms
Write: 10% 6981 30% 6981 50% 6981 90% 6981 99% 6981 ms
Write: 10% 12504 30% 12504 50% 12504 90% 12504 99% 12504 ms
Write: 10% 8243 30% 8243 50% 8243 90% 8243 99% 8243 ms
Write: 10% 6831 30% 6831 50% 6831 90% 6831 99% 6831 ms
Write: 10% 8267 30% 8267 50% 8267 90% 8267 99% 8267 ms
Write: 10% 6141 30% 6141 50% 6141 90% 6141 99% 6141 ms
Write: 10% 10022 30% 10022 50% 10022 90% 10022 99% 10022 ms
Read: 10% 7297 30% 10407 50% 13518 90% 19739 99% 21139 ms
Update: 10% 1404 30% 1404 50% 1404 90% 1404 99% 1404 ms
