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 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/50wk/0003e9/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 0x00007fdfd43ff640 (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 0x00007fdfd51fe640 (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 262 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 607 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 621 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 0x00007fdfd83ff640 (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 262 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 607 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 621 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 0x00007fdfe29ff640 (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/50wk/0003e9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/50wk/0003e9/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 0x00007fdfe61ff640 (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/50wk/0003e9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/50wk/0003e9/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 0x00007fdfdffff640 (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/50wk/0003e9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/50wk/0003e9/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 0x00007fdfe8fdb640 (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 0x00007fe0074f5440 (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 632 in stop
  File "/home/runner/.ya/build/build_root/50wk/0003e9/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/50wk/0003e9/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: ...e9/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/50wk/0003e9/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/50wk/0003e9/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/50wk/0003e9', '--source-root', '/home/runner/.ya/build/build_root/50wk/0003e9/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/50wk/0003e9/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/9954964563/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: (("...e9/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/50wk/0003e9/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/50wk/0003e9/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/50wk/0003e9', '--source-root', '/home/runner/.ya/build/build_root/50wk/0003e9/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/50wk/0003e9/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/9954964563/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% 1986 30% 1986 50% 1986 90% 1986 99% 1986 ms
Write: 10% 1278 30% 1278 50% 1278 90% 1278 99% 1278 ms
Write: 10% 1236 30% 1236 50% 1236 90% 1236 99% 1236 ms
Write: 10% 2856 30% 2856 50% 2856 90% 2856 99% 2856 ms
Write: 10% 11195 30% 11195 50% 11195 90% 11195 99% 11195 ms
Write: 10% 11874 30% 11874 50% 11874 90% 11874 99% 11874 ms
Write: 10% 12452 30% 12452 50% 12452 90% 12452 99% 12452 ms
Write: 10% 12428 30% 12428 50% 12428 90% 12428 99% 12428 ms
Write: 10% 12598 30% 12598 50% 12598 90% 12598 99% 12598 ms
Write: 10% 13801 30% 13801 50% 13801 90% 13801 99% 13801 ms
Write: 10% 11586 30% 11586 50% 11586 90% 11586 99% 11586 ms
Write: 10% 11217 30% 11217 50% 11217 90% 11217 99% 11217 ms
Write: 10% 12941 30% 12941 50% 12941 90% 12941 99% 12941 ms
Write: 10% 12087 30% 12087 50% 12087 90% 12087 99% 12087 ms
Write: 10% 13101 30% 13101 50% 13101 90% 13101 99% 13101 ms
Write: 10% 12155 30% 12155 50% 12155 90% 12155 99% 12155 ms
Write: 10% 13042 30% 13042 50% 13042 90% 13042 99% 13042 ms
Write: 10% 12110 30% 12110 50% 12110 90% 12110 99% 12110 ms
Write: 10% 11431 30% 11431 50% 11431 90% 11431 99% 11431 ms
Write: 10% 9080 30% 9080 50% 9080 90% 9080 99% 9080 ms
Write: 10% 11891 30% 11891 50% 11891 90% 11891 99% 11891 ms
Write: 10% 13350 30% 13350 50% 13350 90% 13350 99% 13350 ms
Write: 10% 11490 30% 11490 50% 11490 90% 11490 99% 11490 ms
Write: 10% 9958 30% 9958 50% 9958 90% 9958 99% 9958 ms
Write: 10% 10425 30% 10425 50% 10425 90% 10425 99% 10425 ms
Write: 10% 9663 30% 9663 50% 9663 90% 9663 99% 9663 ms
Write: 10% 5288 30% 5288 50% 5288 90% 5288 99% 5288 ms
Write: 10% 5264 30% 5264 50% 5264 90% 5264 99% 5264 ms
Write: 10% 10792 30% 10792 50% 10792 90% 10792 99% 10792 ms
Write: 10% 9375 30% 9375 50% 9375 90% 9375 99% 9375 ms
Write: 10% 9413 30% 9413 50% 9413 90% 9413 99% 9413 ms
Write: 10% 9172 30% 9172 50% 9172 90% 9172 99% 9172 ms
Write: 10% 8561 30% 8561 50% 8561 90% 8561 99% 8561 ms
Write: 10% 3464 30% 3464 50% 3464 90% 3464 99% 3464 ms
Write: 10% 7822 30% 7822 50% 7822 90% 7822 99% 7822 ms
Write: 10% 6009 30% 6009 50% 6009 90% 6009 99% 6009 ms
Write: 10% 7847 30% 7847 50% 7847 90% 7847 99% 7847 ms
Write: 10% 2589 30% 2589 50% 2589 90% 2589 99% 2589 ms
Write: 10% 2338 30% 2338 50% 2338 90% 2338 99% 2338 ms
Write: 10% 1896 30% 1896 50% 1896 90% 1896 99% 1896 ms
Write: 10% 1806 30% 1806 50% 1806 90% 1806 99% 1806 ms
Write: 10% 5256 30% 5256 50% 5256 90% 5256 99% 5256 ms
Write: 10% 5204 30% 5204 50% 5204 90% 5204 99% 5204 ms
Write: 10% 4582 30% 4582 50% 4582 90% 4582 99% 4582 ms
Write: 10% 4111 30% 4111 50% 4111 90% 4111 99% 4111 ms
Write: 10% 9721 30% 9721 50% 9721 90% 9721 99% 9721 ms
Write: 10% 5192 30% 5192 50% 5192 90% 5192 99% 5192 ms
Write: 10% 3225 30% 3225 50% 3225 90% 3225 99% 3225 ms
Write: 10% 2910 30% 2910 50% 2910 90% 2910 99% 2910 ms
Write: 10% 4747 30% 4747 50% 4747 90% 4747 99% 4747 ms
Write: 10% 2276 30% 2276 50% 2276 90% 2276 99% 2276 ms
Write: 10% 1955 30% 1955 50% 1955 90% 1955 99% 1955 ms
Write: 10% 5798 30% 5798 50% 5798 90% 5798 99% 5798 ms
Write: 10% 2202 30% 2202 50% 2202 90% 2202 99% 2202 ms
Write: 10% 1887 30% 1887 50% 1887 90% 1887 99% 1887 ms
Write: 10% 1984 30% 1984 50% 1984 90% 1984 99% 1984 ms
Write: 10% 3483 30% 3483 50% 3483 90% 3483 99% 3483 ms
Write: 10% 5396 30% 5396 50% 5396 90% 5396 99% 5396 ms
Write: 10% 1936 30% 1936 50% 1936 90% 1936 99% 1936 ms
Write: 10% 4640 30% 4640 50% 4640 90% 4640 99% 4640 ms
Write: 10% 10431 30% 10431 50% 10431 90% 10431 99% 10431 ms
Write: 10% 1832 30% 1832 50% 1832 90% 1832 99% 1832 ms
Write: 10% 3988 30% 3988 50% 3988 90% 3988 99% 3988 ms
Write: 10% 3060 30% 3060 50% 3060 90% 3060 99% 3060 ms
Step 2. read write
Write: 10% 3896 30% 3896 50% 3896 90% 3896 99% 3896 ms
Write: 10% 9599 30% 9599 50% 9599 90% 9599 99% 9599 ms
Write: 10% 14321 30% 14321 50% 14321 90% 14321 99% 14321 ms
Write: 10% 15672 30% 15672 50% 15672 90% 15672 99% 15672 ms
Write: 10% 14563 30% 14563 50% 14563 90% 14563 99% 14563 ms
Write: 10% 14204 30% 14204 50% 14204 90% 14204 99% 14204 ms
Write: 10% 14359 30% 14359 50% 14359 90% 14359 99% 14359 ms
Write: 10% 14071 30% 14071 50% 14071 90% 14071 99% 14071 ms
Write: 10% 14302 30% 14302 50% 14302 90% 14302 99% 14302 ms
Write: 10% 12315 30% 12315 50% 12315 90% 12315 99% 12315 ms
Write: 10% 12960 30% 12960 50% 12960 90% 12960 99% 12960 ms
Write: 10% 10290 30% 10290 50% 10290 90% 10290 99% 10290 ms
Write: 10% 13518 30% 13518 50% 13518 90% 13518 99% 13518 ms
Write: 10% 13247 30% 13247 50% 13247 90% 13247 99% 13247 ms
Write: 10% 13080 30% 13080 50% 13080 90% 13080 99% 13080 ms
Write: 10% 12778 30% 12778 50% 12778 90% 12778 99% 12778 ms
Write: 10% 11002 30% 11002 50% 11002 90% 11002 99% 11002 ms
Write: 10% 10970 30% 10970 50% 10970 90% 10970 99% 10970 ms
Write: 10% 10735 30% 10735 50% 10735 90% 10735 99% 10735 ms
Write: 10% 12796 30% 12796 50% 12796 90% 12796 99% 12796 ms
Write: 10% 10640 30% 10640 50% 10640 90% 10640 99% 10640 ms
Write: 10% 4345 30% 4345 50% 4345 90% 4345 99% 4345 ms
Write: 10% 10065 30% 10065 50% 10065 90% 10065 99% 10065 ms
Write: 10% 9305 30% 9305 50% 9305 90% 9305 99% 9305 ms
Write: 10% 9415 30% 9415 50% 9415 90% 9415 99% 9415 ms
Write: 10% 9227 30% 9227 50% 9227 90% 9227 99% 9227 ms
Write: 10% 9183 30% 9183 50% 9183 90% 9183 99% 9183 ms
Write: 10% 11062 30% 11062 50% 11062 90% 11062 99% 11062 ms
Write: 10% 8836 30% 8836 50% 8836 90% 8836 99% 8836 ms
Write: 10% 9738 30% 9738 50% 9738 90% 9738 99% 9738 ms
Write: 10% 9010 30% 9010 50% 9010 90% 9010 99% 9010 ms
Write: 10% 8289 30% 8289 50% 8289 90% 8289 99% 8289 ms
Write: 10% 8441 30% 8441 50% 8441 90% 8441 99% 8441 ms
Write: 10% 8174 30% 8174 50% 8174 90% 8174 99% 8174 ms
Write: 10% 3416 30% 3416 50% 3416 90% 3416 99% 3416 ms
Write: 10% 6667 30% 6667 50% 6667 90% 6667 99% 6667 ms
Write: 10% 4277 30% 4277 50% 4277 90% 4277 99% 4277 ms
Write: 10% 5882 30% 5882 50% 5882 90% 5882 99% 5882 ms
Write: 10% 8082 30% 8082 50% 8082 90% 8082 99% 8082 ms
Write: 10% 5202 30% 5202 50% 5202 90% 5202 99% 5202 ms
Write: 10% 3563 30% 3563 50% 3563 90% 3563 99% 3563 ms
Write: 10% 7240 30% 7240 50% 7240 90% 7240 99% 7240 ms
Write: 10% 5706 30% 5706 50% 5706 90% 5706 99% 5706 ms
Write: 10% 4780 30% 4780 50% 4780 90% 4780 99% 4780 ms
Write: 10% 3875 30% 3875 50% 3875 90% 3875 99% 3875 ms
Write: 10% 4375 30% 4375 50% 4375 90% 4375 99% 4375 ms
Write: 10% 5123 30% 5123 50% 5123 90% 5123 99% 5123 ms
Write: 10% 10370 30% 10370 50% 10370 90% 10370 99% 10370 ms
Write: 10% 4421 30% 4421 50% 4421 90% 4421 99% 4421 ms
Write: 10% 4227 30% 4227 50% 4227 90% 4227 99% 4227 ms
Write: 10% 3802 30% 3802 50% 3802 90% 3802 99% 3802 ms
Write: 10% 6552 30% 6552 50% 6552 90% 6552 99% 6552 ms
Write: 10% 6807 30% 6807 50% 6807 90% 6807 99% 6807 ms
Write: 10% 3315 30% 3315 50% 3315 90% 3315 99% 3315 ms
Write: 10% 2864 30% 2864 50% 2864 90% 2864 99% 2864 ms
Write: 10% 2283 30% 2283 50% 2283 90% 2283 99% 2283 ms
Write: 10% 3020 30% 3020 50% 3020 90% 3020 99% 3020 ms
Write: 10% 2444 30% 2444 50% 2444 90% 2444 99% 2444 ms
Write: 10% 2396 30% 2396 50% 2396 90% 2396 99% 2396 ms
Write: 10% 2244 30% 2244 50% 2244 90% 2244 99% 2244 ms
Write: 10% 2159 30% 2159 50% 2159 90% 2159 99% 2159 ms
Write: 10% 1963 30% 1963 50% 1963 90% 1963 99% 1963 ms
Write: 10% 2515 30% 2515 50% 2515 90% 2515 99% 2515 ms
Write: 10% 2210 30% 2210 50% 2210 90% 2210 99% 2210 ms
Read: 10% 11047 30% 11189 50% 11331 90% 11614 99% 11678 ms
Step 3. write modify
Write: 10% 1645 30% 1645 50% 1645 90% 1645 99% 1645 ms
Write: 10% 4559 30% 4559 50% 4559 90% 4559 99% 4559 ms
Write: 10% 11985 30% 11985 50% 11985 90% 11985 99% 11985 ms
Write: 10% 13233 30% 13233 50% 13233 90% 13233 99% 13233 ms
Write: 10% 14123 30% 14123 50% 14123 90% 14123 99% 14123 ms
Write: 10% 11380 30% 11380 50% 11380 90% 11380 99% 11380 ms
Write: 10% 13753 30% 13753 50% 13753 90% 13753 99% 13753 ms
Write: 10% 12781 30% 12781 50% 12781 90% 12781 99% 12781 ms
Write: 10% 12445 30% 12445 50% 12445 90% 12445 99% 12445 ms
Write: 10% 13430 30% 13430 50% 13430 90% 13430 99% 13430 ms
Write: 10% 6513 30% 6513 50% 6513 90% 6513 99% 6513 ms
Write: 10% 11667 30% 11667 50% 11667 90% 11667 99% 11667 ms
Write: 10% 11387 30% 11387 50% 11387 90% 11387 99% 11387 ms
Write: 10% 13416 30% 13416 50% 13416 90% 13416 99% 13416 ms
Write: 10% 11704 30% 11704 50% 11704 90% 11704 99% 11704 ms
Write: 10% 5447 30% 5447 50% 5447 90% 5447 99% 5447 ms
Write: 10% 4942 30% 4942 50% 4942 90% 4942 99% 4942 ms
Write: 10% 10450 30% 10450 50% 10450 90% 10450 99% 10450 ms
Write: 10% 11013 30% 11013 50% 11013 90% 11013 99% 11013 ms
Write: 10% 10938 30% 10938 50% 10938 90% 10938 99% 10938 ms
Write: 10% 4861 30% 4861 50% 4861 90% 4861 99% 4861 ms
Write: 10% 11366 30% 11366 50% 11366 90% 11366 99% 11366 ms
Write: 10% 10582 30% 10582 50% 10582 90% 10582 99% 10582 ms
Write: 10% 9768 30% 9768 50% 9768 90% 9768 99% 9768 ms
Write: 10% 9795 30% 9795 50% 9795 90% 9795 99% 9795 ms
Write: 10% 10473 30% 10473 50% 10473 90% 10473 99% 10473 ms
Write: 10% 9766 30% 9766 50% 9766 90% 9766 99% 9766 ms
Write: 10% 9179 30% 9179 50% 9179 90% 9179 99% 9179 ms
Write: 10% 9344 30% 9344 50% 9344 90% 9344 99% 9344 ms
Write: 10% 8709 30% 8709 50% 8709 90% 8709 99% 8709 ms
Write: 10% 8309 30% 8309 50% 8309 90% 8309 99% 8309 ms
Write: 10% 8053 30% 8053 50% 8053 90% 8053 99% 8053 ms
Write: 10% 8409 30% 8409 50% 8409 90% 8409 99% 8409 ms
Write: 10% 8756 30% 8756 50% 8756 90% 8756 99% 8756 ms
Write: 10% 8466 30% 8466 50% 8466 90% 8466 99% 8466 ms
Write: 10% 7795 30% 7795 50% 7795 90% 7795 99% 7795 ms
Write: 10% 7367 30% 7367 50% 7367 90% 7367 99% 7367 ms
Write: 10% 7858 30% 7858 50% 7858 90% 7858 99% 7858 ms
Write: 10% 7835 30% 7835 50% 7835 90% 7835 99% 7835 ms
Write: 10% 6708 30% 6708 50% 6708 90% 6708 99% 6708 ms
Write: 10% 13655 30% 13655 50% 13655 90% 13655 99% 13655 ms
Write: 10% 7021 30% 7021 50% 7021 90% 7021 99% 7021 ms
Write: 10% 6730 30% 6730 50% 6730 90% 6730 99% 6730 ms
Write: 10% 6637 30% 6637 50% 6637 90% 6637 99% 6637 ms
Write: 10% 6232 30% 6232 50% 6232 90% 6232 99% 6232 ms
Write: 10% 6013 30% 6013 50% 6013 90% 6013 99% 6013 ms
Write: 10% 6236 30% 6236 50% 6236 90% 6236 99% 6236 ms
Write: 10% 5983 30% 5983 50% 5983 90% 5983 99% 5983 ms
Write: 10% 6354 30% 6354 50% 6354 90% 6354 99% 6354 ms
Write: 10% 5593 30% 5593 50% 5593 90% 5593 99% 5593 ms
Write: 10% 5445 30% 5445 50% 5445 90% 5445 99% 5445 ms
Write: 10% 5692 30% 5692 50% 5692 90% 5692 99% 5692 ms
Write: 10% 5202 30% 5202 50% 5202 90% 5202 99% 5202 ms
Write: 10% 5474 30% 5474 50% 5474 90% 5474 99% 5474 ms
Write: 10% 5348 30% 5348 50% 5348 90% 5348 99% 5348 ms
Write: 10% 5148 30% 5148 50% 5148 90% 5148 99% 5148 ms
Write: 10% 5327 30% 5327 50% 5327 90% 5327 99% 5327 ms
Write: 10% 4974 30% 4974 50% 4974 90% 4974 99% 4974 ms
Write: 10% 5099 30% 5099 50% 5099 90% 5099 99% 5099 ms
Write: 10% 7578 30% 7578 50% 7578 90% 7578 99% 7578 ms
Write: 10% 5254 30% 5254 50% 5254 90% 5254 99% 5254 ms
Write: 10% 6124 30% 6124 50% 6124 90% 6124 99% 6124 ms
Write: 10% 6192 30% 6192 50% 6192 90% 6192 99% 6192 ms
Write: 10% 5606 30% 5606 50% 5606 90% 5606 99% 5606 ms
Update: 10% 1433 30% 1433 50% 1433 90% 1433 99% 1433 ms
Step 4. read modify write
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Write: 10% 14082 30% 14082 50% 14082 90% 14082 99% 14082 ms
Write: 10% 15295 30% 15295 50% 15295 90% 15295 99% 15295 ms
Write: 10% 15670 30% 15670 50% 15670 90% 15670 99% 15670 ms
Write: 10% 15818 30% 15818 50% 15818 90% 15818 99% 15818 ms
Write: 10% 15427 30% 15427 50% 15427 90% 15427 99% 15427 ms
Write: 10% 15328 30% 15328 50% 15328 90% 15328 99% 15328 ms
Write: 10% 16329 30% 16329 50% 16329 90% 16329 99% 16329 ms
Write: 10% 16013 30% 16013 50% 16013 90% 16013 99% 16013 ms
Write: 10% 15691 30% 15691 50% 15691 90% 15691 99% 15691 ms
Write: 10% 14397 30% 14397 50% 14397 90% 14397 99% 14397 ms
Write: 10% 15902 30% 15902 50% 15902 90% 15902 99% 15902 ms
Write: 10% 16293 30% 16293 50% 16293 90% 16293 99% 16293 ms
Write: 10% 12469 30% 12469 50% 12469 90% 12469 99% 12469 ms
Write: 10% 14592 30% 14592 50% 14592 90% 14592 99% 14592 ms
Write: 10% 14179 30% 14179 50% 14179 90% 14179 99% 14179 ms
Write: 10% 13403 30% 13403 50% 13403 90% 13403 99% 13403 ms
Write: 10% 12441 30% 12441 50% 12441 90% 12441 99% 12441 ms
Write: 10% 12611 30% 12611 50% 12611 90% 12611 99% 12611 ms
Write: 10% 12556 30% 12556 50% 12556 90% 12556 99% 12556 ms
Write: 10% 8308 30% 8308 50% 8308 90% 8308 99% 8308 ms
Write: 10% 12386 30% 12386 50% 12386 90% 12386 99% 12386 ms
Write: 10% 11367 30% 11367 50% 11367 90% 11367 99% 11367 ms
Write: 10% 12386 30% 12386 50% 12386 90% 12386 99% 12386 ms
Write: 10% 12047 30% 12047 50% 12047 90% 12047 99% 12047 ms
Write: 10% 11194 30% 11194 50% 11194 90% 11194 99% 11194 ms
Write: 10% 11171 30% 11171 50% 11171 90% 11171 99% 11171 ms
Write: 10% 11336 30% 11336 50% 11336 90% 11336 99% 11336 ms
Write: 10% 10152 30% 10152 50% 10152 90% 10152 99% 10152 ms
Write: 10% 9751 30% 9751 50% 9751 90% 9751 99% 9751 ms
Write: 10% 9097 30% 9097 50% 9097 90% 9097 99% 9097 ms
Write: 10% 8494 30% 8494 50% 8494 90% 8494 99% 8494 ms
Write: 10% 9444 30% 9444 50% 9444 90% 9444 99% 9444 ms
Write: 10% 8085 30% 8085 50% 8085 90% 8085 99% 8085 ms
Write: 10% 9169 30% 9169 50% 9169 90% 9169 99% 9169 ms
Write: 10% 8429 30% 8429 50% 8429 90% 8429 99% 8429 ms
Write: 10% 8482 30% 8482 50% 8482 90% 8482 99% 8482 ms
Write: 10% 6871 30% 6871 50% 6871 90% 6871 99% 6871 ms
Write: 10% 8219 30% 8219 50% 8219 90% 8219 99% 8219 ms
Write: 10% 7943 30% 7943 50% 7943 90% 7943 99% 7943 ms
Write: 10% 6553 30% 6553 50% 6553 90% 6553 99% 6553 ms
Write: 10% 8227 30% 8227 50% 8227 90% 8227 99% 8227 ms
Write: 10% 8072 30% 8072 50% 8072 90% 8072 99% 8072 ms
Write: 10% 6251 30% 6251 50% 6251 90% 6251 99% 6251 ms
Write: 10% 6087 30% 6087 50% 6087 90% 6087 99% 6087 ms
Write: 10% 6162 30% 6162 50% 6162 90% 6162 99% 6162 ms
Write: 10% 6783 30% 6783 50% 6783 90% 6783 99% 6783 ms
Write: 10% 6116 30% 6116 50% 6116 90% 6116 99% 6116 ms
Write: 10% 6067 30% 6067 50% 6067 90% 6067 99% 6067 ms
Write: 10% 6222 30% 6222 50% 6222 90% 6222 99% 6222 ms
Write: 10% 5250 30% 5250 50% 5250 90% 5250 99% 5250 ms
Write: 10% 5516 30% 5516 50% 5516 90% 5516 99% 5516 ms
Write: 10% 5434 30% 5434 50% 5434 90% 5434 99% 5434 ms
Write: 10% 5194 30% 5194 50% 5194 90% 5194 99% 5194 ms
Write: 10% 4843 30% 4843 50% 4843 90% 4843 99% 4843 ms
Write: 10% 4854 30% 4854 50% 4854 90% 4854 99% 4854 ms
Write: 10% 4779 30% 4779 50% 4779 90% 4779 99% 4779 ms
Write: 10% 4571 30% 4571 50% 4571 90% 4571 99% 4571 ms
Write: 10% 4671 30% 4671 50% 4671 90% 4671 99% 4671 ms
Write: 10% 4564 30% 4564 50% 4564 90% 4564 99% 4564 ms
Write: 10% 4575 30% 4575 50% 4575 90% 4575 99% 4575 ms
Write: 10% 5453 30% 5453 50% 5453 90% 5453 99% 5453 ms
Write: 10% 4655 30% 4655 50% 4655 90% 4655 99% 4655 ms
Write: 10% 6241 30% 6241 50% 6241 90% 6241 99% 6241 ms
Write: 10% 4490 30% 4490 50% 4490 90% 4490 99% 4490 ms
Read: 10% 5899 30% 9297 50% 12695 90% 19492 99% 21021 ms
Update: 10% 1685 30% 1685 50% 1685 90% 1685 99% 1685 ms
