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 0 failed
Thread 1 failed
Thread 2 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/shma/0006d6/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/shma/0006d6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/shma/0006d6/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 676, 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/shma/0006d6/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_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/shma/0006d6/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_4/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-10-30T18:49:17.244545Z): tablet_id=72075186224038272;self_id=[4:7567088672520775478:6768];ev=NActors::IEventHandle;tx_id=281474976740856;lock_id=281474976740853;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA601FD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA5FA516
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB487F98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x167702F6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16A8BF51
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16A8BD64
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16A83D7E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9F9926C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16AAD36C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16B1102E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCF65186
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCF6314E
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCF664CE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCF3F2C6
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCF3F2C6
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16B10769
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16AD8D0A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB433E57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB478A44
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB47CB04
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB47C710
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB47D2FE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA603C2C
23. ??:0: ?? @ 0x7F1587575AC2
24. ??:0: ?? @ 0x7F15876078BF

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: ...6/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/shma/0006d6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/shma/0006d6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/shma/0006d6', '--source-root', '/home/runner/.ya/build/build_root/shma/0006d6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/shma/0006d6/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/10116586272/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: (("...6/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/shma/0006d6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/shma/0006d6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/shma/0006d6', '--source-root', '/home/runner/.ya/build/build_root/shma/0006d6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/shma/0006d6/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/10116586272/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% 11398 30% 11398 50% 11398 90% 11398 99% 11398 ms
Write: 10% 13024 30% 13024 50% 13024 90% 13024 99% 13024 ms
Write: 10% 15629 30% 15629 50% 15629 90% 15629 99% 15629 ms
Write: 10% 16413 30% 16413 50% 16413 90% 16413 99% 16413 ms
Write: 10% 16327 30% 16327 50% 16327 90% 16327 99% 16327 ms
Write: 10% 17022 30% 17022 50% 17022 90% 17022 99% 17022 ms
Write: 10% 17109 30% 17109 50% 17109 90% 17109 99% 17109 ms
Write: 10% 17350 30% 17350 50% 17350 90% 17350 99% 17350 ms
Write: 10% 15698 30% 15698 50% 15698 90% 15698 99% 15698 ms
Write: 10% 16948 30% 16948 50% 16948 90% 16948 99% 16948 ms
Write: 10% 8321 30% 8321 50% 8321 90% 8321 99% 8321 ms
Write: 10% 12023 30% 12023 50% 12023 90% 12023 99% 12023 ms
Write: 10% 15776 30% 15776 50% 15776 90% 15776 99% 15776 ms
Write: 10% 15740 30% 15740 50% 15740 90% 15740 99% 15740 ms
Write: 10% 15219 30% 15219 50% 15219 90% 15219 99% 15219 ms
Write: 10% 15556 30% 15556 50% 15556 90% 15556 99% 15556 ms
Write: 10% 14947 30% 14947 50% 14947 90% 14947 99% 14947 ms
Write: 10% 14359 30% 14359 50% 14359 90% 14359 99% 14359 ms
Write: 10% 16143 30% 16143 50% 16143 90% 16143 99% 16143 ms
Write: 10% 8357 30% 8357 50% 8357 90% 8357 99% 8357 ms
Write: 10% 14199 30% 14199 50% 14199 90% 14199 99% 14199 ms
Write: 10% 13737 30% 13737 50% 13737 90% 13737 99% 13737 ms
Write: 10% 12847 30% 12847 50% 12847 90% 12847 99% 12847 ms
Write: 10% 12511 30% 12511 50% 12511 90% 12511 99% 12511 ms
Write: 10% 12592 30% 12592 50% 12592 90% 12592 99% 12592 ms
Write: 10% 7613 30% 7613 50% 7613 90% 7613 99% 7613 ms
Write: 10% 12247 30% 12247 50% 12247 90% 12247 99% 12247 ms
Write: 10% 11596 30% 11596 50% 11596 90% 11596 99% 11596 ms
Write: 10% 4021 30% 4021 50% 4021 90% 4021 99% 4021 ms
Write: 10% 10644 30% 10644 50% 10644 90% 10644 99% 10644 ms
Write: 10% 9388 30% 9388 50% 9388 90% 9388 99% 9388 ms
Write: 10% 11092 30% 11092 50% 11092 90% 11092 99% 11092 ms
Write: 10% 9873 30% 9873 50% 9873 90% 9873 99% 9873 ms
Write: 10% 8922 30% 8922 50% 8922 90% 8922 99% 8922 ms
Write: 10% 8763 30% 8763 50% 8763 90% 8763 99% 8763 ms
Write: 10% 9155 30% 9155 50% 9155 90% 9155 99% 9155 ms
Write: 10% 9771 30% 9771 50% 9771 90% 9771 99% 9771 ms
Write: 10% 13929 30% 13929 50% 13929 90% 13929 99% 13929 ms
Write: 10% 7896 30% 7896 50% 7896 90% 7896 99% 7896 ms
Write: 10% 8086 30% 8086 50% 8086 90% 8086 99% 8086 ms
Write: 10% 8754 30% 8754 50% 8754 90% 8754 99% 8754 ms
Write: 10% 7078 30% 7078 50% 7078 90% 7078 99% 7078 ms
Write: 10% 5564 30% 5564 50% 5564 90% 5564 99% 5564 ms
Write: 10% 7787 30% 7787 50% 7787 90% 7787 99% 7787 ms
Write: 10% 6895 30% 6895 50% 6895 90% 6895 99% 6895 ms
Write: 10% 5527 30% 5527 50% 5527 90% 5527 99% 5527 ms
Write: 10% 5213 30% 5213 50% 5213 90% 5213 99% 5213 ms
Write: 10% 5495 30% 5495 50% 5495 90% 5495 99% 5495 ms
Write: 10% 5553 30% 5553 50% 5553 90% 5553 99% 5553 ms
Write: 10% 4862 30% 4862 50% 4862 90% 4862 99% 4862 ms
Write: 10% 4671 30% 4671 50% 4671 90% 4671 99% 4671 ms
Write: 10% 4804 30% 4804 50% 4804 90% 4804 99% 4804 ms
Write: 10% 4271 30% 4271 50% 4271 90% 4271 99% 4271 ms
Write: 10% 4719 30% 4719 50% 4719 90% 4719 99% 4719 ms
Write: 10% 3959 30% 3959 50% 3959 90% 3959 99% 3959 ms
Write: 10% 4284 30% 4284 50% 4284 90% 4284 99% 4284 ms
Write: 10% 3442 30% 3442 50% 3442 90% 3442 99% 3442 ms
Write: 10% 4326 30% 4326 50% 4326 90% 4326 99% 4326 ms
Write: 10% 4033 30% 4033 50% 4033 90% 4033 99% 4033 ms
Write: 10% 3406 30% 3406 50% 3406 90% 3406 99% 3406 ms
Write: 10% 8930 30% 8930 50% 8930 90% 8930 99% 8930 ms
Write: 10% 6095 30% 6095 50% 6095 90% 6095 99% 6095 ms
Write: 10% 8503 30% 8503 50% 8503 90% 8503 99% 8503 ms
Write: 10% 3917 30% 3917 50% 3917 90% 3917 99% 3917 ms
Step 2. read write
Write: 10% 3344 30% 3344 50% 3344 90% 3344 99% 3344 ms
Write: 10% 16851 30% 16851 50% 16851 90% 16851 99% 16851 ms
Write: 10% 15104 30% 15104 50% 15104 90% 15104 99% 15104 ms
Write: 10% 14850 30% 14850 50% 14850 90% 14850 99% 14850 ms
Write: 10% 11233 30% 11233 50% 11233 90% 11233 99% 11233 ms
Write: 10% 12530 30% 12530 50% 12530 90% 12530 99% 12530 ms
Write: 10% 5448 30% 5448 50% 5448 90% 5448 99% 5448 ms
Write: 10% 15728 30% 15728 50% 15728 90% 15728 99% 15728 ms
Write: 10% 14520 30% 14520 50% 14520 90% 14520 99% 14520 ms
Write: 10% 14958 30% 14958 50% 14958 90% 14958 99% 14958 ms
Write: 10% 10582 30% 10582 50% 10582 90% 10582 99% 10582 ms
Write: 10% 14975 30% 14975 50% 14975 90% 14975 99% 14975 ms
Write: 10% 15159 30% 15159 50% 15159 90% 15159 99% 15159 ms
Write: 10% 12347 30% 12347 50% 12347 90% 12347 99% 12347 ms
Write: 10% 14867 30% 14867 50% 14867 90% 14867 99% 14867 ms
Write: 10% 12674 30% 12674 50% 12674 90% 12674 99% 12674 ms
Write: 10% 11697 30% 11697 50% 11697 90% 11697 99% 11697 ms
Write: 10% 12075 30% 12075 50% 12075 90% 12075 99% 12075 ms
Write: 10% 13306 30% 13306 50% 13306 90% 13306 99% 13306 ms
Write: 10% 12602 30% 12602 50% 12602 90% 12602 99% 12602 ms
Write: 10% 11925 30% 11925 50% 11925 90% 11925 99% 11925 ms
Write: 10% 12025 30% 12025 50% 12025 90% 12025 99% 12025 ms
Write: 10% 6740 30% 6740 50% 6740 90% 6740 99% 6740 ms
Write: 10% 7433 30% 7433 50% 7433 90% 7433 99% 7433 ms
Write: 10% 12490 30% 12490 50% 12490 90% 12490 99% 12490 ms
Write: 10% 11940 30% 11940 50% 11940 90% 11940 99% 11940 ms
Write: 10% 3006 30% 3006 50% 3006 90% 3006 99% 3006 ms
Write: 10% 5157 30% 5157 50% 5157 90% 5157 99% 5157 ms
Write: 10% 11516 30% 11516 50% 11516 90% 11516 99% 11516 ms
Write: 10% 4838 30% 4838 50% 4838 90% 4838 99% 4838 ms
Write: 10% 10722 30% 10722 50% 10722 90% 10722 99% 10722 ms
Write: 10% 9655 30% 9655 50% 9655 90% 9655 99% 9655 ms
Write: 10% 9042 30% 9042 50% 9042 90% 9042 99% 9042 ms
Write: 10% 10915 30% 10915 50% 10915 90% 10915 99% 10915 ms
Write: 10% 5650 30% 5650 50% 5650 90% 5650 99% 5650 ms
Write: 10% 10566 30% 10566 50% 10566 90% 10566 99% 10566 ms
Write: 10% 10071 30% 10071 50% 10071 90% 10071 99% 10071 ms
Write: 10% 5473 30% 5473 50% 5473 90% 5473 99% 5473 ms
Write: 10% 9433 30% 9433 50% 9433 90% 9433 99% 9433 ms
Write: 10% 3254 30% 3254 50% 3254 90% 3254 99% 3254 ms
Write: 10% 2685 30% 2685 50% 2685 90% 2685 99% 2685 ms
Write: 10% 12203 30% 12203 50% 12203 90% 12203 99% 12203 ms
Write: 10% 2793 30% 2793 50% 2793 90% 2793 99% 2793 ms
Write: 10% 4873 30% 4873 50% 4873 90% 4873 99% 4873 ms
Write: 10% 7103 30% 7103 50% 7103 90% 7103 99% 7103 ms
Write: 10% 6620 30% 6620 50% 6620 90% 6620 99% 6620 ms
Write: 10% 2808 30% 2808 50% 2808 90% 2808 99% 2808 ms
Write: 10% 8746 30% 8746 50% 8746 90% 8746 99% 8746 ms
Write: 10% 10615 30% 10615 50% 10615 90% 10615 99% 10615 ms
Write: 10% 4138 30% 4138 50% 4138 90% 4138 99% 4138 ms
Write: 10% 10064 30% 10064 50% 10064 90% 10064 99% 10064 ms
Write: 10% 5223 30% 5223 50% 5223 90% 5223 99% 5223 ms
Write: 10% 3161 30% 3161 50% 3161 90% 3161 99% 3161 ms
Write: 10% 11803 30% 11803 50% 11803 90% 11803 99% 11803 ms
Write: 10% 9363 30% 9363 50% 9363 90% 9363 99% 9363 ms
Write: 10% 3588 30% 3588 50% 3588 90% 3588 99% 3588 ms
Write: 10% 4703 30% 4703 50% 4703 90% 4703 99% 4703 ms
Write: 10% 7485 30% 7485 50% 7485 90% 7485 99% 7485 ms
Write: 10% 6112 30% 6112 50% 6112 90% 6112 99% 6112 ms
Write: 10% 11644 30% 11644 50% 11644 90% 11644 99% 11644 ms
Write: 10% 5710 30% 5710 50% 5710 90% 5710 99% 5710 ms
Write: 10% 9721 30% 9721 50% 9721 90% 9721 99% 9721 ms
Write: 10% 3761 30% 3761 50% 3761 90% 3761 99% 3761 ms
Write: 10% 3144 30% 3144 50% 3144 90% 3144 99% 3144 ms
Read: 10% 11803 30% 12257 50% 12712 90% 13621 99% 13825 ms
Step 3. write modify
Write: 10% 17135 30% 17135 50% 17135 90% 17135 99% 17135 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Write: 10% 18402 30% 18402 50% 18402 90% 18402 99% 18402 ms
Write: 10% 21590 30% 21590 50% 21590 90% 21590 99% 21590 ms
Write: 10% 19521 30% 19521 50% 19521 90% 19521 99% 19521 ms
Write: 10% 20375 30% 20375 50% 20375 90% 20375 99% 20375 ms
Write: 10% 21387 30% 21387 50% 21387 90% 21387 99% 21387 ms
Write: 10% 20953 30% 20953 50% 20953 90% 20953 99% 20953 ms
Write: 10% 20352 30% 20352 50% 20352 90% 20352 99% 20352 ms
Write: 10% 19656 30% 19656 50% 19656 90% 19656 99% 19656 ms
Write: 10% 19819 30% 19819 50% 19819 90% 19819 99% 19819 ms
Write: 10% 6390 30% 6390 50% 6390 90% 6390 99% 6390 ms
Write: 10% 19990 30% 19990 50% 19990 90% 19990 99% 19990 ms
Write: 10% 19513 30% 19513 50% 19513 90% 19513 99% 19513 ms
Write: 10% 18484 30% 18484 50% 18484 90% 18484 99% 18484 ms
Write: 10% 18948 30% 18948 50% 18948 90% 18948 99% 18948 ms
Write: 10% 17542 30% 17542 50% 17542 90% 17542 99% 17542 ms
Write: 10% 9917 30% 9917 50% 9917 90% 9917 99% 9917 ms
Write: 10% 19626 30% 19626 50% 19626 90% 19626 99% 19626 ms
Write: 10% 8771 30% 8771 50% 8771 90% 8771 99% 8771 ms
Write: 10% 14582 30% 14582 50% 14582 90% 14582 99% 14582 ms
Write: 10% 17621 30% 17621 50% 17621 90% 17621 99% 17621 ms
Write: 10% 11933 30% 11933 50% 11933 90% 11933 99% 11933 ms
Write: 10% 17511 30% 17511 50% 17511 90% 17511 99% 17511 ms
Write: 10% 15528 30% 15528 50% 15528 90% 15528 99% 15528 ms
Write: 10% 10575 30% 10575 50% 10575 90% 10575 99% 10575 ms
Write: 10% 7155 30% 7155 50% 7155 90% 7155 99% 7155 ms
Write: 10% 15109 30% 15109 50% 15109 90% 15109 99% 15109 ms
Write: 10% 14848 30% 14848 50% 14848 90% 14848 99% 14848 ms
Write: 10% 14722 30% 14722 50% 14722 90% 14722 99% 14722 ms
Write: 10% 14224 30% 14224 50% 14224 90% 14224 99% 14224 ms
Write: 10% 15442 30% 15442 50% 15442 90% 15442 99% 15442 ms
Write: 10% 14680 30% 14680 50% 14680 90% 14680 99% 14680 ms
Write: 10% 14709 30% 14709 50% 14709 90% 14709 99% 14709 ms
Write: 10% 14558 30% 14558 50% 14558 90% 14558 99% 14558 ms
Write: 10% 13968 30% 13968 50% 13968 90% 13968 99% 13968 ms
Write: 10% 13356 30% 13356 50% 13356 90% 13356 99% 13356 ms
Write: 10% 13226 30% 13226 50% 13226 90% 13226 99% 13226 ms
Write: 10% 13308 30% 13308 50% 13308 90% 13308 99% 13308 ms
Write: 10% 16601 30% 16601 50% 16601 90% 16601 99% 16601 ms
Write: 10% 10124 30% 10124 50% 10124 90% 10124 99% 10124 ms
Write: 10% 11886 30% 11886 50% 11886 90% 11886 99% 11886 ms
Write: 10% 15700 30% 15700 50% 15700 90% 15700 99% 15700 ms
Write: 10% 10971 30% 10971 50% 10971 90% 10971 99% 10971 ms
Write: 10% 11689 30% 11689 50% 11689 90% 11689 99% 11689 ms
Write: 10% 11552 30% 11552 50% 11552 90% 11552 99% 11552 ms
Write: 10% 10963 30% 10963 50% 10963 90% 10963 99% 10963 ms
Write: 10% 13296 30% 13296 50% 13296 90% 13296 99% 13296 ms
Write: 10% 9294 30% 9294 50% 9294 90% 9294 99% 9294 ms
Write: 10% 12151 30% 12151 50% 12151 90% 12151 99% 12151 ms
Write: 10% 9345 30% 9345 50% 9345 90% 9345 99% 9345 ms
Write: 10% 16231 30% 16231 50% 16231 90% 16231 99% 16231 ms
Write: 10% 18271 30% 18271 50% 18271 90% 18271 99% 18271 ms
Write: 10% 8751 30% 8751 50% 8751 90% 8751 99% 8751 ms
Write: 10% 9932 30% 9932 50% 9932 90% 9932 99% 9932 ms
Write: 10% 10292 30% 10292 50% 10292 90% 10292 99% 10292 ms
Write: 10% 9532 30% 9532 50% 9532 90% 9532 99% 9532 ms
Write: 10% 9388 30% 9388 50% 9388 90% 9388 99% 9388 ms
Write: 10% 7898 30% 7898 50% 7898 90% 7898 99% 7898 ms
Write: 10% 8046 30% 8046 50% 8046 90% 8046 99% 8046 ms
Write: 10% 9833 30% 9833 50% 9833 90% 9833 99% 9833 ms
Write: 10% 8594 30% 8594 50% 8594 90% 8594 99% 8594 ms
Write: 10% 8792 30% 8792 50% 8792 90% 8792 99% 8792 ms
Write: 10% 9562 30% 9562 50% 9562 90% 9562 99% 9562 ms
Write: 10% 7748 30% 7748 50% 7748 90% 7748 99% 7748 ms
Update: 10% 206 30% 619 50% 1032 90% 1858 99% 2044 ms
Step 4. read modify write
Write: 10% 1839 30% 1839 50% 1839 90% 1839 99% 1839 ms
Write: 10% 4487 30% 4487 50% 4487 90% 4487 99% 4487 ms
Write: 10% 11751 30% 11751 50% 11751 90% 11751 99% 11751 ms
Write: 10% 14146 30% 14146 50% 14146 90% 14146 99% 14146 ms
Write: 10% 15429 30% 15429 50% 15429 90% 15429 99% 15429 ms
Write: 10% 15646 30% 15646 50% 15646 90% 15646 99% 15646 ms
Write: 10% 16270 30% 16270 50% 16270 90% 16270 99% 16270 ms
Write: 10% 13778 30% 13778 50% 13778 90% 13778 99% 13778 ms
Write: 10% 15797 30% 15797 50% 15797 90% 15797 99% 15797 ms
Write: 10% 16418 30% 16418 50% 16418 90% 16418 99% 16418 ms
Write: 10% 15453 30% 15453 50% 15453 90% 15453 99% 15453 ms
Write: 10% 17475 30% 17475 50% 17475 90% 17475 99% 17475 ms
Write: 10% 11984 30% 11984 50% 11984 90% 11984 99% 11984 ms
Write: 10% 11701 30% 11701 50% 11701 90% 11701 99% 11701 ms
Write: 10% 11768 30% 11768 50% 11768 90% 11768 99% 11768 ms
Write: 10% 16578 30% 16578 50% 16578 90% 16578 99% 16578 ms
Write: 10% 14833 30% 14833 50% 14833 90% 14833 99% 14833 ms
Write: 10% 14688 30% 14688 50% 14688 90% 14688 99% 14688 ms
Write: 10% 10518 30% 10518 50% 10518 90% 10518 99% 10518 ms
Write: 10% 8258 30% 8258 50% 8258 90% 8258 99% 8258 ms
Write: 10% 11856 30% 11856 50% 11856 90% 11856 99% 11856 ms
Write: 10% 13574 30% 13574 50% 13574 90% 13574 99% 13574 ms
Write: 10% 11555 30% 11555 50% 11555 90% 11555 99% 11555 ms
Write: 10% 14714 30% 14714 50% 14714 90% 14714 99% 14714 ms
Write: 10% 17944 30% 17944 50% 17944 90% 17944 99% 17944 ms
Write: 10% 13459 30% 13459 50% 13459 90% 13459 99% 13459 ms
Write: 10% 14428 30% 14428 50% 14428 90% 14428 99% 14428 ms
Write: 10% 13515 30% 13515 50% 13515 90% 13515 99% 13515 ms
Write: 10% 12732 30% 12732 50% 12732 90% 12732 99% 12732 ms
Write: 10% 13200 30% 13200 50% 13200 90% 13200 99% 13200 ms
Write: 10% 16099 30% 16099 50% 16099 90% 16099 99% 16099 ms
Write: 10% 8124 30% 8124 50% 8124 90% 8124 99% 8124 ms
Write: 10% 11056 30% 11056 50% 11056 90% 11056 99% 11056 ms
Write: 10% 10246 30% 10246 50% 10246 90% 10246 99% 10246 ms
Write: 10% 12300 30% 12300 50% 12300 90% 12300 99% 12300 ms
Write: 10% 6638 30% 6638 50% 6638 90% 6638 99% 6638 ms
Write: 10% 10794 30% 10794 50% 10794 90% 10794 99% 10794 ms
Write: 10% 11239 30% 11239 50% 11239 90% 11239 99% 11239 ms
Write: 10% 10375 30% 10375 50% 10375 90% 10375 99% 10375 ms
Write: 10% 5582 30% 5582 50% 5582 90% 5582 99% 5582 ms
Write: 10% 15833 30% 15833 50% 15833 90% 15833 99% 15833 ms
Write: 10% 9352 30% 9352 50% 9352 90% 9352 99% 9352 ms
Write: 10% 7253 30% 7253 50% 7253 90% 7253 99% 7253 ms
Write: 10% 8855 30% 8855 50% 8855 90% 8855 99% 8855 ms
Write: 10% 7427 30% 7427 50% 7427 90% 7427 99% 7427 ms
Write: 10% 9165 30% 9165 50% 9165 90% 9165 99% 9165 ms
Write: 10% 8230 30% 8230 50% 8230 90% 8230 99% 8230 ms
Write: 10% 8149 30% 8149 50% 8149 90% 8149 99% 8149 ms
Write: 10% 6743 30% 6743 50% 6743 90% 6743 99% 6743 ms
Write: 10% 6099 30% 6099 50% 6099 90% 6099 99% 6099 ms
Write: 10% 6130 30% 6130 50% 6130 90% 6130 99% 6130 ms
Write: 10% 5995 30% 5995 50% 5995 90% 5995 99% 5995 ms
Write: 10% 6125 30% 6125 50% 6125 90% 6125 99% 6125 ms
Write: 10% 10903 30% 10903 50% 10903 90% 10903 99% 10903 ms
Write: 10% 5984 30% 5984 50% 5984 90% 5984 99% 5984 ms
Write: 10% 5873 30% 5873 50% 5873 90% 5873 99% 5873 ms
Write: 10% 5701 30% 5701 50% 5701 90% 5701 99% 5701 ms
Write: 10% 7212 30% 7212 50% 7212 90% 7212 99% 7212 ms
Write: 10% 9272 30% 9272 50% 9272 90% 9272 99% 9272 ms
Write: 10% 5764 30% 5764 50% 5764 90% 5764 99% 5764 ms
Write: 10% 5702 30% 5702 50% 5702 90% 5702 99% 5702 ms
Write: 10% 6656 30% 6656 50% 6656 90% 6656 99% 6656 ms
Write: 10% 6156 30% 6156 50% 6156 90% 6156 99% 6156 ms
Write: 10% 8445 30% 8445 50% 8445 90% 8445 99% 8445 ms
Read: 10% 10134 30% 12442 50% 14750 90% 19365 99% 20404 ms
Update: 10% 1631 30% 1631 50% 1631 90% 1631 99% 1631 ms
