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 0 failed
Thread 3 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/nwtt/000720/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/nwtt/000720/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/nwtt/000720/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/nwtt/000720/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/nwtt/000720/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-31T11:40:49.266935Z): tablet_id=72075186224038090;self_id=[1:7567349291660229137:7081];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976710912;lock_id=281474976710910;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 @ 0xA605BC5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA5FE106
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB48AE98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x1677D3E6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16A98FE1
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16A98DF4
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16A90E0E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9F9CD7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16ABA3FC
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16B1E00E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCF68936
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCF668FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCF69C7E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCF42A76
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCF42A76
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16B1D749
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16AE5D9A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB436D57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB47B944
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB47FA04
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB47F610
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4801FE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA60781C
23. ??:0: ?? @ 0x7FD995202AC2
24. ??:0: ?? @ 0x7FD9952948BF

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: ...0/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/nwtt/000720/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nwtt/000720/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nwtt/000720', '--source-root', '/home/runner/.ya/build/build_root/nwtt/000720/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nwtt/000720/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: (("...0/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/nwtt/000720/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/nwtt/000720/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nwtt/000720', '--source-root', '/home/runner/.ya/build/build_root/nwtt/000720/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nwtt/000720/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% 4818 30% 4818 50% 4818 90% 4818 99% 4818 ms
Write: 10% 8435 30% 8435 50% 8435 90% 8435 99% 8435 ms
Write: 10% 8526 30% 8526 50% 8526 90% 8526 99% 8526 ms
Write: 10% 8843 30% 8843 50% 8843 90% 8843 99% 8843 ms
Write: 10% 14602 30% 14602 50% 14602 90% 14602 99% 14602 ms
Write: 10% 16439 30% 16439 50% 16439 90% 16439 99% 16439 ms
Write: 10% 18631 30% 18631 50% 18631 90% 18631 99% 18631 ms
Write: 10% 19399 30% 19399 50% 19399 90% 19399 99% 19399 ms
Write: 10% 17281 30% 17281 50% 17281 90% 17281 99% 17281 ms
Write: 10% 17315 30% 17315 50% 17315 90% 17315 99% 17315 ms
Write: 10% 18450 30% 18450 50% 18450 90% 18450 99% 18450 ms
Write: 10% 13775 30% 13775 50% 13775 90% 13775 99% 13775 ms
Write: 10% 13810 30% 13810 50% 13810 90% 13810 99% 13810 ms
Write: 10% 18346 30% 18346 50% 18346 90% 18346 99% 18346 ms
Write: 10% 13452 30% 13452 50% 13452 90% 13452 99% 13452 ms
Write: 10% 13387 30% 13387 50% 13387 90% 13387 99% 13387 ms
Write: 10% 16210 30% 16210 50% 16210 90% 16210 99% 16210 ms
Write: 10% 16528 30% 16528 50% 16528 90% 16528 99% 16528 ms
Write: 10% 16162 30% 16162 50% 16162 90% 16162 99% 16162 ms
Write: 10% 15838 30% 15838 50% 15838 90% 15838 99% 15838 ms
Write: 10% 15427 30% 15427 50% 15427 90% 15427 99% 15427 ms
Write: 10% 10995 30% 10995 50% 10995 90% 10995 99% 10995 ms
Write: 10% 14463 30% 14463 50% 14463 90% 14463 99% 14463 ms
Write: 10% 8010 30% 8010 50% 8010 90% 8010 99% 8010 ms
Write: 10% 14856 30% 14856 50% 14856 90% 14856 99% 14856 ms
Write: 10% 14686 30% 14686 50% 14686 90% 14686 99% 14686 ms
Write: 10% 6313 30% 6313 50% 6313 90% 6313 99% 6313 ms
Write: 10% 7412 30% 7412 50% 7412 90% 7412 99% 7412 ms
Write: 10% 6076 30% 6076 50% 6076 90% 6076 99% 6076 ms
Write: 10% 6794 30% 6794 50% 6794 90% 6794 99% 6794 ms
Write: 10% 11435 30% 11435 50% 11435 90% 11435 99% 11435 ms
Write: 10% 11562 30% 11562 50% 11562 90% 11562 99% 11562 ms
Write: 10% 10792 30% 10792 50% 10792 90% 10792 99% 10792 ms
Write: 10% 3256 30% 3256 50% 3256 90% 3256 99% 3256 ms
Write: 10% 11982 30% 11982 50% 11982 90% 11982 99% 11982 ms
Write: 10% 11130 30% 11130 50% 11130 90% 11130 99% 11130 ms
Write: 10% 10195 30% 10195 50% 10195 90% 10195 99% 10195 ms
Write: 10% 8709 30% 8709 50% 8709 90% 8709 99% 8709 ms
Write: 10% 8654 30% 8654 50% 8654 90% 8654 99% 8654 ms
Write: 10% 9031 30% 9031 50% 9031 90% 9031 99% 9031 ms
Write: 10% 8490 30% 8490 50% 8490 90% 8490 99% 8490 ms
Write: 10% 7503 30% 7503 50% 7503 90% 7503 99% 7503 ms
Write: 10% 11816 30% 11816 50% 11816 90% 11816 99% 11816 ms
Write: 10% 12000 30% 12000 50% 12000 90% 12000 99% 12000 ms
Write: 10% 13375 30% 13375 50% 13375 90% 13375 99% 13375 ms
Write: 10% 5474 30% 5474 50% 5474 90% 5474 99% 5474 ms
Write: 10% 3605 30% 3605 50% 3605 90% 3605 99% 3605 ms
Write: 10% 3415 30% 3415 50% 3415 90% 3415 99% 3415 ms
Write: 10% 5955 30% 5955 50% 5955 90% 5955 99% 5955 ms
Write: 10% 4576 30% 4576 50% 4576 90% 4576 99% 4576 ms
Write: 10% 3944 30% 3944 50% 3944 90% 3944 99% 3944 ms
Write: 10% 4000 30% 4000 50% 4000 90% 4000 99% 4000 ms
Write: 10% 2967 30% 2967 50% 2967 90% 2967 99% 2967 ms
Write: 10% 5811 30% 5811 50% 5811 90% 5811 99% 5811 ms
Write: 10% 3604 30% 3604 50% 3604 90% 3604 99% 3604 ms
Write: 10% 2927 30% 2927 50% 2927 90% 2927 99% 2927 ms
Write: 10% 4395 30% 4395 50% 4395 90% 4395 99% 4395 ms
Write: 10% 6539 30% 6539 50% 6539 90% 6539 99% 6539 ms
Write: 10% 2712 30% 2712 50% 2712 90% 2712 99% 2712 ms
Write: 10% 6707 30% 6707 50% 6707 90% 6707 99% 6707 ms
Write: 10% 8112 30% 8112 50% 8112 90% 8112 99% 8112 ms
Write: 10% 3903 30% 3903 50% 3903 90% 3903 99% 3903 ms
Write: 10% 3072 30% 3072 50% 3072 90% 3072 99% 3072 ms
Write: 10% 3444 30% 3444 50% 3444 90% 3444 99% 3444 ms
Step 2. read write
Write: 10% 3219 30% 3219 50% 3219 90% 3219 99% 3219 ms
Write: 10% 12293 30% 12293 50% 12293 90% 12293 99% 12293 ms
Write: 10% 18445 30% 18445 50% 18445 90% 18445 99% 18445 ms
Write: 10% 19433 30% 19433 50% 19433 90% 19433 99% 19433 ms
Write: 10% 20399 30% 20399 50% 20399 90% 20399 99% 20399 ms
Write: 10% 20862 30% 20862 50% 20862 90% 20862 99% 20862 ms
Write: 10% 20163 30% 20163 50% 20163 90% 20163 99% 20163 ms
Write: 10% 19922 30% 19922 50% 19922 90% 19922 99% 19922 ms
Write: 10% 15857 30% 15857 50% 15857 90% 15857 99% 15857 ms
Write: 10% 20720 30% 20720 50% 20720 90% 20720 99% 20720 ms
Write: 10% 12076 30% 12076 50% 12076 90% 12076 99% 12076 ms
Write: 10% 20222 30% 20222 50% 20222 90% 20222 99% 20222 ms
Write: 10% 9629 30% 9629 50% 9629 90% 9629 99% 9629 ms
Write: 10% 19507 30% 19507 50% 19507 90% 19507 99% 19507 ms
Write: 10% 19160 30% 19160 50% 19160 90% 19160 99% 19160 ms
Write: 10% 13175 30% 13175 50% 13175 90% 13175 99% 13175 ms
Write: 10% 8843 30% 8843 50% 8843 90% 8843 99% 8843 ms
Write: 10% 4529 30% 4529 50% 4529 90% 4529 99% 4529 ms
Write: 10% 21453 30% 21453 50% 21453 90% 21453 99% 21453 ms
Write: 10% 21379 30% 21379 50% 21379 90% 21379 99% 21379 ms
Write: 10% 15885 30% 15885 50% 15885 90% 15885 99% 15885 ms
Write: 10% 15171 30% 15171 50% 15171 90% 15171 99% 15171 ms
Write: 10% 15866 30% 15866 50% 15866 90% 15866 99% 15866 ms
Write: 10% 17334 30% 17334 50% 17334 90% 17334 99% 17334 ms
Write: 10% 13788 30% 13788 50% 13788 90% 13788 99% 13788 ms
Write: 10% 16647 30% 16647 50% 16647 90% 16647 99% 16647 ms
Write: 10% 10507 30% 10507 50% 10507 90% 10507 99% 10507 ms
Write: 10% 15613 30% 15613 50% 15613 90% 15613 99% 15613 ms
Write: 10% 15400 30% 15400 50% 15400 90% 15400 99% 15400 ms
Write: 10% 14633 30% 14633 50% 14633 90% 14633 99% 14633 ms
Write: 10% 7339 30% 7339 50% 7339 90% 7339 99% 7339 ms
Write: 10% 19305 30% 19305 50% 19305 90% 19305 99% 19305 ms
Write: 10% 6229 30% 6229 50% 6229 90% 6229 99% 6229 ms
Write: 10% 5490 30% 5490 50% 5490 90% 5490 99% 5490 ms
Write: 10% 13088 30% 13088 50% 13088 90% 13088 99% 13088 ms
Write: 10% 13157 30% 13157 50% 13157 90% 13157 99% 13157 ms
Write: 10% 14113 30% 14113 50% 14113 90% 14113 99% 14113 ms
Write: 10% 13319 30% 13319 50% 13319 90% 13319 99% 13319 ms
Write: 10% 12573 30% 12573 50% 12573 90% 12573 99% 12573 ms
Write: 10% 5123 30% 5123 50% 5123 90% 5123 99% 5123 ms
Write: 10% 12904 30% 12904 50% 12904 90% 12904 99% 12904 ms
Write: 10% 11135 30% 11135 50% 11135 90% 11135 99% 11135 ms
Write: 10% 7505 30% 7505 50% 7505 90% 7505 99% 7505 ms
Write: 10% 8991 30% 8991 50% 8991 90% 8991 99% 8991 ms
Write: 10% 10550 30% 10550 50% 10550 90% 10550 99% 10550 ms
Write: 10% 6051 30% 6051 50% 6051 90% 6051 99% 6051 ms
Write: 10% 6978 30% 6978 50% 6978 90% 6978 99% 6978 ms
Write: 10% 7464 30% 7464 50% 7464 90% 7464 99% 7464 ms
Write: 10% 5200 30% 5200 50% 5200 90% 5200 99% 5200 ms
Write: 10% 5178 30% 5178 50% 5178 90% 5178 99% 5178 ms
Write: 10% 4502 30% 4502 50% 4502 90% 4502 99% 4502 ms
Write: 10% 4660 30% 4660 50% 4660 90% 4660 99% 4660 ms
Write: 10% 4672 30% 4672 50% 4672 90% 4672 99% 4672 ms
Write: 10% 4534 30% 4534 50% 4534 90% 4534 99% 4534 ms
Write: 10% 10280 30% 10280 50% 10280 90% 10280 99% 10280 ms
Write: 10% 7034 30% 7034 50% 7034 90% 7034 99% 7034 ms
Write: 10% 7015 30% 7015 50% 7015 90% 7015 99% 7015 ms
Write: 10% 7776 30% 7776 50% 7776 90% 7776 99% 7776 ms
Write: 10% 5426 30% 5426 50% 5426 90% 5426 99% 5426 ms
Write: 10% 19331 30% 19331 50% 19331 90% 19331 99% 19331 ms
Write: 10% 4611 30% 4611 50% 4611 90% 4611 99% 4611 ms
Write: 10% 9399 30% 9399 50% 9399 90% 9399 99% 9399 ms
Write: 10% 4354 30% 4354 50% 4354 90% 4354 99% 4354 ms
Write: 10% 5976 30% 5976 50% 5976 90% 5976 99% 5976 ms
Read: 10% 6833 30% 11020 50% 15206 90% 23578 99% 25462 ms
Step 3. write modify
Write: 10% 2736 30% 2736 50% 2736 90% 2736 99% 2736 ms
Write: 10% 8514 30% 8514 50% 8514 90% 8514 99% 8514 ms
Was written: 18.26171875 MiB, Speed: 0.3043619791666667 MiB/s
Write: 10% 18898 30% 18898 50% 18898 90% 18898 99% 18898 ms
Write: 10% 17447 30% 17447 50% 17447 90% 17447 99% 17447 ms
Write: 10% 20414 30% 20414 50% 20414 90% 20414 99% 20414 ms
Write: 10% 21150 30% 21150 50% 21150 90% 21150 99% 21150 ms
Write: 10% 19529 30% 19529 50% 19529 90% 19529 99% 19529 ms
Write: 10% 20517 30% 20517 50% 20517 90% 20517 99% 20517 ms
Write: 10% 18163 30% 18163 50% 18163 90% 18163 99% 18163 ms
Write: 10% 16049 30% 16049 50% 16049 90% 16049 99% 16049 ms
Write: 10% 19726 30% 19726 50% 19726 90% 19726 99% 19726 ms
Write: 10% 19384 30% 19384 50% 19384 90% 19384 99% 19384 ms
Write: 10% 20841 30% 20841 50% 20841 90% 20841 99% 20841 ms
Write: 10% 19537 30% 19537 50% 19537 90% 19537 99% 19537 ms
Write: 10% 17967 30% 17967 50% 17967 90% 17967 99% 17967 ms
Write: 10% 20642 30% 20642 50% 20642 90% 20642 99% 20642 ms
Write: 10% 10913 30% 10913 50% 10913 90% 10913 99% 10913 ms
Write: 10% 13471 30% 13471 50% 13471 90% 13471 99% 13471 ms
Write: 10% 20339 30% 20339 50% 20339 90% 20339 99% 20339 ms
Write: 10% 17674 30% 17674 50% 17674 90% 17674 99% 17674 ms
Write: 10% 12389 30% 12389 50% 12389 90% 12389 99% 12389 ms
Write: 10% 17688 30% 17688 50% 17688 90% 17688 99% 17688 ms
Write: 10% 8690 30% 8690 50% 8690 90% 8690 99% 8690 ms
Write: 10% 18589 30% 18589 50% 18589 90% 18589 99% 18589 ms
Write: 10% 17154 30% 17154 50% 17154 90% 17154 99% 17154 ms
Write: 10% 17217 30% 17217 50% 17217 90% 17217 99% 17217 ms
Write: 10% 7492 30% 7492 50% 7492 90% 7492 99% 7492 ms
Write: 10% 7573 30% 7573 50% 7573 90% 7573 99% 7573 ms
Write: 10% 8127 30% 8127 50% 8127 90% 8127 99% 8127 ms
Write: 10% 16939 30% 16939 50% 16939 90% 16939 99% 16939 ms
Write: 10% 7225 30% 7225 50% 7225 90% 7225 99% 7225 ms
Write: 10% 16243 30% 16243 50% 16243 90% 16243 99% 16243 ms
Write: 10% 16097 30% 16097 50% 16097 90% 16097 99% 16097 ms
Write: 10% 15165 30% 15165 50% 15165 90% 15165 99% 15165 ms
Write: 10% 14812 30% 14812 50% 14812 90% 14812 99% 14812 ms
Write: 10% 11336 30% 11336 50% 11336 90% 11336 99% 11336 ms
Write: 10% 15060 30% 15060 50% 15060 90% 15060 99% 15060 ms
Write: 10% 7314 30% 7314 50% 7314 90% 7314 99% 7314 ms
Write: 10% 10933 30% 10933 50% 10933 90% 10933 99% 10933 ms
Write: 10% 9979 30% 9979 50% 9979 90% 9979 99% 9979 ms
Write: 10% 11131 30% 11131 50% 11131 90% 11131 99% 11131 ms
Write: 10% 7165 30% 7165 50% 7165 90% 7165 99% 7165 ms
Write: 10% 7743 30% 7743 50% 7743 90% 7743 99% 7743 ms
Write: 10% 9712 30% 9712 50% 9712 90% 9712 99% 9712 ms
Write: 10% 9880 30% 9880 50% 9880 90% 9880 99% 9880 ms
Write: 10% 9720 30% 9720 50% 9720 90% 9720 99% 9720 ms
Write: 10% 18736 30% 18736 50% 18736 90% 18736 99% 18736 ms
Write: 10% 8399 30% 8399 50% 8399 90% 8399 99% 8399 ms
Write: 10% 8777 30% 8777 50% 8777 90% 8777 99% 8777 ms
Write: 10% 7601 30% 7601 50% 7601 90% 7601 99% 7601 ms
Write: 10% 9669 30% 9669 50% 9669 90% 9669 99% 9669 ms
Write: 10% 7624 30% 7624 50% 7624 90% 7624 99% 7624 ms
Write: 10% 7341 30% 7341 50% 7341 90% 7341 99% 7341 ms
Write: 10% 16741 30% 16741 50% 16741 90% 16741 99% 16741 ms
Write: 10% 7665 30% 7665 50% 7665 90% 7665 99% 7665 ms
Write: 10% 7598 30% 7598 50% 7598 90% 7598 99% 7598 ms
Write: 10% 12055 30% 12055 50% 12055 90% 12055 99% 12055 ms
Write: 10% 10925 30% 10925 50% 10925 90% 10925 99% 10925 ms
Write: 10% 10404 30% 10404 50% 10404 90% 10404 99% 10404 ms
Write: 10% 8488 30% 8488 50% 8488 90% 8488 99% 8488 ms
Write: 10% 8185 30% 8185 50% 8185 90% 8185 99% 8185 ms
Write: 10% 7877 30% 7877 50% 7877 90% 7877 99% 7877 ms
Write: 10% 7897 30% 7897 50% 7897 90% 7897 99% 7897 ms
Write: 10% 7522 30% 7522 50% 7522 90% 7522 99% 7522 ms
Update: 10% 2471 30% 2471 50% 2471 90% 2471 99% 2471 ms
Step 4. read modify write
Write: 10% 22851 30% 22851 50% 22851 90% 22851 99% 22851 ms
Write: 10% 20475 30% 20475 50% 20475 90% 20475 99% 20475 ms
Write: 10% 23035 30% 23035 50% 23035 90% 23035 99% 23035 ms
Write: 10% 21334 30% 21334 50% 21334 90% 21334 99% 21334 ms
Write: 10% 24145 30% 24145 50% 24145 90% 24145 99% 24145 ms
Write: 10% 24404 30% 24404 50% 24404 90% 24404 99% 24404 ms
Write: 10% 22859 30% 22859 50% 22859 90% 22859 99% 22859 ms
Write: 10% 22816 30% 22816 50% 22816 90% 22816 99% 22816 ms
Write: 10% 22534 30% 22534 50% 22534 90% 22534 99% 22534 ms
Write: 10% 20251 30% 20251 50% 20251 90% 20251 99% 20251 ms
Write: 10% 23655 30% 23655 50% 23655 90% 23655 99% 23655 ms
Write: 10% 22355 30% 22355 50% 22355 90% 22355 99% 22355 ms
Write: 10% 22354 30% 22354 50% 22354 90% 22354 99% 22354 ms
Write: 10% 14894 30% 14894 50% 14894 90% 14894 99% 14894 ms
Write: 10% 22475 30% 22475 50% 22475 90% 22475 99% 22475 ms
Write: 10% 21077 30% 21077 50% 21077 90% 21077 99% 21077 ms
Write: 10% 20728 30% 20728 50% 20728 90% 20728 99% 20728 ms
Write: 10% 19167 30% 19167 50% 19167 90% 19167 99% 19167 ms
Write: 10% 20518 30% 20518 50% 20518 90% 20518 99% 20518 ms
Write: 10% 19651 30% 19651 50% 19651 90% 19651 99% 19651 ms
Write: 10% 8783 30% 8783 50% 8783 90% 8783 99% 8783 ms
Write: 10% 7876 30% 7876 50% 7876 90% 7876 99% 7876 ms
Write: 10% 7535 30% 7535 50% 7535 90% 7535 99% 7535 ms
Write: 10% 6517 30% 6517 50% 6517 90% 6517 99% 6517 ms
Write: 10% 5479 30% 5479 50% 5479 90% 5479 99% 5479 ms
Write: 10% 18343 30% 18343 50% 18343 90% 18343 99% 18343 ms
Write: 10% 16052 30% 16052 50% 16052 90% 16052 99% 16052 ms
Write: 10% 15400 30% 15400 50% 15400 90% 15400 99% 15400 ms
Write: 10% 16535 30% 16535 50% 16535 90% 16535 99% 16535 ms
Write: 10% 17195 30% 17195 50% 17195 90% 17195 99% 17195 ms
Write: 10% 16035 30% 16035 50% 16035 90% 16035 99% 16035 ms
Write: 10% 11756 30% 11756 50% 11756 90% 11756 99% 11756 ms
Write: 10% 16836 30% 16836 50% 16836 90% 16836 99% 16836 ms
Write: 10% 14781 30% 14781 50% 14781 90% 14781 99% 14781 ms
Write: 10% 11785 30% 11785 50% 11785 90% 11785 99% 11785 ms
Write: 10% 10921 30% 10921 50% 10921 90% 10921 99% 10921 ms
Write: 10% 9243 30% 9243 50% 9243 90% 9243 99% 9243 ms
Write: 10% 9042 30% 9042 50% 9042 90% 9042 99% 9042 ms
Write: 10% 9019 30% 9019 50% 9019 90% 9019 99% 9019 ms
Write: 10% 8575 30% 8575 50% 8575 90% 8575 99% 8575 ms
Write: 10% 7848 30% 7848 50% 7848 90% 7848 99% 7848 ms
Write: 10% 19631 30% 19631 50% 19631 90% 19631 99% 19631 ms
Write: 10% 9893 30% 9893 50% 9893 90% 9893 99% 9893 ms
Write: 10% 6041 30% 6041 50% 6041 90% 6041 99% 6041 ms
Write: 10% 6209 30% 6209 50% 6209 90% 6209 99% 6209 ms
Write: 10% 5962 30% 5962 50% 5962 90% 5962 99% 5962 ms
Write: 10% 17604 30% 17604 50% 17604 90% 17604 99% 17604 ms
Write: 10% 5733 30% 5733 50% 5733 90% 5733 99% 5733 ms
Write: 10% 5572 30% 5572 50% 5572 90% 5572 99% 5572 ms
Write: 10% 6165 30% 6165 50% 6165 90% 6165 99% 6165 ms
Write: 10% 5917 30% 5917 50% 5917 90% 5917 99% 5917 ms
Write: 10% 14093 30% 14093 50% 14093 90% 14093 99% 14093 ms
Write: 10% 6932 30% 6932 50% 6932 90% 6932 99% 6932 ms
Write: 10% 8051 30% 8051 50% 8051 90% 8051 99% 8051 ms
Write: 10% 7364 30% 7364 50% 7364 90% 7364 99% 7364 ms
Write: 10% 8233 30% 8233 50% 8233 90% 8233 99% 8233 ms
Write: 10% 10679 30% 10679 50% 10679 90% 10679 99% 10679 ms
Write: 10% 6995 30% 6995 50% 6995 90% 6995 99% 6995 ms
Write: 10% 15096 30% 15096 50% 15096 90% 15096 99% 15096 ms
Write: 10% 18160 30% 18160 50% 18160 90% 18160 99% 18160 ms
Write: 10% 11013 30% 11013 50% 11013 90% 11013 99% 11013 ms
Write: 10% 10514 30% 10514 50% 10514 90% 10514 99% 10514 ms
Write: 10% 8867 30% 8867 50% 8867 90% 8867 99% 8867 ms
Write: 10% 7818 30% 7818 50% 7818 90% 7818 99% 7818 ms
Update: 10% 1652 30% 1652 50% 1652 90% 1652 99% 1652 ms
Read: 10% 8961 30% 13057 50% 17154 90% 25348 99% 27191 ms
