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 1 failed
Thread 3 failed
Thread 0 failed
Thread 2 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/q683/004558/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  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-27T15:19:04.716775568+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>

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 0x00007f45ed7ff640 (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 0x00007f45e81ff640 (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 0x00007f45f85ff640 (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/q683/004558/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136 in _test_suffix
  File "/home/runner/.ya/build/build_root/q683/004558/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 0x00007f45fc3ff640 (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

Current thread 0x00007f461a82a440 (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/q683/004558/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/q683/004558/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: ...58/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/q683/004558/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/q683/004558/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/q683/004558', '--source-root', '/home/runner/.ya/build/build_root/q683/004558/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/q683/004558/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: (("...58/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/q683/004558/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/q683/004558/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/q683/004558', '--source-root', '/home/runner/.ya/build/build_root/q683/004558/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/q683/004558/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% 2880 30% 2880 50% 2880 90% 2880 99% 2880 ms
Write: 10% 4264 30% 4264 50% 4264 90% 4264 99% 4264 ms
Write: 10% 3917 30% 3917 50% 3917 90% 3917 99% 3917 ms
Write: 10% 6398 30% 6398 50% 6398 90% 6398 99% 6398 ms
Write: 10% 9056 30% 9056 50% 9056 90% 9056 99% 9056 ms
Write: 10% 12711 30% 12711 50% 12711 90% 12711 99% 12711 ms
Write: 10% 12015 30% 12015 50% 12015 90% 12015 99% 12015 ms
Write: 10% 10501 30% 10501 50% 10501 90% 10501 99% 10501 ms
Write: 10% 12130 30% 12130 50% 12130 90% 12130 99% 12130 ms
Write: 10% 10200 30% 10200 50% 10200 90% 10200 99% 10200 ms
Write: 10% 11783 30% 11783 50% 11783 90% 11783 99% 11783 ms
Write: 10% 8123 30% 8123 50% 8123 90% 8123 99% 8123 ms
Write: 10% 11603 30% 11603 50% 11603 90% 11603 99% 11603 ms
Write: 10% 10940 30% 10940 50% 10940 90% 10940 99% 10940 ms
Write: 10% 11353 30% 11353 50% 11353 90% 11353 99% 11353 ms
Write: 10% 12280 30% 12280 50% 12280 90% 12280 99% 12280 ms
Write: 10% 12514 30% 12514 50% 12514 90% 12514 99% 12514 ms
Write: 10% 4215 30% 4215 50% 4215 90% 4215 99% 4215 ms
Write: 10% 10240 30% 10240 50% 10240 90% 10240 99% 10240 ms
Write: 10% 9798 30% 9798 50% 9798 90% 9798 99% 9798 ms
Write: 10% 2178 30% 2178 50% 2178 90% 2178 99% 2178 ms
Write: 10% 10960 30% 10960 50% 10960 90% 10960 99% 10960 ms
Write: 10% 5878 30% 5878 50% 5878 90% 5878 99% 5878 ms
Write: 10% 6385 30% 6385 50% 6385 90% 6385 99% 6385 ms
Write: 10% 8228 30% 8228 50% 8228 90% 8228 99% 8228 ms
Write: 10% 8693 30% 8693 50% 8693 90% 8693 99% 8693 ms
Write: 10% 5796 30% 5796 50% 5796 90% 5796 99% 5796 ms
Write: 10% 4106 30% 4106 50% 4106 90% 4106 99% 4106 ms
Write: 10% 9742 30% 9742 50% 9742 90% 9742 99% 9742 ms
Write: 10% 8241 30% 8241 50% 8241 90% 8241 99% 8241 ms
Write: 10% 3985 30% 3985 50% 3985 90% 3985 99% 3985 ms
Write: 10% 5832 30% 5832 50% 5832 90% 5832 99% 5832 ms
Write: 10% 3384 30% 3384 50% 3384 90% 3384 99% 3384 ms
Write: 10% 7661 30% 7661 50% 7661 90% 7661 99% 7661 ms
Write: 10% 2117 30% 2117 50% 2117 90% 2117 99% 2117 ms
Write: 10% 12334 30% 12334 50% 12334 90% 12334 99% 12334 ms
Write: 10% 7681 30% 7681 50% 7681 90% 7681 99% 7681 ms
Write: 10% 2664 30% 2664 50% 2664 90% 2664 99% 2664 ms
Write: 10% 7525 30% 7525 50% 7525 90% 7525 99% 7525 ms
Write: 10% 7910 30% 7910 50% 7910 90% 7910 99% 7910 ms
Write: 10% 7147 30% 7147 50% 7147 90% 7147 99% 7147 ms
Write: 10% 7181 30% 7181 50% 7181 90% 7181 99% 7181 ms
Write: 10% 6739 30% 6739 50% 6739 90% 6739 99% 6739 ms
Write: 10% 2536 30% 2536 50% 2536 90% 2536 99% 2536 ms
Write: 10% 7093 30% 7093 50% 7093 90% 7093 99% 7093 ms
Write: 10% 9556 30% 9556 50% 9556 90% 9556 99% 9556 ms
Write: 10% 6160 30% 6160 50% 6160 90% 6160 99% 6160 ms
Write: 10% 10127 30% 10127 50% 10127 90% 10127 99% 10127 ms
Write: 10% 6208 30% 6208 50% 6208 90% 6208 99% 6208 ms
Write: 10% 8313 30% 8313 50% 8313 90% 8313 99% 8313 ms
Write: 10% 5779 30% 5779 50% 5779 90% 5779 99% 5779 ms
Write: 10% 2732 30% 2732 50% 2732 90% 2732 99% 2732 ms
Write: 10% 3501 30% 3501 50% 3501 90% 3501 99% 3501 ms
Write: 10% 2207 30% 2207 50% 2207 90% 2207 99% 2207 ms
Write: 10% 10293 30% 10293 50% 10293 90% 10293 99% 10293 ms
Write: 10% 3908 30% 3908 50% 3908 90% 3908 99% 3908 ms
Write: 10% 7969 30% 7969 50% 7969 90% 7969 99% 7969 ms
Write: 10% 2047 30% 2047 50% 2047 90% 2047 99% 2047 ms
Write: 10% 6792 30% 6792 50% 6792 90% 6792 99% 6792 ms
Write: 10% 2251 30% 2251 50% 2251 90% 2251 99% 2251 ms
Write: 10% 2395 30% 2395 50% 2395 90% 2395 99% 2395 ms
Write: 10% 2018 30% 2018 50% 2018 90% 2018 99% 2018 ms
Write: 10% 2031 30% 2031 50% 2031 90% 2031 99% 2031 ms
Write: 10% 2134 30% 2134 50% 2134 90% 2134 99% 2134 ms
Step 2. read write
Write: 10% 7860 30% 7860 50% 7860 90% 7860 99% 7860 ms
Write: 10% 10498 30% 10498 50% 10498 90% 10498 99% 10498 ms
Write: 10% 13347 30% 13347 50% 13347 90% 13347 99% 13347 ms
Write: 10% 12939 30% 12939 50% 12939 90% 12939 99% 12939 ms
Write: 10% 12849 30% 12849 50% 12849 90% 12849 99% 12849 ms
Write: 10% 12219 30% 12219 50% 12219 90% 12219 99% 12219 ms
Write: 10% 10660 30% 10660 50% 10660 90% 10660 99% 10660 ms
Write: 10% 13131 30% 13131 50% 13131 90% 13131 99% 13131 ms
Write: 10% 11945 30% 11945 50% 11945 90% 11945 99% 11945 ms
Write: 10% 12307 30% 12307 50% 12307 90% 12307 99% 12307 ms
Write: 10% 9762 30% 9762 50% 9762 90% 9762 99% 9762 ms
Write: 10% 11272 30% 11272 50% 11272 90% 11272 99% 11272 ms
Write: 10% 10019 30% 10019 50% 10019 90% 10019 99% 10019 ms
Write: 10% 12043 30% 12043 50% 12043 90% 12043 99% 12043 ms
Write: 10% 13907 30% 13907 50% 13907 90% 13907 99% 13907 ms
Write: 10% 11599 30% 11599 50% 11599 90% 11599 99% 11599 ms
Write: 10% 11842 30% 11842 50% 11842 90% 11842 99% 11842 ms
Write: 10% 9458 30% 9458 50% 9458 90% 9458 99% 9458 ms
Write: 10% 12738 30% 12738 50% 12738 90% 12738 99% 12738 ms
Write: 10% 7461 30% 7461 50% 7461 90% 7461 99% 7461 ms
Write: 10% 4508 30% 4508 50% 4508 90% 4508 99% 4508 ms
Write: 10% 11124 30% 11124 50% 11124 90% 11124 99% 11124 ms
Write: 10% 10843 30% 10843 50% 10843 90% 10843 99% 10843 ms
Write: 10% 10460 30% 10460 50% 10460 90% 10460 99% 10460 ms
Write: 10% 11969 30% 11969 50% 11969 90% 11969 99% 11969 ms
Write: 10% 6101 30% 6101 50% 6101 90% 6101 99% 6101 ms
Write: 10% 12085 30% 12085 50% 12085 90% 12085 99% 12085 ms
Write: 10% 10051 30% 10051 50% 10051 90% 10051 99% 10051 ms
Write: 10% 10622 30% 10622 50% 10622 90% 10622 99% 10622 ms
Write: 10% 4785 30% 4785 50% 4785 90% 4785 99% 4785 ms
Write: 10% 4816 30% 4816 50% 4816 90% 4816 99% 4816 ms
Write: 10% 3138 30% 3138 50% 3138 90% 3138 99% 3138 ms
Write: 10% 4675 30% 4675 50% 4675 90% 4675 99% 4675 ms
Write: 10% 4115 30% 4115 50% 4115 90% 4115 99% 4115 ms
Write: 10% 8767 30% 8767 50% 8767 90% 8767 99% 8767 ms
Write: 10% 4883 30% 4883 50% 4883 90% 4883 99% 4883 ms
Write: 10% 7012 30% 7012 50% 7012 90% 7012 99% 7012 ms
Write: 10% 4108 30% 4108 50% 4108 90% 4108 99% 4108 ms
Write: 10% 6196 30% 6196 50% 6196 90% 6196 99% 6196 ms
Write: 10% 4487 30% 4487 50% 4487 90% 4487 99% 4487 ms
Write: 10% 6187 30% 6187 50% 6187 90% 6187 99% 6187 ms
Write: 10% 7275 30% 7275 50% 7275 90% 7275 99% 7275 ms
Write: 10% 7077 30% 7077 50% 7077 90% 7077 99% 7077 ms
Write: 10% 9973 30% 9973 50% 9973 90% 9973 99% 9973 ms
Write: 10% 7003 30% 7003 50% 7003 90% 7003 99% 7003 ms
Write: 10% 9155 30% 9155 50% 9155 90% 9155 99% 9155 ms
Write: 10% 3565 30% 3565 50% 3565 90% 3565 99% 3565 ms
Write: 10% 3195 30% 3195 50% 3195 90% 3195 99% 3195 ms
Write: 10% 8290 30% 8290 50% 8290 90% 8290 99% 8290 ms
Write: 10% 2458 30% 2458 50% 2458 90% 2458 99% 2458 ms
Write: 10% 2977 30% 2977 50% 2977 90% 2977 99% 2977 ms
Write: 10% 3538 30% 3538 50% 3538 90% 3538 99% 3538 ms
Write: 10% 2959 30% 2959 50% 2959 90% 2959 99% 2959 ms
Write: 10% 4989 30% 4989 50% 4989 90% 4989 99% 4989 ms
Write: 10% 2270 30% 2270 50% 2270 90% 2270 99% 2270 ms
Write: 10% 5832 30% 5832 50% 5832 90% 5832 99% 5832 ms
Write: 10% 2245 30% 2245 50% 2245 90% 2245 99% 2245 ms
Write: 10% 2987 30% 2987 50% 2987 90% 2987 99% 2987 ms
Write: 10% 3572 30% 3572 50% 3572 90% 3572 99% 3572 ms
Write: 10% 2159 30% 2159 50% 2159 90% 2159 99% 2159 ms
Write: 10% 6179 30% 6179 50% 6179 90% 6179 99% 6179 ms
Write: 10% 2163 30% 2163 50% 2163 90% 2163 99% 2163 ms
Write: 10% 3000 30% 3000 50% 3000 90% 3000 99% 3000 ms
Write: 10% 2477 30% 2477 50% 2477 90% 2477 99% 2477 ms
Read: 10% 5045 30% 7747 50% 10448 90% 15852 99% 17068 ms
Step 3. write modify
Write: 10% 9008 30% 9008 50% 9008 90% 9008 99% 9008 ms
Write: 10% 11078 30% 11078 50% 11078 90% 11078 99% 11078 ms
Write: 10% 10928 30% 10928 50% 10928 90% 10928 99% 10928 ms
Write: 10% 11175 30% 11175 50% 11175 90% 11175 99% 11175 ms
Write: 10% 12158 30% 12158 50% 12158 90% 12158 99% 12158 ms
Write: 10% 13387 30% 13387 50% 13387 90% 13387 99% 13387 ms
Write: 10% 13428 30% 13428 50% 13428 90% 13428 99% 13428 ms
Write: 10% 8782 30% 8782 50% 8782 90% 8782 99% 8782 ms
Write: 10% 12611 30% 12611 50% 12611 90% 12611 99% 12611 ms
Write: 10% 12823 30% 12823 50% 12823 90% 12823 99% 12823 ms
Write: 10% 11699 30% 11699 50% 11699 90% 11699 99% 11699 ms
Write: 10% 12302 30% 12302 50% 12302 90% 12302 99% 12302 ms
Write: 10% 11519 30% 11519 50% 11519 90% 11519 99% 11519 ms
Write: 10% 10909 30% 10909 50% 10909 90% 10909 99% 10909 ms
Write: 10% 10598 30% 10598 50% 10598 90% 10598 99% 10598 ms
Write: 10% 11096 30% 11096 50% 11096 90% 11096 99% 11096 ms
Write: 10% 10202 30% 10202 50% 10202 90% 10202 99% 10202 ms
Write: 10% 10049 30% 10049 50% 10049 90% 10049 99% 10049 ms
Write: 10% 9507 30% 9507 50% 9507 90% 9507 99% 9507 ms
Write: 10% 9816 30% 9816 50% 9816 90% 9816 99% 9816 ms
Write: 10% 9339 30% 9339 50% 9339 90% 9339 99% 9339 ms
Write: 10% 9374 30% 9374 50% 9374 90% 9374 99% 9374 ms
Write: 10% 8438 30% 8438 50% 8438 90% 8438 99% 8438 ms
Write: 10% 9206 30% 9206 50% 9206 90% 9206 99% 9206 ms
Write: 10% 8911 30% 8911 50% 8911 90% 8911 99% 8911 ms
Write: 10% 9075 30% 9075 50% 9075 90% 9075 99% 9075 ms
Write: 10% 9327 30% 9327 50% 9327 90% 9327 99% 9327 ms
Write: 10% 9016 30% 9016 50% 9016 90% 9016 99% 9016 ms
Write: 10% 7671 30% 7671 50% 7671 90% 7671 99% 7671 ms
Write: 10% 7512 30% 7512 50% 7512 90% 7512 99% 7512 ms
Write: 10% 8571 30% 8571 50% 8571 90% 8571 99% 8571 ms
Write: 10% 6915 30% 6915 50% 6915 90% 6915 99% 6915 ms
Write: 10% 7538 30% 7538 50% 7538 90% 7538 99% 7538 ms
Write: 10% 8227 30% 8227 50% 8227 90% 8227 99% 8227 ms
Write: 10% 7390 30% 7390 50% 7390 90% 7390 99% 7390 ms
Write: 10% 7100 30% 7100 50% 7100 90% 7100 99% 7100 ms
Write: 10% 8117 30% 8117 50% 8117 90% 8117 99% 8117 ms
Write: 10% 7062 30% 7062 50% 7062 90% 7062 99% 7062 ms
Write: 10% 7006 30% 7006 50% 7006 90% 7006 99% 7006 ms
Write: 10% 6938 30% 6938 50% 6938 90% 6938 99% 6938 ms
Write: 10% 8076 30% 8076 50% 8076 90% 8076 99% 8076 ms
Write: 10% 7015 30% 7015 50% 7015 90% 7015 99% 7015 ms
Write: 10% 7024 30% 7024 50% 7024 90% 7024 99% 7024 ms
Write: 10% 7012 30% 7012 50% 7012 90% 7012 99% 7012 ms
Write: 10% 6521 30% 6521 50% 6521 90% 6521 99% 6521 ms
Write: 10% 6895 30% 6895 50% 6895 90% 6895 99% 6895 ms
Write: 10% 6155 30% 6155 50% 6155 90% 6155 99% 6155 ms
Write: 10% 5349 30% 5349 50% 5349 90% 5349 99% 5349 ms
Write: 10% 5625 30% 5625 50% 5625 90% 5625 99% 5625 ms
Write: 10% 5554 30% 5554 50% 5554 90% 5554 99% 5554 ms
Write: 10% 5232 30% 5232 50% 5232 90% 5232 99% 5232 ms
Write: 10% 5259 30% 5259 50% 5259 90% 5259 99% 5259 ms
Write: 10% 5196 30% 5196 50% 5196 90% 5196 99% 5196 ms
Write: 10% 4877 30% 4877 50% 4877 90% 4877 99% 4877 ms
Write: 10% 5646 30% 5646 50% 5646 90% 5646 99% 5646 ms
Write: 10% 4862 30% 4862 50% 4862 90% 4862 99% 4862 ms
Write: 10% 4945 30% 4945 50% 4945 90% 4945 99% 4945 ms
Write: 10% 4895 30% 4895 50% 4895 90% 4895 99% 4895 ms
Write: 10% 4687 30% 4687 50% 4687 90% 4687 99% 4687 ms
Write: 10% 4753 30% 4753 50% 4753 90% 4753 99% 4753 ms
Write: 10% 4752 30% 4752 50% 4752 90% 4752 99% 4752 ms
Write: 10% 4667 30% 4667 50% 4667 90% 4667 99% 4667 ms
Write: 10% 4959 30% 4959 50% 4959 90% 4959 99% 4959 ms
Write: 10% 4683 30% 4683 50% 4683 90% 4683 99% 4683 ms
Update: 10% 1354 30% 1354 50% 1354 90% 1354 99% 1354 ms
Step 4. read modify write
Was written: 22.0703125 MiB, Speed: 0.3678385416666667 MiB/s
Write: 10% 4586 30% 4586 50% 4586 90% 4586 99% 4586 ms
Write: 10% 5662 30% 5662 50% 5662 90% 5662 99% 5662 ms
Write: 10% 11758 30% 11758 50% 11758 90% 11758 99% 11758 ms
Write: 10% 11818 30% 11818 50% 11818 90% 11818 99% 11818 ms
Write: 10% 12635 30% 12635 50% 12635 90% 12635 99% 12635 ms
Write: 10% 12784 30% 12784 50% 12784 90% 12784 99% 12784 ms
Write: 10% 12893 30% 12893 50% 12893 90% 12893 99% 12893 ms
Write: 10% 12634 30% 12634 50% 12634 90% 12634 99% 12634 ms
Write: 10% 12713 30% 12713 50% 12713 90% 12713 99% 12713 ms
Write: 10% 12855 30% 12855 50% 12855 90% 12855 99% 12855 ms
Write: 10% 11772 30% 11772 50% 11772 90% 11772 99% 11772 ms
Write: 10% 12406 30% 12406 50% 12406 90% 12406 99% 12406 ms
Write: 10% 12010 30% 12010 50% 12010 90% 12010 99% 12010 ms
Write: 10% 11551 30% 11551 50% 11551 90% 11551 99% 11551 ms
Write: 10% 11101 30% 11101 50% 11101 90% 11101 99% 11101 ms
Write: 10% 10409 30% 10409 50% 10409 90% 10409 99% 10409 ms
Write: 10% 11565 30% 11565 50% 11565 90% 11565 99% 11565 ms
Write: 10% 10744 30% 10744 50% 10744 90% 10744 99% 10744 ms
Write: 10% 11647 30% 11647 50% 11647 90% 11647 99% 11647 ms
Write: 10% 10614 30% 10614 50% 10614 90% 10614 99% 10614 ms
Write: 10% 10417 30% 10417 50% 10417 90% 10417 99% 10417 ms
Write: 10% 10671 30% 10671 50% 10671 90% 10671 99% 10671 ms
Write: 10% 10470 30% 10470 50% 10470 90% 10470 99% 10470 ms
Write: 10% 6691 30% 6691 50% 6691 90% 6691 99% 6691 ms
Write: 10% 9960 30% 9960 50% 9960 90% 9960 99% 9960 ms
Write: 10% 9863 30% 9863 50% 9863 90% 9863 99% 9863 ms
Write: 10% 9788 30% 9788 50% 9788 90% 9788 99% 9788 ms
Write: 10% 9136 30% 9136 50% 9136 90% 9136 99% 9136 ms
Write: 10% 11902 30% 11902 50% 11902 90% 11902 99% 11902 ms
Write: 10% 9403 30% 9403 50% 9403 90% 9403 99% 9403 ms
Write: 10% 5232 30% 5232 50% 5232 90% 5232 99% 5232 ms
Write: 10% 9433 30% 9433 50% 9433 90% 9433 99% 9433 ms
Write: 10% 8440 30% 8440 50% 8440 90% 8440 99% 8440 ms
Write: 10% 6423 30% 6423 50% 6423 90% 6423 99% 6423 ms
Write: 10% 8379 30% 8379 50% 8379 90% 8379 99% 8379 ms
Write: 10% 8937 30% 8937 50% 8937 90% 8937 99% 8937 ms
Write: 10% 10830 30% 10830 50% 10830 90% 10830 99% 10830 ms
Write: 10% 7898 30% 7898 50% 7898 90% 7898 99% 7898 ms
Write: 10% 8620 30% 8620 50% 8620 90% 8620 99% 8620 ms
Write: 10% 8405 30% 8405 50% 8405 90% 8405 99% 8405 ms
Write: 10% 8455 30% 8455 50% 8455 90% 8455 99% 8455 ms
Write: 10% 3785 30% 3785 50% 3785 90% 3785 99% 3785 ms
Write: 10% 7648 30% 7648 50% 7648 90% 7648 99% 7648 ms
Write: 10% 7934 30% 7934 50% 7934 90% 7934 99% 7934 ms
Write: 10% 6629 30% 6629 50% 6629 90% 6629 99% 6629 ms
Write: 10% 6052 30% 6052 50% 6052 90% 6052 99% 6052 ms
Write: 10% 4345 30% 4345 50% 4345 90% 4345 99% 4345 ms
Write: 10% 5100 30% 5100 50% 5100 90% 5100 99% 5100 ms
Write: 10% 9671 30% 9671 50% 9671 90% 9671 99% 9671 ms
Write: 10% 4710 30% 4710 50% 4710 90% 4710 99% 4710 ms
Write: 10% 4968 30% 4968 50% 4968 90% 4968 99% 4968 ms
Write: 10% 4720 30% 4720 50% 4720 90% 4720 99% 4720 ms
Write: 10% 4407 30% 4407 50% 4407 90% 4407 99% 4407 ms
Write: 10% 4839 30% 4839 50% 4839 90% 4839 99% 4839 ms
Write: 10% 4185 30% 4185 50% 4185 90% 4185 99% 4185 ms
Write: 10% 4455 30% 4455 50% 4455 90% 4455 99% 4455 ms
Write: 10% 4129 30% 4129 50% 4129 90% 4129 99% 4129 ms
Write: 10% 4164 30% 4164 50% 4164 90% 4164 99% 4164 ms
Write: 10% 4337 30% 4337 50% 4337 90% 4337 99% 4337 ms
Write: 10% 3995 30% 3995 50% 3995 90% 3995 99% 3995 ms
Write: 10% 3672 30% 3672 50% 3672 90% 3672 99% 3672 ms
Write: 10% 3923 30% 3923 50% 3923 90% 3923 99% 3923 ms
Write: 10% 4422 30% 4422 50% 4422 90% 4422 99% 4422 ms
Write: 10% 3985 30% 3985 50% 3985 90% 3985 99% 3985 ms
Read: 10% 5929 30% 8314 50% 10699 90% 15469 99% 16542 ms
Update: 10% 1370 30% 1370 50% 1370 90% 1370 99% 1370 ms
