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 4 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/aypo/000a6c/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()
Traceback (most recent call last):
  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 167, in _multicall
    raise exception
  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 308, in wrap_session
    config.hook.pytest_sessionfinish(
  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 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  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 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/aypo/000a6c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/aypo/000a6c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 694, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/aypo/000a6c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/aypo/000a6c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-11T15:43:59.200674Z): tablet_id=72075186224038163;self_id=[1:7571494044990060291:7050];ev=NActors::IEventHandle;tx_id=281474976755795;lock_id=281474976755791;verification=!HasRemoveSnapshot();fline=portion_info.h:217;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7908E5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA788E26
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB616C78
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0xA0C75AC
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x14DA6301
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x14DA6112
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x14D9E12E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA127DAC
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x14DC771C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x14E2C46E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xD105496
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xD10345E
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xD1067DE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD0DF5D6
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD0DF5D6
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x14E2BBA9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x14DF3248
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C1ED7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB607724
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60B7E4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60B3F0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60BFDE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79253C
23. ??:0: ?? @ 0x7F9E3A0EEAC2
24. ??:0: ?? @ 0x7F9E3A1808BF
Thread 0x00007fe679dff640 (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 0x00007fe688dff640 (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/aypo/000a6c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/aypo/000a6c/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 0x00007fe6839ff640 (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/aypo/000a6c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/aypo/000a6c/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 0x00007fe682bff640 (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/aypo/000a6c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/aypo/000a6c/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 0x00007fe68bbff640 (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 0x00007fe6aa5b0440 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

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: ...c/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/aypo/000a6c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/aypo/000a6c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/aypo/000a6c', '--source-root', '/home/runner/.ya/build/build_root/aypo/000a6c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/aypo/000a6c/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/10190826595/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 1768, 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: (("...c/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/aypo/000a6c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/aypo/000a6c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/aypo/000a6c', '--source-root', '/home/runner/.ya/build/build_root/aypo/000a6c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/aypo/000a6c/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/10190826595/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% 902 30% 902 50% 902 90% 902 99% 902 ms
Write: 10% 1430 30% 1430 50% 1430 90% 1430 99% 1430 ms
Write: 10% 7142 30% 7142 50% 7142 90% 7142 99% 7142 ms
Write: 10% 5562 30% 5562 50% 5562 90% 5562 99% 5562 ms
Write: 10% 7991 30% 7991 50% 7991 90% 7991 99% 7991 ms
Write: 10% 7416 30% 7416 50% 7416 90% 7416 99% 7416 ms
Write: 10% 11519 30% 11519 50% 11519 90% 11519 99% 11519 ms
Write: 10% 11000 30% 11000 50% 11000 90% 11000 99% 11000 ms
Write: 10% 10886 30% 10886 50% 10886 90% 10886 99% 10886 ms
Write: 10% 9322 30% 9322 50% 9322 90% 9322 99% 9322 ms
Write: 10% 10569 30% 10569 50% 10569 90% 10569 99% 10569 ms
Write: 10% 10779 30% 10779 50% 10779 90% 10779 99% 10779 ms
Write: 10% 10463 30% 10463 50% 10463 90% 10463 99% 10463 ms
Write: 10% 10265 30% 10265 50% 10265 90% 10265 99% 10265 ms
Write: 10% 10281 30% 10281 50% 10281 90% 10281 99% 10281 ms
Write: 10% 10252 30% 10252 50% 10252 90% 10252 99% 10252 ms
Write: 10% 10051 30% 10051 50% 10051 90% 10051 99% 10051 ms
Write: 10% 9355 30% 9355 50% 9355 90% 9355 99% 9355 ms
Write: 10% 8988 30% 8988 50% 8988 90% 8988 99% 8988 ms
Write: 10% 6083 30% 6083 50% 6083 90% 6083 99% 6083 ms
Write: 10% 8389 30% 8389 50% 8389 90% 8389 99% 8389 ms
Write: 10% 8355 30% 8355 50% 8355 90% 8355 99% 8355 ms
Write: 10% 5394 30% 5394 50% 5394 90% 5394 99% 5394 ms
Write: 10% 7671 30% 7671 50% 7671 90% 7671 99% 7671 ms
Write: 10% 8580 30% 8580 50% 8580 90% 8580 99% 8580 ms
Write: 10% 4962 30% 4962 50% 4962 90% 4962 99% 4962 ms
Write: 10% 7888 30% 7888 50% 7888 90% 7888 99% 7888 ms
Write: 10% 7190 30% 7190 50% 7190 90% 7190 99% 7190 ms
Write: 10% 7343 30% 7343 50% 7343 90% 7343 99% 7343 ms
Write: 10% 7228 30% 7228 50% 7228 90% 7228 99% 7228 ms
Write: 10% 7083 30% 7083 50% 7083 90% 7083 99% 7083 ms
Write: 10% 7045 30% 7045 50% 7045 90% 7045 99% 7045 ms
Write: 10% 4989 30% 4989 50% 4989 90% 4989 99% 4989 ms
Write: 10% 6849 30% 6849 50% 6849 90% 6849 99% 6849 ms
Write: 10% 6417 30% 6417 50% 6417 90% 6417 99% 6417 ms
Write: 10% 9348 30% 9348 50% 9348 90% 9348 99% 9348 ms
Write: 10% 5672 30% 5672 50% 5672 90% 5672 99% 5672 ms
Write: 10% 5177 30% 5177 50% 5177 90% 5177 99% 5177 ms
Write: 10% 5499 30% 5499 50% 5499 90% 5499 99% 5499 ms
Write: 10% 5094 30% 5094 50% 5094 90% 5094 99% 5094 ms
Write: 10% 5042 30% 5042 50% 5042 90% 5042 99% 5042 ms
Write: 10% 8722 30% 8722 50% 8722 90% 8722 99% 8722 ms
Write: 10% 4912 30% 4912 50% 4912 90% 4912 99% 4912 ms
Write: 10% 4172 30% 4172 50% 4172 90% 4172 99% 4172 ms
Write: 10% 4794 30% 4794 50% 4794 90% 4794 99% 4794 ms
Write: 10% 2432 30% 2432 50% 2432 90% 2432 99% 2432 ms
Write: 10% 3455 30% 3455 50% 3455 90% 3455 99% 3455 ms
Write: 10% 4087 30% 4087 50% 4087 90% 4087 99% 4087 ms
Write: 10% 2511 30% 2511 50% 2511 90% 2511 99% 2511 ms
Write: 10% 2832 30% 2832 50% 2832 90% 2832 99% 2832 ms
Write: 10% 2324 30% 2324 50% 2324 90% 2324 99% 2324 ms
Write: 10% 2403 30% 2403 50% 2403 90% 2403 99% 2403 ms
Write: 10% 2395 30% 2395 50% 2395 90% 2395 99% 2395 ms
Write: 10% 2027 30% 2027 50% 2027 90% 2027 99% 2027 ms
Write: 10% 1987 30% 1987 50% 1987 90% 1987 99% 1987 ms
Write: 10% 1969 30% 1969 50% 1969 90% 1969 99% 1969 ms
Write: 10% 1654 30% 1654 50% 1654 90% 1654 99% 1654 ms
Write: 10% 1803 30% 1803 50% 1803 90% 1803 99% 1803 ms
Write: 10% 3905 30% 3905 50% 3905 90% 3905 99% 3905 ms
Write: 10% 2914 30% 2914 50% 2914 90% 2914 99% 2914 ms
Write: 10% 1610 30% 1610 50% 1610 90% 1610 99% 1610 ms
Write: 10% 1903 30% 1903 50% 1903 90% 1903 99% 1903 ms
Write: 10% 1536 30% 1536 50% 1536 90% 1536 99% 1536 ms
Write: 10% 4612 30% 4612 50% 4612 90% 4612 99% 4612 ms
Step 2. read write
Write: 10% 2360 30% 2360 50% 2360 90% 2360 99% 2360 ms
Write: 10% 12075 30% 12075 50% 12075 90% 12075 99% 12075 ms
Write: 10% 11077 30% 11077 50% 11077 90% 11077 99% 11077 ms
Write: 10% 11734 30% 11734 50% 11734 90% 11734 99% 11734 ms
Write: 10% 11329 30% 11329 50% 11329 90% 11329 99% 11329 ms
Write: 10% 6977 30% 6977 50% 6977 90% 6977 99% 6977 ms
Write: 10% 9129 30% 9129 50% 9129 90% 9129 99% 9129 ms
Write: 10% 11629 30% 11629 50% 11629 90% 11629 99% 11629 ms
Write: 10% 8856 30% 8856 50% 8856 90% 8856 99% 8856 ms
Write: 10% 7534 30% 7534 50% 7534 90% 7534 99% 7534 ms
Write: 10% 8358 30% 8358 50% 8358 90% 8358 99% 8358 ms
Write: 10% 11085 30% 11085 50% 11085 90% 11085 99% 11085 ms
Write: 10% 10498 30% 10498 50% 10498 90% 10498 99% 10498 ms
Write: 10% 6784 30% 6784 50% 6784 90% 6784 99% 6784 ms
Write: 10% 9680 30% 9680 50% 9680 90% 9680 99% 9680 ms
Write: 10% 10555 30% 10555 50% 10555 90% 10555 99% 10555 ms
Write: 10% 9606 30% 9606 50% 9606 90% 9606 99% 9606 ms
Write: 10% 9731 30% 9731 50% 9731 90% 9731 99% 9731 ms
Write: 10% 9361 30% 9361 50% 9361 90% 9361 99% 9361 ms
Write: 10% 9754 30% 9754 50% 9754 90% 9754 99% 9754 ms
Write: 10% 8455 30% 8455 50% 8455 90% 8455 99% 8455 ms
Write: 10% 8726 30% 8726 50% 8726 90% 8726 99% 8726 ms
Write: 10% 3221 30% 3221 50% 3221 90% 3221 99% 3221 ms
Write: 10% 7874 30% 7874 50% 7874 90% 7874 99% 7874 ms
Write: 10% 7360 30% 7360 50% 7360 90% 7360 99% 7360 ms
Write: 10% 7764 30% 7764 50% 7764 90% 7764 99% 7764 ms
Write: 10% 3503 30% 3503 50% 3503 90% 3503 99% 3503 ms
Write: 10% 10204 30% 10204 50% 10204 90% 10204 99% 10204 ms
Write: 10% 2543 30% 2543 50% 2543 90% 2543 99% 2543 ms
Write: 10% 2110 30% 2110 50% 2110 90% 2110 99% 2110 ms
Write: 10% 6327 30% 6327 50% 6327 90% 6327 99% 6327 ms
Write: 10% 5555 30% 5555 50% 5555 90% 5555 99% 5555 ms
Write: 10% 4891 30% 4891 50% 4891 90% 4891 99% 4891 ms
Write: 10% 5687 30% 5687 50% 5687 90% 5687 99% 5687 ms
Write: 10% 5534 30% 5534 50% 5534 90% 5534 99% 5534 ms
Write: 10% 5096 30% 5096 50% 5096 90% 5096 99% 5096 ms
Write: 10% 4183 30% 4183 50% 4183 90% 4183 99% 4183 ms
Write: 10% 4253 30% 4253 50% 4253 90% 4253 99% 4253 ms
Write: 10% 4777 30% 4777 50% 4777 90% 4777 99% 4777 ms
Write: 10% 4251 30% 4251 50% 4251 90% 4251 99% 4251 ms
Write: 10% 3067 30% 3067 50% 3067 90% 3067 99% 3067 ms
Write: 10% 4084 30% 4084 50% 4084 90% 4084 99% 4084 ms
Write: 10% 9257 30% 9257 50% 9257 90% 9257 99% 9257 ms
Write: 10% 3934 30% 3934 50% 3934 90% 3934 99% 3934 ms
Write: 10% 3451 30% 3451 50% 3451 90% 3451 99% 3451 ms
Write: 10% 2113 30% 2113 50% 2113 90% 2113 99% 2113 ms
Write: 10% 2627 30% 2627 50% 2627 90% 2627 99% 2627 ms
Write: 10% 3198 30% 3198 50% 3198 90% 3198 99% 3198 ms
Write: 10% 3660 30% 3660 50% 3660 90% 3660 99% 3660 ms
Write: 10% 2536 30% 2536 50% 2536 90% 2536 99% 2536 ms
Write: 10% 7065 30% 7065 50% 7065 90% 7065 99% 7065 ms
Write: 10% 6020 30% 6020 50% 6020 90% 6020 99% 6020 ms
Write: 10% 2122 30% 2122 50% 2122 90% 2122 99% 2122 ms
Write: 10% 2100 30% 2100 50% 2100 90% 2100 99% 2100 ms
Write: 10% 2419 30% 2419 50% 2419 90% 2419 99% 2419 ms
Write: 10% 2124 30% 2124 50% 2124 90% 2124 99% 2124 ms
Write: 10% 3785 30% 3785 50% 3785 90% 3785 99% 3785 ms
Write: 10% 3992 30% 3992 50% 3992 90% 3992 99% 3992 ms
Write: 10% 5800 30% 5800 50% 5800 90% 5800 99% 5800 ms
Write: 10% 3208 30% 3208 50% 3208 90% 3208 99% 3208 ms
Write: 10% 2723 30% 2723 50% 2723 90% 2723 99% 2723 ms
Write: 10% 2601 30% 2601 50% 2601 90% 2601 99% 2601 ms
Write: 10% 2138 30% 2138 50% 2138 90% 2138 99% 2138 ms
Write: 10% 2588 30% 2588 50% 2588 90% 2588 99% 2588 ms
Read: 10% 15902 30% 15902 50% 15902 90% 15902 99% 15902 ms
Step 3. write modify
Write: 10% 2169 30% 2169 50% 2169 90% 2169 99% 2169 ms
Write: 10% 12624 30% 12624 50% 12624 90% 12624 99% 12624 ms
Write: 10% 13134 30% 13134 50% 13134 90% 13134 99% 13134 ms
Write: 10% 13630 30% 13630 50% 13630 90% 13630 99% 13630 ms
Write: 10% 13439 30% 13439 50% 13439 90% 13439 99% 13439 ms
Write: 10% 13385 30% 13385 50% 13385 90% 13385 99% 13385 ms
Write: 10% 13678 30% 13678 50% 13678 90% 13678 99% 13678 ms
Write: 10% 13749 30% 13749 50% 13749 90% 13749 99% 13749 ms
Write: 10% 14119 30% 14119 50% 14119 90% 14119 99% 14119 ms
Write: 10% 13808 30% 13808 50% 13808 90% 13808 99% 13808 ms
Write: 10% 11072 30% 11072 50% 11072 90% 11072 99% 11072 ms
Write: 10% 13166 30% 13166 50% 13166 90% 13166 99% 13166 ms
Write: 10% 12894 30% 12894 50% 12894 90% 12894 99% 12894 ms
Write: 10% 13238 30% 13238 50% 13238 90% 13238 99% 13238 ms
Write: 10% 9348 30% 9348 50% 9348 90% 9348 99% 9348 ms
Write: 10% 12900 30% 12900 50% 12900 90% 12900 99% 12900 ms
Write: 10% 12539 30% 12539 50% 12539 90% 12539 99% 12539 ms
Write: 10% 12870 30% 12870 50% 12870 90% 12870 99% 12870 ms
Write: 10% 8314 30% 8314 50% 8314 90% 8314 99% 8314 ms
Write: 10% 11858 30% 11858 50% 11858 90% 11858 99% 11858 ms
Write: 10% 5550 30% 5550 50% 5550 90% 5550 99% 5550 ms
Write: 10% 5341 30% 5341 50% 5341 90% 5341 99% 5341 ms
Write: 10% 5022 30% 5022 50% 5022 90% 5022 99% 5022 ms
Write: 10% 4841 30% 4841 50% 4841 90% 4841 99% 4841 ms
Write: 10% 5855 30% 5855 50% 5855 90% 5855 99% 5855 ms
Write: 10% 10886 30% 10886 50% 10886 90% 10886 99% 10886 ms
Write: 10% 4667 30% 4667 50% 4667 90% 4667 99% 4667 ms
Write: 10% 10856 30% 10856 50% 10856 90% 10856 99% 10856 ms
Write: 10% 10312 30% 10312 50% 10312 90% 10312 99% 10312 ms
Write: 10% 10256 30% 10256 50% 10256 90% 10256 99% 10256 ms
Write: 10% 9628 30% 9628 50% 9628 90% 9628 99% 9628 ms
Write: 10% 8575 30% 8575 50% 8575 90% 8575 99% 8575 ms
Write: 10% 10556 30% 10556 50% 10556 90% 10556 99% 10556 ms
Write: 10% 8703 30% 8703 50% 8703 90% 8703 99% 8703 ms
Write: 10% 8619 30% 8619 50% 8619 90% 8619 99% 8619 ms
Write: 10% 8341 30% 8341 50% 8341 90% 8341 99% 8341 ms
Write: 10% 13566 30% 13566 50% 13566 90% 13566 99% 13566 ms
Write: 10% 8333 30% 8333 50% 8333 90% 8333 99% 8333 ms
Write: 10% 8422 30% 8422 50% 8422 90% 8422 99% 8422 ms
Write: 10% 8117 30% 8117 50% 8117 90% 8117 99% 8117 ms
Write: 10% 6792 30% 6792 50% 6792 90% 6792 99% 6792 ms
Write: 10% 7273 30% 7273 50% 7273 90% 7273 99% 7273 ms
Write: 10% 6953 30% 6953 50% 6953 90% 6953 99% 6953 ms
Write: 10% 6139 30% 6139 50% 6139 90% 6139 99% 6139 ms
Write: 10% 6230 30% 6230 50% 6230 90% 6230 99% 6230 ms
Write: 10% 6598 30% 6598 50% 6598 90% 6598 99% 6598 ms
Write: 10% 6028 30% 6028 50% 6028 90% 6028 99% 6028 ms
Write: 10% 6638 30% 6638 50% 6638 90% 6638 99% 6638 ms
Write: 10% 11668 30% 11668 50% 11668 90% 11668 99% 11668 ms
Write: 10% 5909 30% 5909 50% 5909 90% 5909 99% 5909 ms
Write: 10% 4324 30% 4324 50% 4324 90% 4324 99% 4324 ms
Write: 10% 4167 30% 4167 50% 4167 90% 4167 99% 4167 ms
Write: 10% 9290 30% 9290 50% 9290 90% 9290 99% 9290 ms
Write: 10% 4119 30% 4119 50% 4119 90% 4119 99% 4119 ms
Write: 10% 4291 30% 4291 50% 4291 90% 4291 99% 4291 ms
Write: 10% 4854 30% 4854 50% 4854 90% 4854 99% 4854 ms
Write: 10% 4910 30% 4910 50% 4910 90% 4910 99% 4910 ms
Write: 10% 3975 30% 3975 50% 3975 90% 3975 99% 3975 ms
Write: 10% 4295 30% 4295 50% 4295 90% 4295 99% 4295 ms
Write: 10% 5867 30% 5867 50% 5867 90% 5867 99% 5867 ms
Write: 10% 4784 30% 4784 50% 4784 90% 4784 99% 4784 ms
Write: 10% 5252 30% 5252 50% 5252 90% 5252 99% 5252 ms
Write: 10% 5982 30% 5982 50% 5982 90% 5982 99% 5982 ms
Write: 10% 5310 30% 5310 50% 5310 90% 5310 99% 5310 ms
Update: 10% 1604 30% 1604 50% 1604 90% 1604 99% 1604 ms
Step 4. read modify write
Was written: 23.73046875 MiB, Speed: 0.3955078125 MiB/s
Write: 10% 6410 30% 6410 50% 6410 90% 6410 99% 6410 ms
Write: 10% 10915 30% 10915 50% 10915 90% 10915 99% 10915 ms
Write: 10% 12546 30% 12546 50% 12546 90% 12546 99% 12546 ms
Write: 10% 14388 30% 14388 50% 14388 90% 14388 99% 14388 ms
Write: 10% 14270 30% 14270 50% 14270 90% 14270 99% 14270 ms
Write: 10% 14537 30% 14537 50% 14537 90% 14537 99% 14537 ms
Write: 10% 13207 30% 13207 50% 13207 90% 13207 99% 13207 ms
Write: 10% 15320 30% 15320 50% 15320 90% 15320 99% 15320 ms
Write: 10% 13814 30% 13814 50% 13814 90% 13814 99% 13814 ms
Write: 10% 14056 30% 14056 50% 14056 90% 14056 99% 14056 ms
Write: 10% 10536 30% 10536 50% 10536 90% 10536 99% 10536 ms
Write: 10% 13150 30% 13150 50% 13150 90% 13150 99% 13150 ms
Write: 10% 13802 30% 13802 50% 13802 90% 13802 99% 13802 ms
Write: 10% 13275 30% 13275 50% 13275 90% 13275 99% 13275 ms
Write: 10% 15175 30% 15175 50% 15175 90% 15175 99% 15175 ms
Write: 10% 8134 30% 8134 50% 8134 90% 8134 99% 8134 ms
Write: 10% 13181 30% 13181 50% 13181 90% 13181 99% 13181 ms
Write: 10% 14450 30% 14450 50% 14450 90% 14450 99% 14450 ms
Write: 10% 13210 30% 13210 50% 13210 90% 13210 99% 13210 ms
Write: 10% 12968 30% 12968 50% 12968 90% 12968 99% 12968 ms
Write: 10% 12741 30% 12741 50% 12741 90% 12741 99% 12741 ms
Write: 10% 8227 30% 8227 50% 8227 90% 8227 99% 8227 ms
Write: 10% 13351 30% 13351 50% 13351 90% 13351 99% 13351 ms
Write: 10% 12592 30% 12592 50% 12592 90% 12592 99% 12592 ms
Write: 10% 12606 30% 12606 50% 12606 90% 12606 99% 12606 ms
Write: 10% 12185 30% 12185 50% 12185 90% 12185 99% 12185 ms
Write: 10% 11801 30% 11801 50% 11801 90% 11801 99% 11801 ms
Write: 10% 10930 30% 10930 50% 10930 90% 10930 99% 10930 ms
Write: 10% 10251 30% 10251 50% 10251 90% 10251 99% 10251 ms
Write: 10% 10742 30% 10742 50% 10742 90% 10742 99% 10742 ms
Write: 10% 8560 30% 8560 50% 8560 90% 8560 99% 8560 ms
Write: 10% 3757 30% 3757 50% 3757 90% 3757 99% 3757 ms
Write: 10% 6854 30% 6854 50% 6854 90% 6854 99% 6854 ms
Write: 10% 3817 30% 3817 50% 3817 90% 3817 99% 3817 ms
Write: 10% 3661 30% 3661 50% 3661 90% 3661 99% 3661 ms
Write: 10% 11393 30% 11393 50% 11393 90% 11393 99% 11393 ms
Write: 10% 3722 30% 3722 50% 3722 90% 3722 99% 3722 ms
Write: 10% 4896 30% 4896 50% 4896 90% 4896 99% 4896 ms
Write: 10% 3821 30% 3821 50% 3821 90% 3821 99% 3821 ms
Write: 10% 3330 30% 3330 50% 3330 90% 3330 99% 3330 ms
Write: 10% 7577 30% 7577 50% 7577 90% 7577 99% 7577 ms
Write: 10% 7029 30% 7029 50% 7029 90% 7029 99% 7029 ms
Write: 10% 9568 30% 9568 50% 9568 90% 9568 99% 9568 ms
Write: 10% 8454 30% 8454 50% 8454 90% 8454 99% 8454 ms
Write: 10% 6585 30% 6585 50% 6585 90% 6585 99% 6585 ms
Write: 10% 6722 30% 6722 50% 6722 90% 6722 99% 6722 ms
Write: 10% 5640 30% 5640 50% 5640 90% 5640 99% 5640 ms
Write: 10% 6489 30% 6489 50% 6489 90% 6489 99% 6489 ms
Write: 10% 6143 30% 6143 50% 6143 90% 6143 99% 6143 ms
Write: 10% 5547 30% 5547 50% 5547 90% 5547 99% 5547 ms
Write: 10% 5445 30% 5445 50% 5445 90% 5445 99% 5445 ms
Write: 10% 7734 30% 7734 50% 7734 90% 7734 99% 7734 ms
Write: 10% 4738 30% 4738 50% 4738 90% 4738 99% 4738 ms
Write: 10% 4586 30% 4586 50% 4586 90% 4586 99% 4586 ms
Write: 10% 7933 30% 7933 50% 7933 90% 7933 99% 7933 ms
Write: 10% 4023 30% 4023 50% 4023 90% 4023 99% 4023 ms
Write: 10% 10168 30% 10168 50% 10168 90% 10168 99% 10168 ms
Write: 10% 3943 30% 3943 50% 3943 90% 3943 99% 3943 ms
Write: 10% 6540 30% 6540 50% 6540 90% 6540 99% 6540 ms
Write: 10% 4204 30% 4204 50% 4204 90% 4204 99% 4204 ms
Write: 10% 6521 30% 6521 50% 6521 90% 6521 99% 6521 ms
Write: 10% 9026 30% 9026 50% 9026 90% 9026 99% 9026 ms
Write: 10% 3709 30% 3709 50% 3709 90% 3709 99% 3709 ms
Write: 10% 8272 30% 8272 50% 8272 90% 8272 99% 8272 ms
Read: 10% 5908 30% 8988 50% 12068 90% 18228 99% 19614 ms
Update: 10% 2126 30% 2126 50% 2126 90% 2126 99% 2126 ms
