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 2 failed
Thread 3 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/6h9k/002da9/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()
Thread 0x00007fa02d5ff640 (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 0x00007fa038dff640 (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 0x00007fa043bff640 (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 0x00007fa048fff640 (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/6h9k/002da9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/6h9k/002da9/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 0x00007fa042dff640 (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/6h9k/002da9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/6h9k/002da9/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 0x00007fa04bfff640 (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 0x00007fa06a2a1440 (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/6h9k/002da9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/6h9k/002da9/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: ...a9/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/6h9k/002da9/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6h9k/002da9/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/6h9k/002da9', '--source-root', '/home/runner/.ya/build/build_root/6h9k/002da9/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6h9k/002da9/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: (("...a9/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/6h9k/002da9/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6h9k/002da9/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/6h9k/002da9', '--source-root', '/home/runner/.ya/build/build_root/6h9k/002da9/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6h9k/002da9/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% 1499 30% 1499 50% 1499 90% 1499 99% 1499 ms
Write: 10% 3861 30% 3861 50% 3861 90% 3861 99% 3861 ms
Write: 10% 5398 30% 5398 50% 5398 90% 5398 99% 5398 ms
Write: 10% 10858 30% 10858 50% 10858 90% 10858 99% 10858 ms
Write: 10% 11361 30% 11361 50% 11361 90% 11361 99% 11361 ms
Write: 10% 11413 30% 11413 50% 11413 90% 11413 99% 11413 ms
Write: 10% 10466 30% 10466 50% 10466 90% 10466 99% 10466 ms
Write: 10% 10505 30% 10505 50% 10505 90% 10505 99% 10505 ms
Write: 10% 9812 30% 9812 50% 9812 90% 9812 99% 9812 ms
Write: 10% 10357 30% 10357 50% 10357 90% 10357 99% 10357 ms
Write: 10% 9113 30% 9113 50% 9113 90% 9113 99% 9113 ms
Write: 10% 10217 30% 10217 50% 10217 90% 10217 99% 10217 ms
Write: 10% 10394 30% 10394 50% 10394 90% 10394 99% 10394 ms
Write: 10% 9682 30% 9682 50% 9682 90% 9682 99% 9682 ms
Write: 10% 9165 30% 9165 50% 9165 90% 9165 99% 9165 ms
Write: 10% 9649 30% 9649 50% 9649 90% 9649 99% 9649 ms
Write: 10% 9065 30% 9065 50% 9065 90% 9065 99% 9065 ms
Write: 10% 9251 30% 9251 50% 9251 90% 9251 99% 9251 ms
Write: 10% 8599 30% 8599 50% 8599 90% 8599 99% 8599 ms
Write: 10% 8882 30% 8882 50% 8882 90% 8882 99% 8882 ms
Write: 10% 8505 30% 8505 50% 8505 90% 8505 99% 8505 ms
Write: 10% 8382 30% 8382 50% 8382 90% 8382 99% 8382 ms
Write: 10% 8268 30% 8268 50% 8268 90% 8268 99% 8268 ms
Write: 10% 8452 30% 8452 50% 8452 90% 8452 99% 8452 ms
Write: 10% 8699 30% 8699 50% 8699 90% 8699 99% 8699 ms
Write: 10% 8283 30% 8283 50% 8283 90% 8283 99% 8283 ms
Write: 10% 8066 30% 8066 50% 8066 90% 8066 99% 8066 ms
Write: 10% 7817 30% 7817 50% 7817 90% 7817 99% 7817 ms
Write: 10% 8484 30% 8484 50% 8484 90% 8484 99% 8484 ms
Write: 10% 6222 30% 6222 50% 6222 90% 6222 99% 6222 ms
Write: 10% 6606 30% 6606 50% 6606 90% 6606 99% 6606 ms
Write: 10% 5131 30% 5131 50% 5131 90% 5131 99% 5131 ms
Write: 10% 6503 30% 6503 50% 6503 90% 6503 99% 6503 ms
Write: 10% 5816 30% 5816 50% 5816 90% 5816 99% 5816 ms
Write: 10% 5077 30% 5077 50% 5077 90% 5077 99% 5077 ms
Write: 10% 4422 30% 4422 50% 4422 90% 4422 99% 4422 ms
Write: 10% 3875 30% 3875 50% 3875 90% 3875 99% 3875 ms
Write: 10% 4136 30% 4136 50% 4136 90% 4136 99% 4136 ms
Write: 10% 5535 30% 5535 50% 5535 90% 5535 99% 5535 ms
Write: 10% 3363 30% 3363 50% 3363 90% 3363 99% 3363 ms
Write: 10% 3574 30% 3574 50% 3574 90% 3574 99% 3574 ms
Write: 10% 2701 30% 2701 50% 2701 90% 2701 99% 2701 ms
Write: 10% 2925 30% 2925 50% 2925 90% 2925 99% 2925 ms
Write: 10% 3647 30% 3647 50% 3647 90% 3647 99% 3647 ms
Write: 10% 3624 30% 3624 50% 3624 90% 3624 99% 3624 ms
Write: 10% 2498 30% 2498 50% 2498 90% 2498 99% 2498 ms
Write: 10% 3345 30% 3345 50% 3345 90% 3345 99% 3345 ms
Write: 10% 2522 30% 2522 50% 2522 90% 2522 99% 2522 ms
Write: 10% 2719 30% 2719 50% 2719 90% 2719 99% 2719 ms
Write: 10% 2412 30% 2412 50% 2412 90% 2412 99% 2412 ms
Write: 10% 2444 30% 2444 50% 2444 90% 2444 99% 2444 ms
Write: 10% 2604 30% 2604 50% 2604 90% 2604 99% 2604 ms
Write: 10% 2590 30% 2590 50% 2590 90% 2590 99% 2590 ms
Write: 10% 1833 30% 1833 50% 1833 90% 1833 99% 1833 ms
Write: 10% 1881 30% 1881 50% 1881 90% 1881 99% 1881 ms
Write: 10% 1718 30% 1718 50% 1718 90% 1718 99% 1718 ms
Write: 10% 1821 30% 1821 50% 1821 90% 1821 99% 1821 ms
Write: 10% 1825 30% 1825 50% 1825 90% 1825 99% 1825 ms
Write: 10% 2249 30% 2249 50% 2249 90% 2249 99% 2249 ms
Write: 10% 2236 30% 2236 50% 2236 90% 2236 99% 2236 ms
Write: 10% 2707 30% 2707 50% 2707 90% 2707 99% 2707 ms
Write: 10% 2159 30% 2159 50% 2159 90% 2159 99% 2159 ms
Write: 10% 1842 30% 1842 50% 1842 90% 1842 99% 1842 ms
Write: 10% 1629 30% 1629 50% 1629 90% 1629 99% 1629 ms
Step 2. read write
Write: 10% 466 30% 466 50% 466 90% 466 99% 466 ms
Write: 10% 11920 30% 11920 50% 11920 90% 11920 99% 11920 ms
Write: 10% 11549 30% 11549 50% 11549 90% 11549 99% 11549 ms
Write: 10% 11607 30% 11607 50% 11607 90% 11607 99% 11607 ms
Write: 10% 11151 30% 11151 50% 11151 90% 11151 99% 11151 ms
Write: 10% 6371 30% 6371 50% 6371 90% 6371 99% 6371 ms
Write: 10% 10718 30% 10718 50% 10718 90% 10718 99% 10718 ms
Write: 10% 11066 30% 11066 50% 11066 90% 11066 99% 11066 ms
Write: 10% 10567 30% 10567 50% 10567 90% 10567 99% 10567 ms
Write: 10% 11377 30% 11377 50% 11377 90% 11377 99% 11377 ms
Write: 10% 10466 30% 10466 50% 10466 90% 10466 99% 10466 ms
Write: 10% 10437 30% 10437 50% 10437 90% 10437 99% 10437 ms
Write: 10% 9948 30% 9948 50% 9948 90% 9948 99% 9948 ms
Write: 10% 10185 30% 10185 50% 10185 90% 10185 99% 10185 ms
Write: 10% 9108 30% 9108 50% 9108 90% 9108 99% 9108 ms
Write: 10% 2983 30% 2983 50% 2983 90% 2983 99% 2983 ms
Write: 10% 8032 30% 8032 50% 8032 90% 8032 99% 8032 ms
Write: 10% 7853 30% 7853 50% 7853 90% 7853 99% 7853 ms
Write: 10% 7845 30% 7845 50% 7845 90% 7845 99% 7845 ms
Write: 10% 7477 30% 7477 50% 7477 90% 7477 99% 7477 ms
Write: 10% 7421 30% 7421 50% 7421 90% 7421 99% 7421 ms
Write: 10% 7262 30% 7262 50% 7262 90% 7262 99% 7262 ms
Write: 10% 7221 30% 7221 50% 7221 90% 7221 99% 7221 ms
Write: 10% 6311 30% 6311 50% 6311 90% 6311 99% 6311 ms
Write: 10% 5935 30% 5935 50% 5935 90% 5935 99% 5935 ms
Write: 10% 5338 30% 5338 50% 5338 90% 5338 99% 5338 ms
Write: 10% 5495 30% 5495 50% 5495 90% 5495 99% 5495 ms
Write: 10% 5661 30% 5661 50% 5661 90% 5661 99% 5661 ms
Write: 10% 5783 30% 5783 50% 5783 90% 5783 99% 5783 ms
Write: 10% 5366 30% 5366 50% 5366 90% 5366 99% 5366 ms
Write: 10% 5240 30% 5240 50% 5240 90% 5240 99% 5240 ms
Write: 10% 5195 30% 5195 50% 5195 90% 5195 99% 5195 ms
Write: 10% 5385 30% 5385 50% 5385 90% 5385 99% 5385 ms
Write: 10% 4781 30% 4781 50% 4781 90% 4781 99% 4781 ms
Write: 10% 4712 30% 4712 50% 4712 90% 4712 99% 4712 ms
Write: 10% 4890 30% 4890 50% 4890 90% 4890 99% 4890 ms
Write: 10% 4715 30% 4715 50% 4715 90% 4715 99% 4715 ms
Write: 10% 3989 30% 3989 50% 3989 90% 3989 99% 3989 ms
Write: 10% 3497 30% 3497 50% 3497 90% 3497 99% 3497 ms
Write: 10% 4007 30% 4007 50% 4007 90% 4007 99% 4007 ms
Write: 10% 2710 30% 2710 50% 2710 90% 2710 99% 2710 ms
Write: 10% 3954 30% 3954 50% 3954 90% 3954 99% 3954 ms
Write: 10% 3218 30% 3218 50% 3218 90% 3218 99% 3218 ms
Write: 10% 3246 30% 3246 50% 3246 90% 3246 99% 3246 ms
Write: 10% 2957 30% 2957 50% 2957 90% 2957 99% 2957 ms
Write: 10% 3437 30% 3437 50% 3437 90% 3437 99% 3437 ms
Write: 10% 3450 30% 3450 50% 3450 90% 3450 99% 3450 ms
Write: 10% 3191 30% 3191 50% 3191 90% 3191 99% 3191 ms
Write: 10% 2698 30% 2698 50% 2698 90% 2698 99% 2698 ms
Write: 10% 2619 30% 2619 50% 2619 90% 2619 99% 2619 ms
Write: 10% 2652 30% 2652 50% 2652 90% 2652 99% 2652 ms
Write: 10% 2250 30% 2250 50% 2250 90% 2250 99% 2250 ms
Write: 10% 2722 30% 2722 50% 2722 90% 2722 99% 2722 ms
Write: 10% 2699 30% 2699 50% 2699 90% 2699 99% 2699 ms
Write: 10% 2476 30% 2476 50% 2476 90% 2476 99% 2476 ms
Write: 10% 2238 30% 2238 50% 2238 90% 2238 99% 2238 ms
Write: 10% 2415 30% 2415 50% 2415 90% 2415 99% 2415 ms
Write: 10% 2462 30% 2462 50% 2462 90% 2462 99% 2462 ms
Write: 10% 2294 30% 2294 50% 2294 90% 2294 99% 2294 ms
Write: 10% 2217 30% 2217 50% 2217 90% 2217 99% 2217 ms
Write: 10% 2227 30% 2227 50% 2227 90% 2227 99% 2227 ms
Write: 10% 2077 30% 2077 50% 2077 90% 2077 99% 2077 ms
Write: 10% 5106 30% 5106 50% 5106 90% 5106 99% 5106 ms
Write: 10% 3754 30% 3754 50% 3754 90% 3754 99% 3754 ms
Read: 10% 17034 30% 17034 50% 17034 90% 17034 99% 17034 ms
Step 3. write modify
Write: 10% 1528 30% 1528 50% 1528 90% 1528 99% 1528 ms
Write: 10% 7661 30% 7661 50% 7661 90% 7661 99% 7661 ms
Write: 10% 8389 30% 8389 50% 8389 90% 8389 99% 8389 ms
Write: 10% 11215 30% 11215 50% 11215 90% 11215 99% 11215 ms
Write: 10% 11131 30% 11131 50% 11131 90% 11131 99% 11131 ms
Write: 10% 11479 30% 11479 50% 11479 90% 11479 99% 11479 ms
Write: 10% 11325 30% 11325 50% 11325 90% 11325 99% 11325 ms
Write: 10% 12376 30% 12376 50% 12376 90% 12376 99% 12376 ms
Write: 10% 12829 30% 12829 50% 12829 90% 12829 99% 12829 ms
Write: 10% 8411 30% 8411 50% 8411 90% 8411 99% 8411 ms
Write: 10% 9622 30% 9622 50% 9622 90% 9622 99% 9622 ms
Write: 10% 11694 30% 11694 50% 11694 90% 11694 99% 11694 ms
Write: 10% 11791 30% 11791 50% 11791 90% 11791 99% 11791 ms
Write: 10% 4370 30% 4370 50% 4370 90% 4370 99% 4370 ms
Write: 10% 12512 30% 12512 50% 12512 90% 12512 99% 12512 ms
Write: 10% 8541 30% 8541 50% 8541 90% 8541 99% 8541 ms
Write: 10% 8733 30% 8733 50% 8733 90% 8733 99% 8733 ms
Write: 10% 11571 30% 11571 50% 11571 90% 11571 99% 11571 ms
Write: 10% 12728 30% 12728 50% 12728 90% 12728 99% 12728 ms
Write: 10% 11315 30% 11315 50% 11315 90% 11315 99% 11315 ms
Write: 10% 7190 30% 7190 50% 7190 90% 7190 99% 7190 ms
Write: 10% 10824 30% 10824 50% 10824 90% 10824 99% 10824 ms
Write: 10% 10883 30% 10883 50% 10883 90% 10883 99% 10883 ms
Write: 10% 10906 30% 10906 50% 10906 90% 10906 99% 10906 ms
Write: 10% 9891 30% 9891 50% 9891 90% 9891 99% 9891 ms
Write: 10% 6404 30% 6404 50% 6404 90% 6404 99% 6404 ms
Write: 10% 6042 30% 6042 50% 6042 90% 6042 99% 6042 ms
Write: 10% 5232 30% 5232 50% 5232 90% 5232 99% 5232 ms
Write: 10% 9889 30% 9889 50% 9889 90% 9889 99% 9889 ms
Write: 10% 4461 30% 4461 50% 4461 90% 4461 99% 4461 ms
Write: 10% 9245 30% 9245 50% 9245 90% 9245 99% 9245 ms
Write: 10% 9359 30% 9359 50% 9359 90% 9359 99% 9359 ms
Write: 10% 4009 30% 4009 50% 4009 90% 4009 99% 4009 ms
Write: 10% 3669 30% 3669 50% 3669 90% 3669 99% 3669 ms
Write: 10% 9197 30% 9197 50% 9197 90% 9197 99% 9197 ms
Write: 10% 8724 30% 8724 50% 8724 90% 8724 99% 8724 ms
Write: 10% 8943 30% 8943 50% 8943 90% 8943 99% 8943 ms
Write: 10% 3776 30% 3776 50% 3776 90% 3776 99% 3776 ms
Write: 10% 8168 30% 8168 50% 8168 90% 8168 99% 8168 ms
Write: 10% 8681 30% 8681 50% 8681 90% 8681 99% 8681 ms
Write: 10% 7918 30% 7918 50% 7918 90% 7918 99% 7918 ms
Write: 10% 8097 30% 8097 50% 8097 90% 8097 99% 8097 ms
Write: 10% 5662 30% 5662 50% 5662 90% 5662 99% 5662 ms
Write: 10% 5465 30% 5465 50% 5465 90% 5465 99% 5465 ms
Write: 10% 5238 30% 5238 50% 5238 90% 5238 99% 5238 ms
Write: 10% 10004 30% 10004 50% 10004 90% 10004 99% 10004 ms
Write: 10% 4452 30% 4452 50% 4452 90% 4452 99% 4452 ms
Write: 10% 4128 30% 4128 50% 4128 90% 4128 99% 4128 ms
Write: 10% 11741 30% 11741 50% 11741 90% 11741 99% 11741 ms
Write: 10% 4233 30% 4233 50% 4233 90% 4233 99% 4233 ms
Write: 10% 3913 30% 3913 50% 3913 90% 3913 99% 3913 ms
Write: 10% 8440 30% 8440 50% 8440 90% 8440 99% 8440 ms
Write: 10% 3909 30% 3909 50% 3909 90% 3909 99% 3909 ms
Write: 10% 3612 30% 3612 50% 3612 90% 3612 99% 3612 ms
Write: 10% 8830 30% 8830 50% 8830 90% 8830 99% 8830 ms
Write: 10% 6120 30% 6120 50% 6120 90% 6120 99% 6120 ms
Write: 10% 6468 30% 6468 50% 6468 90% 6468 99% 6468 ms
Write: 10% 3291 30% 3291 50% 3291 90% 3291 99% 3291 ms
Write: 10% 4777 30% 4777 50% 4777 90% 4777 99% 4777 ms
Write: 10% 5923 30% 5923 50% 5923 90% 5923 99% 5923 ms
Write: 10% 4584 30% 4584 50% 4584 90% 4584 99% 4584 ms
Write: 10% 4216 30% 4216 50% 4216 90% 4216 99% 4216 ms
Write: 10% 4366 30% 4366 50% 4366 90% 4366 99% 4366 ms
Write: 10% 5804 30% 5804 50% 5804 90% 5804 99% 5804 ms
Update: 10% 1347 30% 1347 50% 1347 90% 1347 99% 1347 ms
Step 4. read modify write
Was written: 24.0234375 MiB, Speed: 0.400390625 MiB/s
Write: 10% 8903 30% 8903 50% 8903 90% 8903 99% 8903 ms
Write: 10% 12462 30% 12462 50% 12462 90% 12462 99% 12462 ms
Write: 10% 12667 30% 12667 50% 12667 90% 12667 99% 12667 ms
Write: 10% 12813 30% 12813 50% 12813 90% 12813 99% 12813 ms
Write: 10% 13205 30% 13205 50% 13205 90% 13205 99% 13205 ms
Write: 10% 13649 30% 13649 50% 13649 90% 13649 99% 13649 ms
Write: 10% 13752 30% 13752 50% 13752 90% 13752 99% 13752 ms
Write: 10% 10871 30% 10871 50% 10871 90% 10871 99% 10871 ms
Write: 10% 13000 30% 13000 50% 13000 90% 13000 99% 13000 ms
Write: 10% 13502 30% 13502 50% 13502 90% 13502 99% 13502 ms
Write: 10% 12585 30% 12585 50% 12585 90% 12585 99% 12585 ms
Write: 10% 12926 30% 12926 50% 12926 90% 12926 99% 12926 ms
Write: 10% 13520 30% 13520 50% 13520 90% 13520 99% 13520 ms
Write: 10% 12831 30% 12831 50% 12831 90% 12831 99% 12831 ms
Write: 10% 12513 30% 12513 50% 12513 90% 12513 99% 12513 ms
Write: 10% 12545 30% 12545 50% 12545 90% 12545 99% 12545 ms
Write: 10% 12292 30% 12292 50% 12292 90% 12292 99% 12292 ms
Write: 10% 12055 30% 12055 50% 12055 90% 12055 99% 12055 ms
Write: 10% 11614 30% 11614 50% 11614 90% 11614 99% 11614 ms
Write: 10% 11628 30% 11628 50% 11628 90% 11628 99% 11628 ms
Write: 10% 11077 30% 11077 50% 11077 90% 11077 99% 11077 ms
Write: 10% 11225 30% 11225 50% 11225 90% 11225 99% 11225 ms
Write: 10% 11250 30% 11250 50% 11250 90% 11250 99% 11250 ms
Write: 10% 10466 30% 10466 50% 10466 90% 10466 99% 10466 ms
Write: 10% 10703 30% 10703 50% 10703 90% 10703 99% 10703 ms
Write: 10% 6489 30% 6489 50% 6489 90% 6489 99% 6489 ms
Write: 10% 10242 30% 10242 50% 10242 90% 10242 99% 10242 ms
Write: 10% 10419 30% 10419 50% 10419 90% 10419 99% 10419 ms
Write: 10% 9864 30% 9864 50% 9864 90% 9864 99% 9864 ms
Write: 10% 4192 30% 4192 50% 4192 90% 4192 99% 4192 ms
Write: 10% 9678 30% 9678 50% 9678 90% 9678 99% 9678 ms
Write: 10% 9055 30% 9055 50% 9055 90% 9055 99% 9055 ms
Write: 10% 9888 30% 9888 50% 9888 90% 9888 99% 9888 ms
Write: 10% 8652 30% 8652 50% 8652 90% 8652 99% 8652 ms
Write: 10% 8139 30% 8139 50% 8139 90% 8139 99% 8139 ms
Write: 10% 8146 30% 8146 50% 8146 90% 8146 99% 8146 ms
Write: 10% 8073 30% 8073 50% 8073 90% 8073 99% 8073 ms
Write: 10% 7072 30% 7072 50% 7072 90% 7072 99% 7072 ms
Write: 10% 6633 30% 6633 50% 6633 90% 6633 99% 6633 ms
Write: 10% 6700 30% 6700 50% 6700 90% 6700 99% 6700 ms
Write: 10% 6189 30% 6189 50% 6189 90% 6189 99% 6189 ms
Write: 10% 5858 30% 5858 50% 5858 90% 5858 99% 5858 ms
Write: 10% 5836 30% 5836 50% 5836 90% 5836 99% 5836 ms
Write: 10% 6979 30% 6979 50% 6979 90% 6979 99% 6979 ms
Write: 10% 5927 30% 5927 50% 5927 90% 5927 99% 5927 ms
Write: 10% 5600 30% 5600 50% 5600 90% 5600 99% 5600 ms
Write: 10% 5376 30% 5376 50% 5376 90% 5376 99% 5376 ms
Write: 10% 6008 30% 6008 50% 6008 90% 6008 99% 6008 ms
Write: 10% 4955 30% 4955 50% 4955 90% 4955 99% 4955 ms
Write: 10% 5352 30% 5352 50% 5352 90% 5352 99% 5352 ms
Write: 10% 5138 30% 5138 50% 5138 90% 5138 99% 5138 ms
Write: 10% 5356 30% 5356 50% 5356 90% 5356 99% 5356 ms
Write: 10% 4946 30% 4946 50% 4946 90% 4946 99% 4946 ms
Write: 10% 4734 30% 4734 50% 4734 90% 4734 99% 4734 ms
Write: 10% 4956 30% 4956 50% 4956 90% 4956 99% 4956 ms
Write: 10% 4602 30% 4602 50% 4602 90% 4602 99% 4602 ms
Write: 10% 4720 30% 4720 50% 4720 90% 4720 99% 4720 ms
Write: 10% 4596 30% 4596 50% 4596 90% 4596 99% 4596 ms
Write: 10% 4644 30% 4644 50% 4644 90% 4644 99% 4644 ms
Write: 10% 4332 30% 4332 50% 4332 90% 4332 99% 4332 ms
Write: 10% 4519 30% 4519 50% 4519 90% 4519 99% 4519 ms
Write: 10% 6357 30% 6357 50% 6357 90% 6357 99% 6357 ms
Write: 10% 4378 30% 4378 50% 4378 90% 4378 99% 4378 ms
Write: 10% 4057 30% 4057 50% 4057 90% 4057 99% 4057 ms
Read: 10% 6412 30% 8861 50% 11310 90% 16207 99% 17309 ms
Update: 10% 1305 30% 1305 50% 1305 90% 1305 99% 1305 ms
