contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 2 failed
Thread 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/p7ex/002ef8/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/p7ex/002ef8/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/p7ex/002ef8/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/p7ex/002ef8/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_7/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/p7ex/002ef8/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_7/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-31T11:11:42.794275Z): tablet_id=72075186224038211;self_id=[7:7567341904993658764:6603];ev=NActors::IEventHandle;tx_id=281474976715828;lock_id=281474976715824;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 @ 0xA606BC5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA5FF106
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB48BE98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x1677E3E6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16A99FE1
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16A99DF4
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16A91E0E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9F9DD7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16ABB3FC
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16B1F00E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCF69936
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCF678FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCF6AC7E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCF43A76
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCF43A76
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16B1E749
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16AE6D9A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB437D57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB47C944
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB480A04
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB480610
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4811FE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA60881C
23. ??:0: ?? @ 0x7FEE01370AC2
24. ??:0: ?? @ 0x7FEE014028BF

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: ...8/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/p7ex/002ef8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/p7ex/002ef8/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/p7ex/002ef8', '--source-root', '/home/runner/.ya/build/build_root/p7ex/002ef8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/p7ex/002ef8/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/10153859564/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: (("...8/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/p7ex/002ef8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/p7ex/002ef8/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/p7ex/002ef8', '--source-root', '/home/runner/.ya/build/build_root/p7ex/002ef8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/p7ex/002ef8/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/10153859564/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% 4128 30% 4128 50% 4128 90% 4128 99% 4128 ms
Write: 10% 4565 30% 4565 50% 4565 90% 4565 99% 4565 ms
Write: 10% 10478 30% 10478 50% 10478 90% 10478 99% 10478 ms
Write: 10% 14788 30% 14788 50% 14788 90% 14788 99% 14788 ms
Write: 10% 15763 30% 15763 50% 15763 90% 15763 99% 15763 ms
Write: 10% 16343 30% 16343 50% 16343 90% 16343 99% 16343 ms
Write: 10% 13802 30% 13802 50% 13802 90% 13802 99% 13802 ms
Write: 10% 12871 30% 12871 50% 12871 90% 12871 99% 12871 ms
Write: 10% 12191 30% 12191 50% 12191 90% 12191 99% 12191 ms
Write: 10% 13737 30% 13737 50% 13737 90% 13737 99% 13737 ms
Write: 10% 12468 30% 12468 50% 12468 90% 12468 99% 12468 ms
Write: 10% 16414 30% 16414 50% 16414 90% 16414 99% 16414 ms
Write: 10% 8034 30% 8034 50% 8034 90% 8034 99% 8034 ms
Write: 10% 10492 30% 10492 50% 10492 90% 10492 99% 10492 ms
Write: 10% 16185 30% 16185 50% 16185 90% 16185 99% 16185 ms
Write: 10% 10071 30% 10071 50% 10071 90% 10071 99% 10071 ms
Write: 10% 15009 30% 15009 50% 15009 90% 15009 99% 15009 ms
Write: 10% 14903 30% 14903 50% 14903 90% 14903 99% 14903 ms
Write: 10% 15146 30% 15146 50% 15146 90% 15146 99% 15146 ms
Write: 10% 16029 30% 16029 50% 16029 90% 16029 99% 16029 ms
Write: 10% 7025 30% 7025 50% 7025 90% 7025 99% 7025 ms
Write: 10% 6489 30% 6489 50% 6489 90% 6489 99% 6489 ms
Write: 10% 14939 30% 14939 50% 14939 90% 14939 99% 14939 ms
Write: 10% 5245 30% 5245 50% 5245 90% 5245 99% 5245 ms
Write: 10% 5201 30% 5201 50% 5201 90% 5201 99% 5201 ms
Write: 10% 12765 30% 12765 50% 12765 90% 12765 99% 12765 ms
Write: 10% 7598 30% 7598 50% 7598 90% 7598 99% 7598 ms
Write: 10% 5272 30% 5272 50% 5272 90% 5272 99% 5272 ms
Write: 10% 5268 30% 5268 50% 5268 90% 5268 99% 5268 ms
Write: 10% 11136 30% 11136 50% 11136 90% 11136 99% 11136 ms
Write: 10% 5187 30% 5187 50% 5187 90% 5187 99% 5187 ms
Write: 10% 11253 30% 11253 50% 11253 90% 11253 99% 11253 ms
Write: 10% 4982 30% 4982 50% 4982 90% 4982 99% 4982 ms
Write: 10% 9824 30% 9824 50% 9824 90% 9824 99% 9824 ms
Write: 10% 6153 30% 6153 50% 6153 90% 6153 99% 6153 ms
Write: 10% 10510 30% 10510 50% 10510 90% 10510 99% 10510 ms
Write: 10% 9354 30% 9354 50% 9354 90% 9354 99% 9354 ms
Write: 10% 2976 30% 2976 50% 2976 90% 2976 99% 2976 ms
Write: 10% 8113 30% 8113 50% 8113 90% 8113 99% 8113 ms
Write: 10% 11813 30% 11813 50% 11813 90% 11813 99% 11813 ms
Write: 10% 3610 30% 3610 50% 3610 90% 3610 99% 3610 ms
Write: 10% 12764 30% 12764 50% 12764 90% 12764 99% 12764 ms
Write: 10% 4126 30% 4126 50% 4126 90% 4126 99% 4126 ms
Write: 10% 3298 30% 3298 50% 3298 90% 3298 99% 3298 ms
Write: 10% 5405 30% 5405 50% 5405 90% 5405 99% 5405 ms
Write: 10% 4907 30% 4907 50% 4907 90% 4907 99% 4907 ms
Write: 10% 3393 30% 3393 50% 3393 90% 3393 99% 3393 ms
Write: 10% 12478 30% 12478 50% 12478 90% 12478 99% 12478 ms
Write: 10% 4267 30% 4267 50% 4267 90% 4267 99% 4267 ms
Write: 10% 2982 30% 2982 50% 2982 90% 2982 99% 2982 ms
Write: 10% 3779 30% 3779 50% 3779 90% 3779 99% 3779 ms
Write: 10% 5592 30% 5592 50% 5592 90% 5592 99% 5592 ms
Write: 10% 5697 30% 5697 50% 5697 90% 5697 99% 5697 ms
Write: 10% 3246 30% 3246 50% 3246 90% 3246 99% 3246 ms
Write: 10% 3086 30% 3086 50% 3086 90% 3086 99% 3086 ms
Write: 10% 2996 30% 2996 50% 2996 90% 2996 99% 2996 ms
Write: 10% 13519 30% 13519 50% 13519 90% 13519 99% 13519 ms
Write: 10% 5468 30% 5468 50% 5468 90% 5468 99% 5468 ms
Write: 10% 4876 30% 4876 50% 4876 90% 4876 99% 4876 ms
Write: 10% 3531 30% 3531 50% 3531 90% 3531 99% 3531 ms
Write: 10% 7814 30% 7814 50% 7814 90% 7814 99% 7814 ms
Write: 10% 3772 30% 3772 50% 3772 90% 3772 99% 3772 ms
Write: 10% 4684 30% 4684 50% 4684 90% 4684 99% 4684 ms
Write: 10% 2637 30% 2637 50% 2637 90% 2637 99% 2637 ms
Step 2. read write
Write: 10% 1398 30% 1398 50% 1398 90% 1398 99% 1398 ms
Write: 10% 13310 30% 13310 50% 13310 90% 13310 99% 13310 ms
Write: 10% 13218 30% 13218 50% 13218 90% 13218 99% 13218 ms
Write: 10% 13684 30% 13684 50% 13684 90% 13684 99% 13684 ms
Write: 10% 14886 30% 14886 50% 14886 90% 14886 99% 14886 ms
Write: 10% 14703 30% 14703 50% 14703 90% 14703 99% 14703 ms
Write: 10% 14676 30% 14676 50% 14676 90% 14676 99% 14676 ms
Write: 10% 15124 30% 15124 50% 15124 90% 15124 99% 15124 ms
Write: 10% 15238 30% 15238 50% 15238 90% 15238 99% 15238 ms
Write: 10% 14512 30% 14512 50% 14512 90% 14512 99% 14512 ms
Write: 10% 14715 30% 14715 50% 14715 90% 14715 99% 14715 ms
Write: 10% 9679 30% 9679 50% 9679 90% 9679 99% 9679 ms
Write: 10% 15000 30% 15000 50% 15000 90% 15000 99% 15000 ms
Write: 10% 13747 30% 13747 50% 13747 90% 13747 99% 13747 ms
Write: 10% 14257 30% 14257 50% 14257 90% 14257 99% 14257 ms
Write: 10% 13312 30% 13312 50% 13312 90% 13312 99% 13312 ms
Write: 10% 9691 30% 9691 50% 9691 90% 9691 99% 9691 ms
Write: 10% 10430 30% 10430 50% 10430 90% 10430 99% 10430 ms
Write: 10% 12147 30% 12147 50% 12147 90% 12147 99% 12147 ms
Write: 10% 9089 30% 9089 50% 9089 90% 9089 99% 9089 ms
Write: 10% 9658 30% 9658 50% 9658 90% 9658 99% 9658 ms
Write: 10% 12292 30% 12292 50% 12292 90% 12292 99% 12292 ms
Write: 10% 12737 30% 12737 50% 12737 90% 12737 99% 12737 ms
Write: 10% 8112 30% 8112 50% 8112 90% 8112 99% 8112 ms
Write: 10% 11383 30% 11383 50% 11383 90% 11383 99% 11383 ms
Write: 10% 10786 30% 10786 50% 10786 90% 10786 99% 10786 ms
Write: 10% 10311 30% 10311 50% 10311 90% 10311 99% 10311 ms
Write: 10% 4779 30% 4779 50% 4779 90% 4779 99% 4779 ms
Write: 10% 9714 30% 9714 50% 9714 90% 9714 99% 9714 ms
Write: 10% 2007 30% 2007 50% 2007 90% 2007 99% 2007 ms
Write: 10% 3117 30% 3117 50% 3117 90% 3117 99% 3117 ms
Write: 10% 2658 30% 2658 50% 2658 90% 2658 99% 2658 ms
Write: 10% 8756 30% 8756 50% 8756 90% 8756 99% 8756 ms
Write: 10% 3048 30% 3048 50% 3048 90% 3048 99% 3048 ms
Write: 10% 3030 30% 3030 50% 3030 90% 3030 99% 3030 ms
Write: 10% 5878 30% 5878 50% 5878 90% 5878 99% 5878 ms
Write: 10% 6526 30% 6526 50% 6526 90% 6526 99% 6526 ms
Write: 10% 12325 30% 12325 50% 12325 90% 12325 99% 12325 ms
Write: 10% 11334 30% 11334 50% 11334 90% 11334 99% 11334 ms
Write: 10% 6085 30% 6085 50% 6085 90% 6085 99% 6085 ms
Write: 10% 7169 30% 7169 50% 7169 90% 7169 99% 7169 ms
Write: 10% 5859 30% 5859 50% 5859 90% 5859 99% 5859 ms
Write: 10% 9014 30% 9014 50% 9014 90% 9014 99% 9014 ms
Write: 10% 5718 30% 5718 50% 5718 90% 5718 99% 5718 ms
Write: 10% 2909 30% 2909 50% 2909 90% 2909 99% 2909 ms
Write: 10% 13471 30% 13471 50% 13471 90% 13471 99% 13471 ms
Write: 10% 2559 30% 2559 50% 2559 90% 2559 99% 2559 ms
Write: 10% 2056 30% 2056 50% 2056 90% 2056 99% 2056 ms
Write: 10% 2801 30% 2801 50% 2801 90% 2801 99% 2801 ms
Write: 10% 12638 30% 12638 50% 12638 90% 12638 99% 12638 ms
Write: 10% 5185 30% 5185 50% 5185 90% 5185 99% 5185 ms
Write: 10% 4408 30% 4408 50% 4408 90% 4408 99% 4408 ms
Write: 10% 7913 30% 7913 50% 7913 90% 7913 99% 7913 ms
Write: 10% 2524 30% 2524 50% 2524 90% 2524 99% 2524 ms
Write: 10% 5273 30% 5273 50% 5273 90% 5273 99% 5273 ms
Write: 10% 3000 30% 3000 50% 3000 90% 3000 99% 3000 ms
Write: 10% 5522 30% 5522 50% 5522 90% 5522 99% 5522 ms
Write: 10% 5600 30% 5600 50% 5600 90% 5600 99% 5600 ms
Write: 10% 5362 30% 5362 50% 5362 90% 5362 99% 5362 ms
Write: 10% 5262 30% 5262 50% 5262 90% 5262 99% 5262 ms
Write: 10% 2219 30% 2219 50% 2219 90% 2219 99% 2219 ms
Write: 10% 5732 30% 5732 50% 5732 90% 5732 99% 5732 ms
Write: 10% 2899 30% 2899 50% 2899 90% 2899 99% 2899 ms
Write: 10% 1950 30% 1950 50% 1950 90% 1950 99% 1950 ms
Read: 10% 5128 30% 8296 50% 11463 90% 17799 99% 19224 ms
Step 3. write modify
Write: 10% 10735 30% 10735 50% 10735 90% 10735 99% 10735 ms
Write: 10% 12649 30% 12649 50% 12649 90% 12649 99% 12649 ms
Write: 10% 13993 30% 13993 50% 13993 90% 13993 99% 13993 ms
Write: 10% 11315 30% 11315 50% 11315 90% 11315 99% 11315 ms
Write: 10% 13878 30% 13878 50% 13878 90% 13878 99% 13878 ms
Write: 10% 14803 30% 14803 50% 14803 90% 14803 99% 14803 ms
Write: 10% 14900 30% 14900 50% 14900 90% 14900 99% 14900 ms
Write: 10% 13972 30% 13972 50% 13972 90% 13972 99% 13972 ms
Write: 10% 13600 30% 13600 50% 13600 90% 13600 99% 13600 ms
Write: 10% 14549 30% 14549 50% 14549 90% 14549 99% 14549 ms
Write: 10% 13512 30% 13512 50% 13512 90% 13512 99% 13512 ms
Write: 10% 15515 30% 15515 50% 15515 90% 15515 99% 15515 ms
Write: 10% 13638 30% 13638 50% 13638 90% 13638 99% 13638 ms
Write: 10% 13006 30% 13006 50% 13006 90% 13006 99% 13006 ms
Write: 10% 13566 30% 13566 50% 13566 90% 13566 99% 13566 ms
Write: 10% 13050 30% 13050 50% 13050 90% 13050 99% 13050 ms
Write: 10% 13187 30% 13187 50% 13187 90% 13187 99% 13187 ms
Write: 10% 14216 30% 14216 50% 14216 90% 14216 99% 14216 ms
Write: 10% 12813 30% 12813 50% 12813 90% 12813 99% 12813 ms
Write: 10% 6150 30% 6150 50% 6150 90% 6150 99% 6150 ms
Write: 10% 7416 30% 7416 50% 7416 90% 7416 99% 7416 ms
Write: 10% 3780 30% 3780 50% 3780 90% 3780 99% 3780 ms
Write: 10% 12694 30% 12694 50% 12694 90% 12694 99% 12694 ms
Write: 10% 11091 30% 11091 50% 11091 90% 11091 99% 11091 ms
Write: 10% 6857 30% 6857 50% 6857 90% 6857 99% 6857 ms
Write: 10% 11053 30% 11053 50% 11053 90% 11053 99% 11053 ms
Write: 10% 10814 30% 10814 50% 10814 90% 10814 99% 10814 ms
Write: 10% 4507 30% 4507 50% 4507 90% 4507 99% 4507 ms
Write: 10% 11210 30% 11210 50% 11210 90% 11210 99% 11210 ms
Write: 10% 9691 30% 9691 50% 9691 90% 9691 99% 9691 ms
Write: 10% 4012 30% 4012 50% 4012 90% 4012 99% 4012 ms
Write: 10% 4346 30% 4346 50% 4346 90% 4346 99% 4346 ms
Write: 10% 5982 30% 5982 50% 5982 90% 5982 99% 5982 ms
Write: 10% 9410 30% 9410 50% 9410 90% 9410 99% 9410 ms
Write: 10% 3923 30% 3923 50% 3923 90% 3923 99% 3923 ms
Write: 10% 8317 30% 8317 50% 8317 90% 8317 99% 8317 ms
Write: 10% 9579 30% 9579 50% 9579 90% 9579 99% 9579 ms
Write: 10% 8526 30% 8526 50% 8526 90% 8526 99% 8526 ms
Write: 10% 9332 30% 9332 50% 9332 90% 9332 99% 9332 ms
Write: 10% 8558 30% 8558 50% 8558 90% 8558 99% 8558 ms
Write: 10% 4094 30% 4094 50% 4094 90% 4094 99% 4094 ms
Write: 10% 8227 30% 8227 50% 8227 90% 8227 99% 8227 ms
Write: 10% 4147 30% 4147 50% 4147 90% 4147 99% 4147 ms
Write: 10% 6801 30% 6801 50% 6801 90% 6801 99% 6801 ms
Write: 10% 12808 30% 12808 50% 12808 90% 12808 99% 12808 ms
Write: 10% 6690 30% 6690 50% 6690 90% 6690 99% 6690 ms
Write: 10% 6519 30% 6519 50% 6519 90% 6519 99% 6519 ms
Write: 10% 5323 30% 5323 50% 5323 90% 5323 99% 5323 ms
Write: 10% 5766 30% 5766 50% 5766 90% 5766 99% 5766 ms
Write: 10% 5417 30% 5417 50% 5417 90% 5417 99% 5417 ms
Write: 10% 11039 30% 11039 50% 11039 90% 11039 99% 11039 ms
Write: 10% 10463 30% 10463 50% 10463 90% 10463 99% 10463 ms
Write: 10% 4105 30% 4105 50% 4105 90% 4105 99% 4105 ms
Write: 10% 8830 30% 8830 50% 8830 90% 8830 99% 8830 ms
Write: 10% 6596 30% 6596 50% 6596 90% 6596 99% 6596 ms
Write: 10% 7943 30% 7943 50% 7943 90% 7943 99% 7943 ms
Write: 10% 3904 30% 3904 50% 3904 90% 3904 99% 3904 ms
Write: 10% 3788 30% 3788 50% 3788 90% 3788 99% 3788 ms
Write: 10% 13005 30% 13005 50% 13005 90% 13005 99% 13005 ms
Write: 10% 6394 30% 6394 50% 6394 90% 6394 99% 6394 ms
Write: 10% 6422 30% 6422 50% 6422 90% 6422 99% 6422 ms
Write: 10% 9897 30% 9897 50% 9897 90% 9897 99% 9897 ms
Write: 10% 4400 30% 4400 50% 4400 90% 4400 99% 4400 ms
Write: 10% 4687 30% 4687 50% 4687 90% 4687 99% 4687 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Update: 10% 2663 30% 5073 50% 7483 90% 12304 99% 13389 ms
Step 4. read modify write
Write: 10% 693 30% 693 50% 693 90% 693 99% 693 ms
Write: 10% 5627 30% 5627 50% 5627 90% 5627 99% 5627 ms
Write: 10% 12716 30% 12716 50% 12716 90% 12716 99% 12716 ms
Write: 10% 12344 30% 12344 50% 12344 90% 12344 99% 12344 ms
Write: 10% 13760 30% 13760 50% 13760 90% 13760 99% 13760 ms
Write: 10% 13650 30% 13650 50% 13650 90% 13650 99% 13650 ms
Write: 10% 14741 30% 14741 50% 14741 90% 14741 99% 14741 ms
Write: 10% 14294 30% 14294 50% 14294 90% 14294 99% 14294 ms
Write: 10% 15354 30% 15354 50% 15354 90% 15354 99% 15354 ms
Write: 10% 15513 30% 15513 50% 15513 90% 15513 99% 15513 ms
Write: 10% 15328 30% 15328 50% 15328 90% 15328 99% 15328 ms
Write: 10% 14724 30% 14724 50% 14724 90% 14724 99% 14724 ms
Write: 10% 14501 30% 14501 50% 14501 90% 14501 99% 14501 ms
Write: 10% 13940 30% 13940 50% 13940 90% 13940 99% 13940 ms
Write: 10% 11007 30% 11007 50% 11007 90% 11007 99% 11007 ms
Write: 10% 13446 30% 13446 50% 13446 90% 13446 99% 13446 ms
Write: 10% 13549 30% 13549 50% 13549 90% 13549 99% 13549 ms
Write: 10% 15570 30% 15570 50% 15570 90% 15570 99% 15570 ms
Write: 10% 9260 30% 9260 50% 9260 90% 9260 99% 9260 ms
Write: 10% 15567 30% 15567 50% 15567 90% 15567 99% 15567 ms
Write: 10% 14207 30% 14207 50% 14207 90% 14207 99% 14207 ms
Write: 10% 12517 30% 12517 50% 12517 90% 12517 99% 12517 ms
Write: 10% 8246 30% 8246 50% 8246 90% 8246 99% 8246 ms
Write: 10% 6139 30% 6139 50% 6139 90% 6139 99% 6139 ms
Write: 10% 12416 30% 12416 50% 12416 90% 12416 99% 12416 ms
Write: 10% 12314 30% 12314 50% 12314 90% 12314 99% 12314 ms
Write: 10% 5831 30% 5831 50% 5831 90% 5831 99% 5831 ms
Write: 10% 5288 30% 5288 50% 5288 90% 5288 99% 5288 ms
Write: 10% 4918 30% 4918 50% 4918 90% 4918 99% 4918 ms
Write: 10% 4609 30% 4609 50% 4609 90% 4609 99% 4609 ms
Write: 10% 7763 30% 7763 50% 7763 90% 7763 99% 7763 ms
Write: 10% 4450 30% 4450 50% 4450 90% 4450 99% 4450 ms
Write: 10% 4400 30% 4400 50% 4400 90% 4400 99% 4400 ms
Write: 10% 4057 30% 4057 50% 4057 90% 4057 99% 4057 ms
Write: 10% 6053 30% 6053 50% 6053 90% 6053 99% 6053 ms
Write: 10% 10594 30% 10594 50% 10594 90% 10594 99% 10594 ms
Write: 10% 9721 30% 9721 50% 9721 90% 9721 99% 9721 ms
Write: 10% 10133 30% 10133 50% 10133 90% 10133 99% 10133 ms
Write: 10% 8563 30% 8563 50% 8563 90% 8563 99% 8563 ms
Write: 10% 9287 30% 9287 50% 9287 90% 9287 99% 9287 ms
Write: 10% 8279 30% 8279 50% 8279 90% 8279 99% 8279 ms
Write: 10% 8098 30% 8098 50% 8098 90% 8098 99% 8098 ms
Write: 10% 8538 30% 8538 50% 8538 90% 8538 99% 8538 ms
Write: 10% 5731 30% 5731 50% 5731 90% 5731 99% 5731 ms
Write: 10% 8056 30% 8056 50% 8056 90% 8056 99% 8056 ms
Write: 10% 13446 30% 13446 50% 13446 90% 13446 99% 13446 ms
Write: 10% 3972 30% 3972 50% 3972 90% 3972 99% 3972 ms
Write: 10% 11754 30% 11754 50% 11754 90% 11754 99% 11754 ms
Write: 10% 5778 30% 5778 50% 5778 90% 5778 99% 5778 ms
Write: 10% 5486 30% 5486 50% 5486 90% 5486 99% 5486 ms
Write: 10% 4750 30% 4750 50% 4750 90% 4750 99% 4750 ms
Write: 10% 5197 30% 5197 50% 5197 90% 5197 99% 5197 ms
Write: 10% 5331 30% 5331 50% 5331 90% 5331 99% 5331 ms
Write: 10% 5525 30% 5525 50% 5525 90% 5525 99% 5525 ms
Write: 10% 4001 30% 4001 50% 4001 90% 4001 99% 4001 ms
Write: 10% 5987 30% 5987 50% 5987 90% 5987 99% 5987 ms
Write: 10% 10879 30% 10879 50% 10879 90% 10879 99% 10879 ms
Write: 10% 4113 30% 4113 50% 4113 90% 4113 99% 4113 ms
Write: 10% 4752 30% 4752 50% 4752 90% 4752 99% 4752 ms
Write: 10% 5763 30% 5763 50% 5763 90% 5763 99% 5763 ms
Write: 10% 5246 30% 5246 50% 5246 90% 5246 99% 5246 ms
Write: 10% 9210 30% 9210 50% 9210 90% 9210 99% 9210 ms
Write: 10% 4193 30% 4193 50% 4193 90% 4193 99% 4193 ms
Write: 10% 4050 30% 4050 50% 4050 90% 4050 99% 4050 ms
Read: 10% 5309 30% 8724 50% 12140 90% 18970 99% 20507 ms
Update: 10% 1567 30% 1567 50% 1567 90% 1567 99% 1567 ms
