Thread 0 failed
Thread 1 failed
Thread 2 failed
Thread 4 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/iq86/001cd5/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/iq86/001cd5/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/iq86/001cd5/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 639, 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/iq86/001cd5/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/iq86/001cd5/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-28T14:51:20.703038Z): tablet_id=72075186224038281;self_id=[1:7566285236605662657:7131];ev=NActors::IEventHandle;tx_id=281474976745741;lock_id=281474976745737;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 @ 0x1FB01267
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FAEEF9A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x223999CD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x4239B0A4
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D3AB00
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D3A287
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D27499
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E7B4CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42D97685
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42E988D5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27430270
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2742A57C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x27432E9E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x273C6A7A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x273C6A7A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42E972F5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E08B67
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2228DC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x223724A1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2237C0C6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2237B67D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2237D6EE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB062C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F7A3CD6
24. ??:0: ?? @ 0x7FA8E07F9AC2
25. ??:0: ?? @ 0x7FA8E088B8BF

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: .../build/build_root/iq86/001cd5/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/iq86/001cd5/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/iq86/001cd5', '--source-root', '/home/runner/.ya/build/build_root/iq86/001cd5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/iq86/001cd5/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/10105424729/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' 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: ((".../build/build_root/iq86/001cd5/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/iq86/001cd5/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/iq86/001cd5', '--source-root', '/home/runner/.ya/build/build_root/iq86/001cd5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/iq86/001cd5/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/10105424729/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 4289 30% 4289 50% 4289 90% 4289 99% 4289 ms
Write: 10% 4609 30% 4609 50% 4609 90% 4609 99% 4609 ms
Write: 10% 4936 30% 4936 50% 4936 90% 4936 99% 4936 ms
Write: 10% 6866 30% 6866 50% 6866 90% 6866 99% 6866 ms
Write: 10% 7161 30% 7161 50% 7161 90% 7161 99% 7161 ms
Write: 10% 6362 30% 6362 50% 6362 90% 6362 99% 6362 ms
Write: 10% 9709 30% 9709 50% 9709 90% 9709 99% 9709 ms
Write: 10% 11074 30% 11074 50% 11074 90% 11074 99% 11074 ms
Write: 10% 16326 30% 16326 50% 16326 90% 16326 99% 16326 ms
Write: 10% 17841 30% 17841 50% 17841 90% 17841 99% 17841 ms
Write: 10% 18943 30% 18943 50% 18943 90% 18943 99% 18943 ms
Write: 10% 18799 30% 18799 50% 18799 90% 18799 99% 18799 ms
Write: 10% 19179 30% 19179 50% 19179 90% 19179 99% 19179 ms
Write: 10% 22286 30% 22286 50% 22286 90% 22286 99% 22286 ms
Write: 10% 19377 30% 19377 50% 19377 90% 19377 99% 19377 ms
Write: 10% 17602 30% 17602 50% 17602 90% 17602 99% 17602 ms
Write: 10% 21627 30% 21627 50% 21627 90% 21627 99% 21627 ms
Write: 10% 19859 30% 19859 50% 19859 90% 19859 99% 19859 ms
Write: 10% 16827 30% 16827 50% 16827 90% 16827 99% 16827 ms
Write: 10% 20943 30% 20943 50% 20943 90% 20943 99% 20943 ms
Write: 10% 19691 30% 19691 50% 19691 90% 19691 99% 19691 ms
Write: 10% 16130 30% 16130 50% 16130 90% 16130 99% 16130 ms
Write: 10% 19428 30% 19428 50% 19428 90% 19428 99% 19428 ms
Write: 10% 20122 30% 20122 50% 20122 90% 20122 99% 20122 ms
Write: 10% 18539 30% 18539 50% 18539 90% 18539 99% 18539 ms
Write: 10% 15928 30% 15928 50% 15928 90% 15928 99% 15928 ms
Write: 10% 14544 30% 14544 50% 14544 90% 14544 99% 14544 ms
Write: 10% 17285 30% 17285 50% 17285 90% 17285 99% 17285 ms
Write: 10% 12406 30% 12406 50% 12406 90% 12406 99% 12406 ms
Write: 10% 17126 30% 17126 50% 17126 90% 17126 99% 17126 ms
Write: 10% 7695 30% 7695 50% 7695 90% 7695 99% 7695 ms
Write: 10% 15812 30% 15812 50% 15812 90% 15812 99% 15812 ms
Write: 10% 9323 30% 9323 50% 9323 90% 9323 99% 9323 ms
Write: 10% 14716 30% 14716 50% 14716 90% 14716 99% 14716 ms
Write: 10% 8492 30% 8492 50% 8492 90% 8492 99% 8492 ms
Write: 10% 6150 30% 6150 50% 6150 90% 6150 99% 6150 ms
Write: 10% 13485 30% 13485 50% 13485 90% 13485 99% 13485 ms
Write: 10% 6953 30% 6953 50% 6953 90% 6953 99% 6953 ms
Write: 10% 5105 30% 5105 50% 5105 90% 5105 99% 5105 ms
Write: 10% 15096 30% 15096 50% 15096 90% 15096 99% 15096 ms
Write: 10% 5769 30% 5769 50% 5769 90% 5769 99% 5769 ms
Write: 10% 11140 30% 11140 50% 11140 90% 11140 99% 11140 ms
Write: 10% 9565 30% 9565 50% 9565 90% 9565 99% 9565 ms
Write: 10% 11064 30% 11064 50% 11064 90% 11064 99% 11064 ms
Write: 10% 6109 30% 6109 50% 6109 90% 6109 99% 6109 ms
Write: 10% 3896 30% 3896 50% 3896 90% 3896 99% 3896 ms
Write: 10% 4480 30% 4480 50% 4480 90% 4480 99% 4480 ms
Write: 10% 6240 30% 6240 50% 6240 90% 6240 99% 6240 ms
Write: 10% 7517 30% 7517 50% 7517 90% 7517 99% 7517 ms
Write: 10% 18382 30% 18382 50% 18382 90% 18382 99% 18382 ms
Write: 10% 6360 30% 6360 50% 6360 90% 6360 99% 6360 ms
Write: 10% 6313 30% 6313 50% 6313 90% 6313 99% 6313 ms
Write: 10% 12172 30% 12172 50% 12172 90% 12172 99% 12172 ms
Write: 10% 6857 30% 6857 50% 6857 90% 6857 99% 6857 ms
Write: 10% 10225 30% 10225 50% 10225 90% 10225 99% 10225 ms
Write: 10% 3294 30% 3294 50% 3294 90% 3294 99% 3294 ms
Write: 10% 2394 30% 2394 50% 2394 90% 2394 99% 2394 ms
Write: 10% 10697 30% 10697 50% 10697 90% 10697 99% 10697 ms
Write: 10% 3542 30% 3542 50% 3542 90% 3542 99% 3542 ms
Write: 10% 5954 30% 5954 50% 5954 90% 5954 99% 5954 ms
Write: 10% 4425 30% 4425 50% 4425 90% 4425 99% 4425 ms
Write: 10% 5214 30% 5214 50% 5214 90% 5214 99% 5214 ms
Write: 10% 4835 30% 4835 50% 4835 90% 4835 99% 4835 ms
Write: 10% 2593 30% 2593 50% 2593 90% 2593 99% 2593 ms
Step 2. read write
Write: 10% 4909 30% 4909 50% 4909 90% 4909 99% 4909 ms
Write: 10% 6197 30% 6197 50% 6197 90% 6197 99% 6197 ms
Write: 10% 8215 30% 8215 50% 8215 90% 8215 99% 8215 ms
Write: 10% 16885 30% 16885 50% 16885 90% 16885 99% 16885 ms
Write: 10% 17178 30% 17178 50% 17178 90% 17178 99% 17178 ms
Write: 10% 17969 30% 17969 50% 17969 90% 17969 99% 17969 ms
Write: 10% 17733 30% 17733 50% 17733 90% 17733 99% 17733 ms
Write: 10% 21026 30% 21026 50% 21026 90% 21026 99% 21026 ms
Write: 10% 23381 30% 23381 50% 23381 90% 23381 99% 23381 ms
Write: 10% 17189 30% 17189 50% 17189 90% 17189 99% 17189 ms
Write: 10% 22604 30% 22604 50% 22604 90% 22604 99% 22604 ms
Write: 10% 22322 30% 22322 50% 22322 90% 22322 99% 22322 ms
Write: 10% 21945 30% 21945 50% 21945 90% 21945 99% 21945 ms
Write: 10% 17467 30% 17467 50% 17467 90% 17467 99% 17467 ms
Write: 10% 18924 30% 18924 50% 18924 90% 18924 99% 18924 ms
Write: 10% 15935 30% 15935 50% 15935 90% 15935 99% 15935 ms
Write: 10% 20334 30% 20334 50% 20334 90% 20334 99% 20334 ms
Write: 10% 23214 30% 23214 50% 23214 90% 23214 99% 23214 ms
Write: 10% 8246 30% 8246 50% 8246 90% 8246 99% 8246 ms
Write: 10% 15045 30% 15045 50% 15045 90% 15045 99% 15045 ms
Write: 10% 19147 30% 19147 50% 19147 90% 19147 99% 19147 ms
Write: 10% 19681 30% 19681 50% 19681 90% 19681 99% 19681 ms
Write: 10% 20213 30% 20213 50% 20213 90% 20213 99% 20213 ms
Write: 10% 19862 30% 19862 50% 19862 90% 19862 99% 19862 ms
Write: 10% 22603 30% 22603 50% 22603 90% 22603 99% 22603 ms
Write: 10% 19471 30% 19471 50% 19471 90% 19471 99% 19471 ms
Write: 10% 15358 30% 15358 50% 15358 90% 15358 99% 15358 ms
Write: 10% 11228 30% 11228 50% 11228 90% 11228 99% 11228 ms
Write: 10% 23004 30% 23004 50% 23004 90% 23004 99% 23004 ms
Write: 10% 6292 30% 6292 50% 6292 90% 6292 99% 6292 ms
Write: 10% 17520 30% 17520 50% 17520 90% 17520 99% 17520 ms
Write: 10% 4061 30% 4061 50% 4061 90% 4061 99% 4061 ms
Write: 10% 10914 30% 10914 50% 10914 90% 10914 99% 10914 ms
Write: 10% 15606 30% 15606 50% 15606 90% 15606 99% 15606 ms
Write: 10% 15717 30% 15717 50% 15717 90% 15717 99% 15717 ms
Write: 10% 22125 30% 22125 50% 22125 90% 22125 99% 22125 ms
Write: 10% 7481 30% 7481 50% 7481 90% 7481 99% 7481 ms
Write: 10% 16982 30% 16982 50% 16982 90% 16982 99% 16982 ms
Write: 10% 10043 30% 10043 50% 10043 90% 10043 99% 10043 ms
Write: 10% 10505 30% 10505 50% 10505 90% 10505 99% 10505 ms
Write: 10% 17126 30% 17126 50% 17126 90% 17126 99% 17126 ms
Write: 10% 4460 30% 4460 50% 4460 90% 4460 99% 4460 ms
Write: 10% 14384 30% 14384 50% 14384 90% 14384 99% 14384 ms
Write: 10% 19752 30% 19752 50% 19752 90% 19752 99% 19752 ms
Write: 10% 2529 30% 2529 50% 2529 90% 2529 99% 2529 ms
Write: 10% 13340 30% 13340 50% 13340 90% 13340 99% 13340 ms
Write: 10% 6255 30% 6255 50% 6255 90% 6255 99% 6255 ms
Write: 10% 6455 30% 6455 50% 6455 90% 6455 99% 6455 ms
Write: 10% 14590 30% 14590 50% 14590 90% 14590 99% 14590 ms
Write: 10% 13145 30% 13145 50% 13145 90% 13145 99% 13145 ms
Write: 10% 6525 30% 6525 50% 6525 90% 6525 99% 6525 ms
Write: 10% 2327 30% 2327 50% 2327 90% 2327 99% 2327 ms
Write: 10% 11424 30% 11424 50% 11424 90% 11424 99% 11424 ms
Write: 10% 2027 30% 2027 50% 2027 90% 2027 99% 2027 ms
Write: 10% 3472 30% 3472 50% 3472 90% 3472 99% 3472 ms
Write: 10% 3395 30% 3395 50% 3395 90% 3395 99% 3395 ms
Write: 10% 15617 30% 15617 50% 15617 90% 15617 99% 15617 ms
Write: 10% 11923 30% 11923 50% 11923 90% 11923 99% 11923 ms
Write: 10% 6750 30% 6750 50% 6750 90% 6750 99% 6750 ms
Write: 10% 2598 30% 2598 50% 2598 90% 2598 99% 2598 ms
Write: 10% 2688 30% 2688 50% 2688 90% 2688 99% 2688 ms
Write: 10% 3021 30% 3021 50% 3021 90% 3021 99% 3021 ms
Write: 10% 2378 30% 2378 50% 2378 90% 2378 99% 2378 ms
Write: 10% 3072 30% 3072 50% 3072 90% 3072 99% 3072 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Read: 10% 3707 30% 4299 50% 4892 90% 25595 99% 30253 ms
Step 3. write modify
Write: 10% 1350 30% 1350 50% 1350 90% 1350 99% 1350 ms
Write: 10% 1530 30% 1530 50% 1530 90% 1530 99% 1530 ms
Write: 10% 24955 30% 24955 50% 24955 90% 24955 99% 24955 ms
Write: 10% 26033 30% 26033 50% 26033 90% 26033 99% 26033 ms
Write: 10% 25986 30% 25986 50% 25986 90% 25986 99% 25986 ms
Write: 10% 24151 30% 24151 50% 24151 90% 24151 99% 24151 ms
Write: 10% 26230 30% 26230 50% 26230 90% 26230 99% 26230 ms
Write: 10% 26609 30% 26609 50% 26609 90% 26609 99% 26609 ms
Write: 10% 24423 30% 24423 50% 24423 90% 24423 99% 24423 ms
Write: 10% 25000 30% 25000 50% 25000 90% 25000 99% 25000 ms
Write: 10% 20892 30% 20892 50% 20892 90% 20892 99% 20892 ms
Write: 10% 24903 30% 24903 50% 24903 90% 24903 99% 24903 ms
Write: 10% 24567 30% 24567 50% 24567 90% 24567 99% 24567 ms
Write: 10% 25676 30% 25676 50% 25676 90% 25676 99% 25676 ms
Write: 10% 21430 30% 21430 50% 21430 90% 21430 99% 21430 ms
Write: 10% 16789 30% 16789 50% 16789 90% 16789 99% 16789 ms
Write: 10% 16095 30% 16095 50% 16095 90% 16095 99% 16095 ms
Write: 10% 23059 30% 23059 50% 23059 90% 23059 99% 23059 ms
Write: 10% 23718 30% 23718 50% 23718 90% 23718 99% 23718 ms
Write: 10% 22537 30% 22537 50% 22537 90% 22537 99% 22537 ms
Write: 10% 11925 30% 11925 50% 11925 90% 11925 99% 11925 ms
Write: 10% 16854 30% 16854 50% 16854 90% 16854 99% 16854 ms
Write: 10% 20115 30% 20115 50% 20115 90% 20115 99% 20115 ms
Write: 10% 8827 30% 8827 50% 8827 90% 8827 99% 8827 ms
Write: 10% 13407 30% 13407 50% 13407 90% 13407 99% 13407 ms
Write: 10% 23301 30% 23301 50% 23301 90% 23301 99% 23301 ms
Write: 10% 22895 30% 22895 50% 22895 90% 22895 99% 22895 ms
Write: 10% 10799 30% 10799 50% 10799 90% 10799 99% 10799 ms
Write: 10% 16751 30% 16751 50% 16751 90% 16751 99% 16751 ms
Write: 10% 7761 30% 7761 50% 7761 90% 7761 99% 7761 ms
Write: 10% 13534 30% 13534 50% 13534 90% 13534 99% 13534 ms
Write: 10% 6752 30% 6752 50% 6752 90% 6752 99% 6752 ms
Write: 10% 21679 30% 21679 50% 21679 90% 21679 99% 21679 ms
Write: 10% 16654 30% 16654 50% 16654 90% 16654 99% 16654 ms
Write: 10% 5789 30% 5789 50% 5789 90% 5789 99% 5789 ms
Write: 10% 17377 30% 17377 50% 17377 90% 17377 99% 17377 ms
Write: 10% 12005 30% 12005 50% 12005 90% 12005 99% 12005 ms
Write: 10% 5957 30% 5957 50% 5957 90% 5957 99% 5957 ms
Write: 10% 5017 30% 5017 50% 5017 90% 5017 99% 5017 ms
Write: 10% 3653 30% 3653 50% 3653 90% 3653 99% 3653 ms
Write: 10% 4727 30% 4727 50% 4727 90% 4727 99% 4727 ms
Write: 10% 3738 30% 3738 50% 3738 90% 3738 99% 3738 ms
Write: 10% 5156 30% 5156 50% 5156 90% 5156 99% 5156 ms
Write: 10% 15514 30% 15514 50% 15514 90% 15514 99% 15514 ms
Write: 10% 3869 30% 3869 50% 3869 90% 3869 99% 3869 ms
Write: 10% 8502 30% 8502 50% 8502 90% 8502 99% 8502 ms
Write: 10% 6725 30% 6725 50% 6725 90% 6725 99% 6725 ms
Write: 10% 5574 30% 5574 50% 5574 90% 5574 99% 5574 ms
Write: 10% 9906 30% 9906 50% 9906 90% 9906 99% 9906 ms
Write: 10% 17450 30% 17450 50% 17450 90% 17450 99% 17450 ms
Write: 10% 4000 30% 4000 50% 4000 90% 4000 99% 4000 ms
Write: 10% 16448 30% 16448 50% 16448 90% 16448 99% 16448 ms
Write: 10% 12093 30% 12093 50% 12093 90% 12093 99% 12093 ms
Write: 10% 15242 30% 15242 50% 15242 90% 15242 99% 15242 ms
Write: 10% 22984 30% 22984 50% 22984 90% 22984 99% 22984 ms
Write: 10% 10473 30% 10473 50% 10473 90% 10473 99% 10473 ms
Write: 10% 4671 30% 4671 50% 4671 90% 4671 99% 4671 ms
Write: 10% 8966 30% 8966 50% 8966 90% 8966 99% 8966 ms
Write: 10% 17285 30% 17285 50% 17285 90% 17285 99% 17285 ms
Write: 10% 6733 30% 6733 50% 6733 90% 6733 99% 6733 ms
Write: 10% 4997 30% 4997 50% 4997 90% 4997 99% 4997 ms
Write: 10% 4182 30% 4182 50% 4182 90% 4182 99% 4182 ms
Write: 10% 7307 30% 7307 50% 7307 90% 7307 99% 7307 ms
Write: 10% 6633 30% 6633 50% 6633 90% 6633 99% 6633 ms
Update: 10% 2403 30% 2403 50% 2403 90% 2403 99% 2403 ms
Step 4. read modify write
Write: 10% 1157 30% 1157 50% 1157 90% 1157 99% 1157 ms
Write: 10% 4785 30% 4785 50% 4785 90% 4785 99% 4785 ms
Write: 10% 4632 30% 4632 50% 4632 90% 4632 99% 4632 ms
Write: 10% 6054 30% 6054 50% 6054 90% 6054 99% 6054 ms
Write: 10% 7489 30% 7489 50% 7489 90% 7489 99% 7489 ms
Write: 10% 7325 30% 7325 50% 7325 90% 7325 99% 7325 ms
Write: 10% 11413 30% 11413 50% 11413 90% 11413 99% 11413 ms
Was written: 23.828125 MiB, Speed: 0.18880208333333334 MiB/s
Write: 10% 12796 30% 12796 50% 12796 90% 12796 99% 12796 ms
Write: 10% 18409 30% 18409 50% 18409 90% 18409 99% 18409 ms
Write: 10% 18819 30% 18819 50% 18819 90% 18819 99% 18819 ms
Write: 10% 17512 30% 17512 50% 17512 90% 17512 99% 17512 ms
Write: 10% 18929 30% 18929 50% 18929 90% 18929 99% 18929 ms
Write: 10% 18021 30% 18021 50% 18021 90% 18021 99% 18021 ms
Write: 10% 18495 30% 18495 50% 18495 90% 18495 99% 18495 ms
Write: 10% 18014 30% 18014 50% 18014 90% 18014 99% 18014 ms
Write: 10% 16769 30% 16769 50% 16769 90% 16769 99% 16769 ms
Write: 10% 18785 30% 18785 50% 18785 90% 18785 99% 18785 ms
Write: 10% 18399 30% 18399 50% 18399 90% 18399 99% 18399 ms
Write: 10% 19316 30% 19316 50% 19316 90% 19316 99% 19316 ms
Write: 10% 22330 30% 22330 50% 22330 90% 22330 99% 22330 ms
Write: 10% 19074 30% 19074 50% 19074 90% 19074 99% 19074 ms
Write: 10% 16375 30% 16375 50% 16375 90% 16375 99% 16375 ms
Write: 10% 16085 30% 16085 50% 16085 90% 16085 99% 16085 ms
Write: 10% 11012 30% 11012 50% 11012 90% 11012 99% 11012 ms
Write: 10% 15748 30% 15748 50% 15748 90% 15748 99% 15748 ms
Write: 10% 9170 30% 9170 50% 9170 90% 9170 99% 9170 ms
Write: 10% 14013 30% 14013 50% 14013 90% 14013 99% 14013 ms
Write: 10% 17579 30% 17579 50% 17579 90% 17579 99% 17579 ms
Write: 10% 10819 30% 10819 50% 10819 90% 10819 99% 10819 ms
Write: 10% 11297 30% 11297 50% 11297 90% 11297 99% 11297 ms
Write: 10% 13236 30% 13236 50% 13236 90% 13236 99% 13236 ms
Write: 10% 10777 30% 10777 50% 10777 90% 10777 99% 10777 ms
Write: 10% 11513 30% 11513 50% 11513 90% 11513 99% 11513 ms
Write: 10% 13256 30% 13256 50% 13256 90% 13256 99% 13256 ms
Write: 10% 14580 30% 14580 50% 14580 90% 14580 99% 14580 ms
Write: 10% 8453 30% 8453 50% 8453 90% 8453 99% 8453 ms
Write: 10% 12106 30% 12106 50% 12106 90% 12106 99% 12106 ms
Write: 10% 5546 30% 5546 50% 5546 90% 5546 99% 5546 ms
Write: 10% 12203 30% 12203 50% 12203 90% 12203 99% 12203 ms
Write: 10% 7644 30% 7644 50% 7644 90% 7644 99% 7644 ms
Write: 10% 16808 30% 16808 50% 16808 90% 16808 99% 16808 ms
Write: 10% 17033 30% 17033 50% 17033 90% 17033 99% 17033 ms
Write: 10% 5201 30% 5201 50% 5201 90% 5201 99% 5201 ms
Write: 10% 6693 30% 6693 50% 6693 90% 6693 99% 6693 ms
Write: 10% 6929 30% 6929 50% 6929 90% 6929 99% 6929 ms
Write: 10% 2653 30% 2653 50% 2653 90% 2653 99% 2653 ms
Write: 10% 3694 30% 3694 50% 3694 90% 3694 99% 3694 ms
Write: 10% 4012 30% 4012 50% 4012 90% 4012 99% 4012 ms
Write: 10% 8880 30% 8880 50% 8880 90% 8880 99% 8880 ms
Write: 10% 2823 30% 2823 50% 2823 90% 2823 99% 2823 ms
Write: 10% 3999 30% 3999 50% 3999 90% 3999 99% 3999 ms
Write: 10% 8616 30% 8616 50% 8616 90% 8616 99% 8616 ms
Write: 10% 8083 30% 8083 50% 8083 90% 8083 99% 8083 ms
Write: 10% 4903 30% 4903 50% 4903 90% 4903 99% 4903 ms
Write: 10% 4259 30% 4259 50% 4259 90% 4259 99% 4259 ms
Write: 10% 3717 30% 3717 50% 3717 90% 3717 99% 3717 ms
Write: 10% 2746 30% 2746 50% 2746 90% 2746 99% 2746 ms
Write: 10% 6215 30% 6215 50% 6215 90% 6215 99% 6215 ms
Write: 10% 2924 30% 2924 50% 2924 90% 2924 99% 2924 ms
Write: 10% 4542 30% 4542 50% 4542 90% 4542 99% 4542 ms
Write: 10% 9072 30% 9072 50% 9072 90% 9072 99% 9072 ms
Write: 10% 6790 30% 6790 50% 6790 90% 6790 99% 6790 ms
Write: 10% 4683 30% 4683 50% 4683 90% 4683 99% 4683 ms
Write: 10% 5147 30% 5147 50% 5147 90% 5147 99% 5147 ms
Read: 10% 3785 30% 4090 50% 4395 90% 23360 99% 27627 ms
Update: 10% 1739 30% 1739 50% 1739 90% 1739 99% 1739 ms
