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 4 failed
Thread 1 failed
Thread 0 failed
Thread 3 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/b6nr/000702/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/b6nr/000702/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/b6nr/000702/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/b6nr/000702/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/b6nr/000702/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-30T11:08:23.916491Z): tablet_id=72075186224038190;self_id=[4:7566969998444264440:7001];ev=NActors::IEventHandle;tx_id=281474976740747;lock_id=281474976740745;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 @ 0xA7F9DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7F2316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB682E48
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x1696CF36
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C88B31
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C88944
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C8095E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA190D7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA9F4C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D0DB5E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xD15EBF6
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xD15CBBE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xD15FF3E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD138D36
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD138D36
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D0D299
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CD58EA
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB62BD57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB6738F4
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB6779B4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB6775C0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6781AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7FBA2C
23. ??:0: ?? @ 0x7FAA95ACDAC2
24. ??:0: ?? @ 0x7FAA95B5F8BF

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: ...2/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/b6nr/000702/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/b6nr/000702/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/b6nr/000702', '--source-root', '/home/runner/.ya/build/build_root/b6nr/000702/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/b6nr/000702/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: (("...2/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/b6nr/000702/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/b6nr/000702/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/b6nr/000702', '--source-root', '/home/runner/.ya/build/build_root/b6nr/000702/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/b6nr/000702/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% 4848 30% 4848 50% 4848 90% 4848 99% 4848 ms
Write: 10% 16062 30% 16062 50% 16062 90% 16062 99% 16062 ms
Write: 10% 15376 30% 15376 50% 15376 90% 15376 99% 15376 ms
Write: 10% 15027 30% 15027 50% 15027 90% 15027 99% 15027 ms
Write: 10% 15640 30% 15640 50% 15640 90% 15640 99% 15640 ms
Write: 10% 16044 30% 16044 50% 16044 90% 16044 99% 16044 ms
Write: 10% 15843 30% 15843 50% 15843 90% 15843 99% 15843 ms
Write: 10% 15767 30% 15767 50% 15767 90% 15767 99% 15767 ms
Write: 10% 15976 30% 15976 50% 15976 90% 15976 99% 15976 ms
Write: 10% 16585 30% 16585 50% 16585 90% 16585 99% 16585 ms
Write: 10% 15996 30% 15996 50% 15996 90% 15996 99% 15996 ms
Write: 10% 17093 30% 17093 50% 17093 90% 17093 99% 17093 ms
Write: 10% 17506 30% 17506 50% 17506 90% 17506 99% 17506 ms
Write: 10% 11556 30% 11556 50% 11556 90% 11556 99% 11556 ms
Write: 10% 12328 30% 12328 50% 12328 90% 12328 99% 12328 ms
Write: 10% 16335 30% 16335 50% 16335 90% 16335 99% 16335 ms
Write: 10% 16203 30% 16203 50% 16203 90% 16203 99% 16203 ms
Write: 10% 15737 30% 15737 50% 15737 90% 15737 99% 15737 ms
Write: 10% 15419 30% 15419 50% 15419 90% 15419 99% 15419 ms
Write: 10% 3978 30% 3978 50% 3978 90% 3978 99% 3978 ms
Write: 10% 15385 30% 15385 50% 15385 90% 15385 99% 15385 ms
Write: 10% 14799 30% 14799 50% 14799 90% 14799 99% 14799 ms
Write: 10% 10123 30% 10123 50% 10123 90% 10123 99% 10123 ms
Write: 10% 9150 30% 9150 50% 9150 90% 9150 99% 9150 ms
Write: 10% 12772 30% 12772 50% 12772 90% 12772 99% 12772 ms
Write: 10% 13566 30% 13566 50% 13566 90% 13566 99% 13566 ms
Write: 10% 11973 30% 11973 50% 11973 90% 11973 99% 11973 ms
Write: 10% 8276 30% 8276 50% 8276 90% 8276 99% 8276 ms
Write: 10% 11476 30% 11476 50% 11476 90% 11476 99% 11476 ms
Write: 10% 10309 30% 10309 50% 10309 90% 10309 99% 10309 ms
Write: 10% 10921 30% 10921 50% 10921 90% 10921 99% 10921 ms
Write: 10% 4381 30% 4381 50% 4381 90% 4381 99% 4381 ms
Write: 10% 8627 30% 8627 50% 8627 90% 8627 99% 8627 ms
Write: 10% 9551 30% 9551 50% 9551 90% 9551 99% 9551 ms
Write: 10% 11814 30% 11814 50% 11814 90% 11814 99% 11814 ms
Write: 10% 8073 30% 8073 50% 8073 90% 8073 99% 8073 ms
Write: 10% 11677 30% 11677 50% 11677 90% 11677 99% 11677 ms
Write: 10% 7418 30% 7418 50% 7418 90% 7418 99% 7418 ms
Write: 10% 7798 30% 7798 50% 7798 90% 7798 99% 7798 ms
Write: 10% 5154 30% 5154 50% 5154 90% 5154 99% 5154 ms
Write: 10% 6809 30% 6809 50% 6809 90% 6809 99% 6809 ms
Write: 10% 6648 30% 6648 50% 6648 90% 6648 99% 6648 ms
Write: 10% 6951 30% 6951 50% 6951 90% 6951 99% 6951 ms
Write: 10% 5236 30% 5236 50% 5236 90% 5236 99% 5236 ms
Write: 10% 7354 30% 7354 50% 7354 90% 7354 99% 7354 ms
Write: 10% 7547 30% 7547 50% 7547 90% 7547 99% 7547 ms
Write: 10% 5766 30% 5766 50% 5766 90% 5766 99% 5766 ms
Write: 10% 8361 30% 8361 50% 8361 90% 8361 99% 8361 ms
Write: 10% 6905 30% 6905 50% 6905 90% 6905 99% 6905 ms
Write: 10% 5605 30% 5605 50% 5605 90% 5605 99% 5605 ms
Write: 10% 8760 30% 8760 50% 8760 90% 8760 99% 8760 ms
Write: 10% 6822 30% 6822 50% 6822 90% 6822 99% 6822 ms
Write: 10% 5084 30% 5084 50% 5084 90% 5084 99% 5084 ms
Write: 10% 6307 30% 6307 50% 6307 90% 6307 99% 6307 ms
Write: 10% 5327 30% 5327 50% 5327 90% 5327 99% 5327 ms
Write: 10% 4851 30% 4851 50% 4851 90% 4851 99% 4851 ms
Write: 10% 4922 30% 4922 50% 4922 90% 4922 99% 4922 ms
Write: 10% 6643 30% 6643 50% 6643 90% 6643 99% 6643 ms
Write: 10% 7025 30% 7025 50% 7025 90% 7025 99% 7025 ms
Write: 10% 6497 30% 6497 50% 6497 90% 6497 99% 6497 ms
Write: 10% 4697 30% 4697 50% 4697 90% 4697 99% 4697 ms
Write: 10% 5308 30% 5308 50% 5308 90% 5308 99% 5308 ms
Write: 10% 4394 30% 4394 50% 4394 90% 4394 99% 4394 ms
Write: 10% 4795 30% 4795 50% 4795 90% 4795 99% 4795 ms
Step 2. read write
Write: 10% 15671 30% 15671 50% 15671 90% 15671 99% 15671 ms
Write: 10% 15516 30% 15516 50% 15516 90% 15516 99% 15516 ms
Write: 10% 15490 30% 15490 50% 15490 90% 15490 99% 15490 ms
Write: 10% 15721 30% 15721 50% 15721 90% 15721 99% 15721 ms
Write: 10% 10846 30% 10846 50% 10846 90% 10846 99% 10846 ms
Write: 10% 12990 30% 12990 50% 12990 90% 12990 99% 12990 ms
Write: 10% 9944 30% 9944 50% 9944 90% 9944 99% 9944 ms
Write: 10% 10516 30% 10516 50% 10516 90% 10516 99% 10516 ms
Write: 10% 13304 30% 13304 50% 13304 90% 13304 99% 13304 ms
Write: 10% 11356 30% 11356 50% 11356 90% 11356 99% 11356 ms
Write: 10% 13655 30% 13655 50% 13655 90% 13655 99% 13655 ms
Write: 10% 8119 30% 8119 50% 8119 90% 8119 99% 8119 ms
Write: 10% 13988 30% 13988 50% 13988 90% 13988 99% 13988 ms
Write: 10% 7887 30% 7887 50% 7887 90% 7887 99% 7887 ms
Write: 10% 13799 30% 13799 50% 13799 90% 13799 99% 13799 ms
Write: 10% 8785 30% 8785 50% 8785 90% 8785 99% 8785 ms
Write: 10% 10217 30% 10217 50% 10217 90% 10217 99% 10217 ms
Write: 10% 12121 30% 12121 50% 12121 90% 12121 99% 12121 ms
Write: 10% 12355 30% 12355 50% 12355 90% 12355 99% 12355 ms
Write: 10% 12436 30% 12436 50% 12436 90% 12436 99% 12436 ms
Write: 10% 6562 30% 6562 50% 6562 90% 6562 99% 6562 ms
Write: 10% 5114 30% 5114 50% 5114 90% 5114 99% 5114 ms
Write: 10% 11297 30% 11297 50% 11297 90% 11297 99% 11297 ms
Write: 10% 4965 30% 4965 50% 4965 90% 4965 99% 4965 ms
Write: 10% 10176 30% 10176 50% 10176 90% 10176 99% 10176 ms
Write: 10% 12116 30% 12116 50% 12116 90% 12116 99% 12116 ms
Write: 10% 11908 30% 11908 50% 11908 90% 11908 99% 11908 ms
Write: 10% 4002 30% 4002 50% 4002 90% 4002 99% 4002 ms
Write: 10% 8481 30% 8481 50% 8481 90% 8481 99% 8481 ms
Write: 10% 2684 30% 2684 50% 2684 90% 2684 99% 2684 ms
Write: 10% 13002 30% 13002 50% 13002 90% 13002 99% 13002 ms
Write: 10% 11458 30% 11458 50% 11458 90% 11458 99% 11458 ms
Write: 10% 3436 30% 3436 50% 3436 90% 3436 99% 3436 ms
Write: 10% 7746 30% 7746 50% 7746 90% 7746 99% 7746 ms
Write: 10% 7793 30% 7793 50% 7793 90% 7793 99% 7793 ms
Write: 10% 7597 30% 7597 50% 7597 90% 7597 99% 7597 ms
Write: 10% 7621 30% 7621 50% 7621 90% 7621 99% 7621 ms
Write: 10% 7437 30% 7437 50% 7437 90% 7437 99% 7437 ms
Write: 10% 5871 30% 5871 50% 5871 90% 5871 99% 5871 ms
Write: 10% 3800 30% 3800 50% 3800 90% 3800 99% 3800 ms
Write: 10% 10957 30% 10957 50% 10957 90% 10957 99% 10957 ms
Write: 10% 7851 30% 7851 50% 7851 90% 7851 99% 7851 ms
Write: 10% 2821 30% 2821 50% 2821 90% 2821 99% 2821 ms
Write: 10% 4248 30% 4248 50% 4248 90% 4248 99% 4248 ms
Write: 10% 4121 30% 4121 50% 4121 90% 4121 99% 4121 ms
Write: 10% 9493 30% 9493 50% 9493 90% 9493 99% 9493 ms
Write: 10% 3786 30% 3786 50% 3786 90% 3786 99% 3786 ms
Write: 10% 7760 30% 7760 50% 7760 90% 7760 99% 7760 ms
Write: 10% 3125 30% 3125 50% 3125 90% 3125 99% 3125 ms
Write: 10% 3447 30% 3447 50% 3447 90% 3447 99% 3447 ms
Write: 10% 2854 30% 2854 50% 2854 90% 2854 99% 2854 ms
Write: 10% 2738 30% 2738 50% 2738 90% 2738 99% 2738 ms
Write: 10% 8154 30% 8154 50% 8154 90% 8154 99% 8154 ms
Write: 10% 8702 30% 8702 50% 8702 90% 8702 99% 8702 ms
Write: 10% 9057 30% 9057 50% 9057 90% 9057 99% 9057 ms
Write: 10% 4771 30% 4771 50% 4771 90% 4771 99% 4771 ms
Write: 10% 7805 30% 7805 50% 7805 90% 7805 99% 7805 ms
Write: 10% 5405 30% 5405 50% 5405 90% 5405 99% 5405 ms
Write: 10% 2649 30% 2649 50% 2649 90% 2649 99% 2649 ms
Write: 10% 2760 30% 2760 50% 2760 90% 2760 99% 2760 ms
Write: 10% 4761 30% 4761 50% 4761 90% 4761 99% 4761 ms
Write: 10% 2879 30% 2879 50% 2879 90% 2879 99% 2879 ms
Write: 10% 4259 30% 4259 50% 4259 90% 4259 99% 4259 ms
Write: 10% 3020 30% 3020 50% 3020 90% 3020 99% 3020 ms
Read: 10% 3373 30% 3796 50% 4218 90% 15412 99% 17931 ms
Step 3. write modify
Write: 10% 5288 30% 5288 50% 5288 90% 5288 99% 5288 ms
Write: 10% 12238 30% 12238 50% 12238 90% 12238 99% 12238 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Write: 10% 14985 30% 14985 50% 14985 90% 14985 99% 14985 ms
Write: 10% 14685 30% 14685 50% 14685 90% 14685 99% 14685 ms
Write: 10% 14344 30% 14344 50% 14344 90% 14344 99% 14344 ms
Write: 10% 16140 30% 16140 50% 16140 90% 16140 99% 16140 ms
Write: 10% 15111 30% 15111 50% 15111 90% 15111 99% 15111 ms
Write: 10% 16922 30% 16922 50% 16922 90% 16922 99% 16922 ms
Write: 10% 15713 30% 15713 50% 15713 90% 15713 99% 15713 ms
Write: 10% 16477 30% 16477 50% 16477 90% 16477 99% 16477 ms
Write: 10% 15309 30% 15309 50% 15309 90% 15309 99% 15309 ms
Write: 10% 15185 30% 15185 50% 15185 90% 15185 99% 15185 ms
Write: 10% 11547 30% 11547 50% 11547 90% 11547 99% 11547 ms
Write: 10% 10667 30% 10667 50% 10667 90% 10667 99% 10667 ms
Write: 10% 14631 30% 14631 50% 14631 90% 14631 99% 14631 ms
Write: 10% 15042 30% 15042 50% 15042 90% 15042 99% 15042 ms
Write: 10% 14852 30% 14852 50% 14852 90% 14852 99% 14852 ms
Write: 10% 14396 30% 14396 50% 14396 90% 14396 99% 14396 ms
Write: 10% 13689 30% 13689 50% 13689 90% 13689 99% 13689 ms
Write: 10% 13809 30% 13809 50% 13809 90% 13809 99% 13809 ms
Write: 10% 13706 30% 13706 50% 13706 90% 13706 99% 13706 ms
Write: 10% 10092 30% 10092 50% 10092 90% 10092 99% 10092 ms
Write: 10% 11166 30% 11166 50% 11166 90% 11166 99% 11166 ms
Write: 10% 13422 30% 13422 50% 13422 90% 13422 99% 13422 ms
Write: 10% 13618 30% 13618 50% 13618 90% 13618 99% 13618 ms
Write: 10% 5788 30% 5788 50% 5788 90% 5788 99% 5788 ms
Write: 10% 11499 30% 11499 50% 11499 90% 11499 99% 11499 ms
Write: 10% 10353 30% 10353 50% 10353 90% 10353 99% 10353 ms
Write: 10% 12775 30% 12775 50% 12775 90% 12775 99% 12775 ms
Write: 10% 8948 30% 8948 50% 8948 90% 8948 99% 8948 ms
Write: 10% 8018 30% 8018 50% 8018 90% 8018 99% 8018 ms
Write: 10% 3846 30% 3846 50% 3846 90% 3846 99% 3846 ms
Write: 10% 14004 30% 14004 50% 14004 90% 14004 99% 14004 ms
Write: 10% 10664 30% 10664 50% 10664 90% 10664 99% 10664 ms
Write: 10% 4919 30% 4919 50% 4919 90% 4919 99% 4919 ms
Write: 10% 8983 30% 8983 50% 8983 90% 8983 99% 8983 ms
Write: 10% 4070 30% 4070 50% 4070 90% 4070 99% 4070 ms
Write: 10% 5985 30% 5985 50% 5985 90% 5985 99% 5985 ms
Write: 10% 7731 30% 7731 50% 7731 90% 7731 99% 7731 ms
Write: 10% 8024 30% 8024 50% 8024 90% 8024 99% 8024 ms
Write: 10% 4599 30% 4599 50% 4599 90% 4599 99% 4599 ms
Write: 10% 6437 30% 6437 50% 6437 90% 6437 99% 6437 ms
Write: 10% 7420 30% 7420 50% 7420 90% 7420 99% 7420 ms
Write: 10% 11340 30% 11340 50% 11340 90% 11340 99% 11340 ms
Write: 10% 8144 30% 8144 50% 8144 90% 8144 99% 8144 ms
Write: 10% 9565 30% 9565 50% 9565 90% 9565 99% 9565 ms
Write: 10% 5890 30% 5890 50% 5890 90% 5890 99% 5890 ms
Write: 10% 6196 30% 6196 50% 6196 90% 6196 99% 6196 ms
Write: 10% 6727 30% 6727 50% 6727 90% 6727 99% 6727 ms
Write: 10% 4591 30% 4591 50% 4591 90% 4591 99% 4591 ms
Write: 10% 4712 30% 4712 50% 4712 90% 4712 99% 4712 ms
Write: 10% 11765 30% 11765 50% 11765 90% 11765 99% 11765 ms
Write: 10% 4845 30% 4845 50% 4845 90% 4845 99% 4845 ms
Write: 10% 4660 30% 4660 50% 4660 90% 4660 99% 4660 ms
Write: 10% 9711 30% 9711 50% 9711 90% 9711 99% 9711 ms
Write: 10% 4514 30% 4514 50% 4514 90% 4514 99% 4514 ms
Write: 10% 5147 30% 5147 50% 5147 90% 5147 99% 5147 ms
Write: 10% 4317 30% 4317 50% 4317 90% 4317 99% 4317 ms
Write: 10% 5800 30% 5800 50% 5800 90% 5800 99% 5800 ms
Write: 10% 4446 30% 4446 50% 4446 90% 4446 99% 4446 ms
Write: 10% 5577 30% 5577 50% 5577 90% 5577 99% 5577 ms
Write: 10% 3934 30% 3934 50% 3934 90% 3934 99% 3934 ms
Write: 10% 6062 30% 6062 50% 6062 90% 6062 99% 6062 ms
Write: 10% 4930 30% 4930 50% 4930 90% 4930 99% 4930 ms
Update: 10% 3012 30% 3012 50% 3012 90% 3012 99% 3012 ms
Step 4. read modify write
Write: 10% 13896 30% 13896 50% 13896 90% 13896 99% 13896 ms
Write: 10% 17657 30% 17657 50% 17657 90% 17657 99% 17657 ms
Write: 10% 16592 30% 16592 50% 16592 90% 16592 99% 16592 ms
Write: 10% 19906 30% 19906 50% 19906 90% 19906 99% 19906 ms
Write: 10% 19151 30% 19151 50% 19151 90% 19151 99% 19151 ms
Write: 10% 20063 30% 20063 50% 20063 90% 20063 99% 20063 ms
Write: 10% 19731 30% 19731 50% 19731 90% 19731 99% 19731 ms
Write: 10% 19476 30% 19476 50% 19476 90% 19476 99% 19476 ms
Write: 10% 16512 30% 16512 50% 16512 90% 16512 99% 16512 ms
Write: 10% 18212 30% 18212 50% 18212 90% 18212 99% 18212 ms
Write: 10% 19147 30% 19147 50% 19147 90% 19147 99% 19147 ms
Write: 10% 17895 30% 17895 50% 17895 90% 17895 99% 17895 ms
Write: 10% 18902 30% 18902 50% 18902 90% 18902 99% 18902 ms
Write: 10% 16952 30% 16952 50% 16952 90% 16952 99% 16952 ms
Write: 10% 14561 30% 14561 50% 14561 90% 14561 99% 14561 ms
Write: 10% 11462 30% 11462 50% 11462 90% 11462 99% 11462 ms
Write: 10% 17493 30% 17493 50% 17493 90% 17493 99% 17493 ms
Write: 10% 16212 30% 16212 50% 16212 90% 16212 99% 16212 ms
Write: 10% 17089 30% 17089 50% 17089 90% 17089 99% 17089 ms
Write: 10% 17039 30% 17039 50% 17039 90% 17039 99% 17039 ms
Write: 10% 16558 30% 16558 50% 16558 90% 16558 99% 16558 ms
Write: 10% 12367 30% 12367 50% 12367 90% 12367 99% 12367 ms
Write: 10% 14459 30% 14459 50% 14459 90% 14459 99% 14459 ms
Write: 10% 15822 30% 15822 50% 15822 90% 15822 99% 15822 ms
Write: 10% 16251 30% 16251 50% 16251 90% 16251 99% 16251 ms
Write: 10% 15244 30% 15244 50% 15244 90% 15244 99% 15244 ms
Write: 10% 15527 30% 15527 50% 15527 90% 15527 99% 15527 ms
Write: 10% 13429 30% 13429 50% 13429 90% 13429 99% 13429 ms
Write: 10% 7486 30% 7486 50% 7486 90% 7486 99% 7486 ms
Write: 10% 13091 30% 13091 50% 13091 90% 13091 99% 13091 ms
Write: 10% 11994 30% 11994 50% 11994 90% 11994 99% 11994 ms
Write: 10% 8033 30% 8033 50% 8033 90% 8033 99% 8033 ms
Write: 10% 11806 30% 11806 50% 11806 90% 11806 99% 11806 ms
Write: 10% 11969 30% 11969 50% 11969 90% 11969 99% 11969 ms
Write: 10% 4387 30% 4387 50% 4387 90% 4387 99% 4387 ms
Write: 10% 10897 30% 10897 50% 10897 90% 10897 99% 10897 ms
Write: 10% 3555 30% 3555 50% 3555 90% 3555 99% 3555 ms
Write: 10% 9652 30% 9652 50% 9652 90% 9652 99% 9652 ms
Write: 10% 3481 30% 3481 50% 3481 90% 3481 99% 3481 ms
Write: 10% 8760 30% 8760 50% 8760 90% 8760 99% 8760 ms
Write: 10% 9659 30% 9659 50% 9659 90% 9659 99% 9659 ms
Write: 10% 14681 30% 14681 50% 14681 90% 14681 99% 14681 ms
Write: 10% 4743 30% 4743 50% 4743 90% 4743 99% 4743 ms
Write: 10% 4926 30% 4926 50% 4926 90% 4926 99% 4926 ms
Write: 10% 10573 30% 10573 50% 10573 90% 10573 99% 10573 ms
Write: 10% 5931 30% 5931 50% 5931 90% 5931 99% 5931 ms
Write: 10% 9729 30% 9729 50% 9729 90% 9729 99% 9729 ms
Write: 10% 6093 30% 6093 50% 6093 90% 6093 99% 6093 ms
Write: 10% 5089 30% 5089 50% 5089 90% 5089 99% 5089 ms
Write: 10% 5694 30% 5694 50% 5694 90% 5694 99% 5694 ms
Write: 10% 7072 30% 7072 50% 7072 90% 7072 99% 7072 ms
Write: 10% 4449 30% 4449 50% 4449 90% 4449 99% 4449 ms
Write: 10% 4360 30% 4360 50% 4360 90% 4360 99% 4360 ms
Write: 10% 4322 30% 4322 50% 4322 90% 4322 99% 4322 ms
Write: 10% 4452 30% 4452 50% 4452 90% 4452 99% 4452 ms
Write: 10% 4003 30% 4003 50% 4003 90% 4003 99% 4003 ms
Write: 10% 10701 30% 10701 50% 10701 90% 10701 99% 10701 ms
Write: 10% 3954 30% 3954 50% 3954 90% 3954 99% 3954 ms
Write: 10% 7082 30% 7082 50% 7082 90% 7082 99% 7082 ms
Write: 10% 6874 30% 6874 50% 6874 90% 6874 99% 6874 ms
Write: 10% 4624 30% 4624 50% 4624 90% 4624 99% 4624 ms
Write: 10% 4300 30% 4300 50% 4300 90% 4300 99% 4300 ms
Write: 10% 4450 30% 4450 50% 4450 90% 4450 99% 4450 ms
Write: 10% 3881 30% 3881 50% 3881 90% 3881 99% 3881 ms
Update: 10% 1072 30% 1072 50% 1072 90% 1072 99% 1072 ms
Read: 10% 15591 30% 15728 50% 15864 90% 16136 99% 16197 ms
