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

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-07T14:45:50.688697Z): tablet_id=72075186224038152;self_id=[7:7569994457627750284:7416];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976710780;lock_id=281474976710778;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 @ 0x1FA870B7
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FA74DEA
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2232133D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x41AB2344
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x424544D0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42453C57
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42440E69
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E73AD0F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x424B1055
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x425B4AD5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x274074B0
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x274017BC
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2740A0DE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2739DBAA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2739DBAA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x425B34F5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x42522927
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x22213C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x222F9E11
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x22303A36
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x22302FED
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2230505E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA8C114
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F729B26
24. ??:0: ?? @ 0x7FA2FB18EAC2
25. ??:0: ?? @ 0x7FA2FB2208BF

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/pmlr/001259/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/pmlr/001259/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/pmlr/001259', '--source-root', '/home/runner/.ya/build/build_root/pmlr/001259/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/pmlr/001259/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/10164110401/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/pmlr/001259/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/pmlr/001259/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/pmlr/001259', '--source-root', '/home/runner/.ya/build/build_root/pmlr/001259/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/pmlr/001259/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/10164110401/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% 4458 30% 4458 50% 4458 90% 4458 99% 4458 ms
Write: 10% 4913 30% 4913 50% 4913 90% 4913 99% 4913 ms
Write: 10% 3906 30% 3906 50% 3906 90% 3906 99% 3906 ms
Write: 10% 9666 30% 9666 50% 9666 90% 9666 99% 9666 ms
Write: 10% 18711 30% 18711 50% 18711 90% 18711 99% 18711 ms
Write: 10% 16662 30% 16662 50% 16662 90% 16662 99% 16662 ms
Write: 10% 17781 30% 17781 50% 17781 90% 17781 99% 17781 ms
Write: 10% 21514 30% 21514 50% 21514 90% 21514 99% 21514 ms
Write: 10% 18162 30% 18162 50% 18162 90% 18162 99% 18162 ms
Write: 10% 19888 30% 19888 50% 19888 90% 19888 99% 19888 ms
Write: 10% 18862 30% 18862 50% 18862 90% 18862 99% 18862 ms
Write: 10% 19112 30% 19112 50% 19112 90% 19112 99% 19112 ms
Write: 10% 17242 30% 17242 50% 17242 90% 17242 99% 17242 ms
Write: 10% 17509 30% 17509 50% 17509 90% 17509 99% 17509 ms
Write: 10% 17656 30% 17656 50% 17656 90% 17656 99% 17656 ms
Write: 10% 19093 30% 19093 50% 19093 90% 19093 99% 19093 ms
Write: 10% 17760 30% 17760 50% 17760 90% 17760 99% 17760 ms
Write: 10% 19009 30% 19009 50% 19009 90% 19009 99% 19009 ms
Write: 10% 16106 30% 16106 50% 16106 90% 16106 99% 16106 ms
Write: 10% 13523 30% 13523 50% 13523 90% 13523 99% 13523 ms
Write: 10% 12576 30% 12576 50% 12576 90% 12576 99% 12576 ms
Write: 10% 16220 30% 16220 50% 16220 90% 16220 99% 16220 ms
Write: 10% 15380 30% 15380 50% 15380 90% 15380 99% 15380 ms
Write: 10% 15431 30% 15431 50% 15431 90% 15431 99% 15431 ms
Write: 10% 5582 30% 5582 50% 5582 90% 5582 99% 5582 ms
Write: 10% 3034 30% 3034 50% 3034 90% 3034 99% 3034 ms
Write: 10% 8391 30% 8391 50% 8391 90% 8391 99% 8391 ms
Write: 10% 12195 30% 12195 50% 12195 90% 12195 99% 12195 ms
Write: 10% 4009 30% 4009 50% 4009 90% 4009 99% 4009 ms
Write: 10% 11685 30% 11685 50% 11685 90% 11685 99% 11685 ms
Write: 10% 6566 30% 6566 50% 6566 90% 6566 99% 6566 ms
Write: 10% 3733 30% 3733 50% 3733 90% 3733 99% 3733 ms
Write: 10% 15221 30% 15221 50% 15221 90% 15221 99% 15221 ms
Write: 10% 5999 30% 5999 50% 5999 90% 5999 99% 5999 ms
Write: 10% 15140 30% 15140 50% 15140 90% 15140 99% 15140 ms
Write: 10% 10173 30% 10173 50% 10173 90% 10173 99% 10173 ms
Write: 10% 11481 30% 11481 50% 11481 90% 11481 99% 11481 ms
Write: 10% 12221 30% 12221 50% 12221 90% 12221 99% 12221 ms
Write: 10% 4884 30% 4884 50% 4884 90% 4884 99% 4884 ms
Write: 10% 6290 30% 6290 50% 6290 90% 6290 99% 6290 ms
Write: 10% 6310 30% 6310 50% 6310 90% 6310 99% 6310 ms
Write: 10% 5030 30% 5030 50% 5030 90% 5030 99% 5030 ms
Write: 10% 3316 30% 3316 50% 3316 90% 3316 99% 3316 ms
Write: 10% 4651 30% 4651 50% 4651 90% 4651 99% 4651 ms
Write: 10% 5038 30% 5038 50% 5038 90% 5038 99% 5038 ms
Write: 10% 4232 30% 4232 50% 4232 90% 4232 99% 4232 ms
Write: 10% 8915 30% 8915 50% 8915 90% 8915 99% 8915 ms
Write: 10% 2274 30% 2274 50% 2274 90% 2274 99% 2274 ms
Write: 10% 12821 30% 12821 50% 12821 90% 12821 99% 12821 ms
Write: 10% 6675 30% 6675 50% 6675 90% 6675 99% 6675 ms
Write: 10% 10970 30% 10970 50% 10970 90% 10970 99% 10970 ms
Write: 10% 9824 30% 9824 50% 9824 90% 9824 99% 9824 ms
Write: 10% 12428 30% 12428 50% 12428 90% 12428 99% 12428 ms
Write: 10% 3278 30% 3278 50% 3278 90% 3278 99% 3278 ms
Write: 10% 13726 30% 13726 50% 13726 90% 13726 99% 13726 ms
Write: 10% 3330 30% 3330 50% 3330 90% 3330 99% 3330 ms
Write: 10% 4643 30% 4643 50% 4643 90% 4643 99% 4643 ms
Write: 10% 4257 30% 4257 50% 4257 90% 4257 99% 4257 ms
Write: 10% 6534 30% 6534 50% 6534 90% 6534 99% 6534 ms
Write: 10% 16371 30% 16371 50% 16371 90% 16371 99% 16371 ms
Write: 10% 2633 30% 2633 50% 2633 90% 2633 99% 2633 ms
Write: 10% 6128 30% 6128 50% 6128 90% 6128 99% 6128 ms
Write: 10% 12356 30% 12356 50% 12356 90% 12356 99% 12356 ms
Write: 10% 11199 30% 11199 50% 11199 90% 11199 99% 11199 ms
Step 2. read write
Write: 10% 2032 30% 2032 50% 2032 90% 2032 99% 2032 ms
Write: 10% 3862 30% 3862 50% 3862 90% 3862 99% 3862 ms
Write: 10% 4935 30% 4935 50% 4935 90% 4935 99% 4935 ms
Write: 10% 4494 30% 4494 50% 4494 90% 4494 99% 4494 ms
Write: 10% 4306 30% 4306 50% 4306 90% 4306 99% 4306 ms
Write: 10% 7864 30% 7864 50% 7864 90% 7864 99% 7864 ms
Write: 10% 7033 30% 7033 50% 7033 90% 7033 99% 7033 ms
Write: 10% 7116 30% 7116 50% 7116 90% 7116 99% 7116 ms
Write: 10% 10964 30% 10964 50% 10964 90% 10964 99% 10964 ms
Write: 10% 9723 30% 9723 50% 9723 90% 9723 99% 9723 ms
Write: 10% 11877 30% 11877 50% 11877 90% 11877 99% 11877 ms
Write: 10% 12610 30% 12610 50% 12610 90% 12610 99% 12610 ms
Write: 10% 13979 30% 13979 50% 13979 90% 13979 99% 13979 ms
Write: 10% 19108 30% 19108 50% 19108 90% 19108 99% 19108 ms
Write: 10% 15384 30% 15384 50% 15384 90% 15384 99% 15384 ms
Write: 10% 18471 30% 18471 50% 18471 90% 18471 99% 18471 ms
Write: 10% 20969 30% 20969 50% 20969 90% 20969 99% 20969 ms
Write: 10% 17097 30% 17097 50% 17097 90% 17097 99% 17097 ms
Write: 10% 17676 30% 17676 50% 17676 90% 17676 99% 17676 ms
Write: 10% 17625 30% 17625 50% 17625 90% 17625 99% 17625 ms
Write: 10% 11815 30% 11815 50% 11815 90% 11815 99% 11815 ms
Write: 10% 15267 30% 15267 50% 15267 90% 15267 99% 15267 ms
Write: 10% 19795 30% 19795 50% 19795 90% 19795 99% 19795 ms
Write: 10% 15615 30% 15615 50% 15615 90% 15615 99% 15615 ms
Write: 10% 10248 30% 10248 50% 10248 90% 10248 99% 10248 ms
Write: 10% 15813 30% 15813 50% 15813 90% 15813 99% 15813 ms
Write: 10% 15458 30% 15458 50% 15458 90% 15458 99% 15458 ms
Write: 10% 16440 30% 16440 50% 16440 90% 16440 99% 16440 ms
Write: 10% 10434 30% 10434 50% 10434 90% 10434 99% 10434 ms
Write: 10% 18488 30% 18488 50% 18488 90% 18488 99% 18488 ms
Write: 10% 10366 30% 10366 50% 10366 90% 10366 99% 10366 ms
Write: 10% 9685 30% 9685 50% 9685 90% 9685 99% 9685 ms
Write: 10% 9313 30% 9313 50% 9313 90% 9313 99% 9313 ms
Write: 10% 12317 30% 12317 50% 12317 90% 12317 99% 12317 ms
Write: 10% 7850 30% 7850 50% 7850 90% 7850 99% 7850 ms
Write: 10% 7154 30% 7154 50% 7154 90% 7154 99% 7154 ms
Write: 10% 10367 30% 10367 50% 10367 90% 10367 99% 10367 ms
Write: 10% 8813 30% 8813 50% 8813 90% 8813 99% 8813 ms
Write: 10% 13002 30% 13002 50% 13002 90% 13002 99% 13002 ms
Write: 10% 5377 30% 5377 50% 5377 90% 5377 99% 5377 ms
Write: 10% 11535 30% 11535 50% 11535 90% 11535 99% 11535 ms
Write: 10% 15203 30% 15203 50% 15203 90% 15203 99% 15203 ms
Write: 10% 7651 30% 7651 50% 7651 90% 7651 99% 7651 ms
Write: 10% 9209 30% 9209 50% 9209 90% 9209 99% 9209 ms
Write: 10% 6799 30% 6799 50% 6799 90% 6799 99% 6799 ms
Write: 10% 3085 30% 3085 50% 3085 90% 3085 99% 3085 ms
Write: 10% 6971 30% 6971 50% 6971 90% 6971 99% 6971 ms
Write: 10% 5292 30% 5292 50% 5292 90% 5292 99% 5292 ms
Write: 10% 4608 30% 4608 50% 4608 90% 4608 99% 4608 ms
Write: 10% 3889 30% 3889 50% 3889 90% 3889 99% 3889 ms
Write: 10% 10041 30% 10041 50% 10041 90% 10041 99% 10041 ms
Write: 10% 3482 30% 3482 50% 3482 90% 3482 99% 3482 ms
Write: 10% 3428 30% 3428 50% 3428 90% 3428 99% 3428 ms
Write: 10% 6637 30% 6637 50% 6637 90% 6637 99% 6637 ms
Write: 10% 4029 30% 4029 50% 4029 90% 4029 99% 4029 ms
Write: 10% 1852 30% 1852 50% 1852 90% 1852 99% 1852 ms
Write: 10% 8351 30% 8351 50% 8351 90% 8351 99% 8351 ms
Write: 10% 3327 30% 3327 50% 3327 90% 3327 99% 3327 ms
Write: 10% 2413 30% 2413 50% 2413 90% 2413 99% 2413 ms
Write: 10% 1827 30% 1827 50% 1827 90% 1827 99% 1827 ms
Write: 10% 10875 30% 10875 50% 10875 90% 10875 99% 10875 ms
Write: 10% 2158 30% 2158 50% 2158 90% 2158 99% 2158 ms
Write: 10% 2132 30% 2132 50% 2132 90% 2132 99% 2132 ms
Write: 10% 2396 30% 2396 50% 2396 90% 2396 99% 2396 ms
Read: 10% 6133 30% 9216 50% 12298 90% 18994 99% 20501 ms
Step 3. write modify
Was written: 13.18359375 MiB, Speed: 0.2197265625 MiB/s
Write: 10% 15760 30% 15760 50% 15760 90% 15760 99% 15760 ms
Write: 10% 21308 30% 21308 50% 21308 90% 21308 99% 21308 ms
Write: 10% 22684 30% 22684 50% 22684 90% 22684 99% 22684 ms
Write: 10% 23544 30% 23544 50% 23544 90% 23544 99% 23544 ms
Write: 10% 23382 30% 23382 50% 23382 90% 23382 99% 23382 ms
Write: 10% 23051 30% 23051 50% 23051 90% 23051 99% 23051 ms
Write: 10% 22506 30% 22506 50% 22506 90% 22506 99% 22506 ms
Write: 10% 22188 30% 22188 50% 22188 90% 22188 99% 22188 ms
Write: 10% 15746 30% 15746 50% 15746 90% 15746 99% 15746 ms
Write: 10% 18616 30% 18616 50% 18616 90% 18616 99% 18616 ms
Write: 10% 24378 30% 24378 50% 24378 90% 24378 99% 24378 ms
Write: 10% 23105 30% 23105 50% 23105 90% 23105 99% 23105 ms
Write: 10% 23066 30% 23066 50% 23066 90% 23066 99% 23066 ms
Write: 10% 24460 30% 24460 50% 24460 90% 24460 99% 24460 ms
Write: 10% 22123 30% 22123 50% 22123 90% 22123 99% 22123 ms
Write: 10% 17425 30% 17425 50% 17425 90% 17425 99% 17425 ms
Write: 10% 21204 30% 21204 50% 21204 90% 21204 99% 21204 ms
Write: 10% 16040 30% 16040 50% 16040 90% 16040 99% 16040 ms
Write: 10% 14928 30% 14928 50% 14928 90% 14928 99% 14928 ms
Write: 10% 6580 30% 6580 50% 6580 90% 6580 99% 6580 ms
Write: 10% 6488 30% 6488 50% 6488 90% 6488 99% 6488 ms
Write: 10% 12927 30% 12927 50% 12927 90% 12927 99% 12927 ms
Write: 10% 11620 30% 11620 50% 11620 90% 11620 99% 11620 ms
Write: 10% 4139 30% 4139 50% 4139 90% 4139 99% 4139 ms
Write: 10% 19694 30% 19694 50% 19694 90% 19694 99% 19694 ms
Write: 10% 18943 30% 18943 50% 18943 90% 18943 99% 18943 ms
Write: 10% 18849 30% 18849 50% 18849 90% 18849 99% 18849 ms
Write: 10% 18508 30% 18508 50% 18508 90% 18508 99% 18508 ms
Write: 10% 17563 30% 17563 50% 17563 90% 17563 99% 17563 ms
Write: 10% 10996 30% 10996 50% 10996 90% 10996 99% 10996 ms
Write: 10% 22546 30% 22546 50% 22546 90% 22546 99% 22546 ms
Write: 10% 10594 30% 10594 50% 10594 90% 10594 99% 10594 ms
Write: 10% 11019 30% 11019 50% 11019 90% 11019 99% 11019 ms
Write: 10% 11782 30% 11782 50% 11782 90% 11782 99% 11782 ms
Write: 10% 11007 30% 11007 50% 11007 90% 11007 99% 11007 ms
Write: 10% 12107 30% 12107 50% 12107 90% 12107 99% 12107 ms
Write: 10% 8659 30% 8659 50% 8659 90% 8659 99% 8659 ms
Write: 10% 8322 30% 8322 50% 8322 90% 8322 99% 8322 ms
Write: 10% 5869 30% 5869 50% 5869 90% 5869 99% 5869 ms
Write: 10% 12725 30% 12725 50% 12725 90% 12725 99% 12725 ms
Write: 10% 5566 30% 5566 50% 5566 90% 5566 99% 5566 ms
Write: 10% 6129 30% 6129 50% 6129 90% 6129 99% 6129 ms
Write: 10% 11540 30% 11540 50% 11540 90% 11540 99% 11540 ms
Write: 10% 11308 30% 11308 50% 11308 90% 11308 99% 11308 ms
Write: 10% 4882 30% 4882 50% 4882 90% 4882 99% 4882 ms
Write: 10% 12031 30% 12031 50% 12031 90% 12031 99% 12031 ms
Write: 10% 18040 30% 18040 50% 18040 90% 18040 99% 18040 ms
Write: 10% 11257 30% 11257 50% 11257 90% 11257 99% 11257 ms
Write: 10% 15681 30% 15681 50% 15681 90% 15681 99% 15681 ms
Write: 10% 4489 30% 4489 50% 4489 90% 4489 99% 4489 ms
Write: 10% 6453 30% 6453 50% 6453 90% 6453 99% 6453 ms
Write: 10% 9318 30% 9318 50% 9318 90% 9318 99% 9318 ms
Write: 10% 5001 30% 5001 50% 5001 90% 5001 99% 5001 ms
Write: 10% 5779 30% 5779 50% 5779 90% 5779 99% 5779 ms
Write: 10% 5889 30% 5889 50% 5889 90% 5889 99% 5889 ms
Write: 10% 6502 30% 6502 50% 6502 90% 6502 99% 6502 ms
Write: 10% 4280 30% 4280 50% 4280 90% 4280 99% 4280 ms
Write: 10% 10046 30% 10046 50% 10046 90% 10046 99% 10046 ms
Write: 10% 4762 30% 4762 50% 4762 90% 4762 99% 4762 ms
Write: 10% 5901 30% 5901 50% 5901 90% 5901 99% 5901 ms
Write: 10% 5516 30% 5516 50% 5516 90% 5516 99% 5516 ms
Write: 10% 5350 30% 5350 50% 5350 90% 5350 99% 5350 ms
Write: 10% 6241 30% 6241 50% 6241 90% 6241 99% 6241 ms
Write: 10% 4157 30% 4157 50% 4157 90% 4157 99% 4157 ms
Update: 10% 2144 30% 2144 50% 2144 90% 2144 99% 2144 ms
Step 4. read modify write
Write: 10% 1631 30% 1631 50% 1631 90% 1631 99% 1631 ms
Write: 10% 963 30% 963 50% 963 90% 963 99% 963 ms
Write: 10% 9111 30% 9111 50% 9111 90% 9111 99% 9111 ms
Write: 10% 10037 30% 10037 50% 10037 90% 10037 99% 10037 ms
Write: 10% 15102 30% 15102 50% 15102 90% 15102 99% 15102 ms
Write: 10% 14929 30% 14929 50% 14929 90% 14929 99% 14929 ms
Write: 10% 15644 30% 15644 50% 15644 90% 15644 99% 15644 ms
Write: 10% 19313 30% 19313 50% 19313 90% 19313 99% 19313 ms
Write: 10% 17250 30% 17250 50% 17250 90% 17250 99% 17250 ms
Was written: 25.0 MiB, Speed: 0.19694010416666666 MiB/s
Write: 10% 20484 30% 20484 50% 20484 90% 20484 99% 20484 ms
Write: 10% 20426 30% 20426 50% 20426 90% 20426 99% 20426 ms
Write: 10% 17686 30% 17686 50% 17686 90% 17686 99% 17686 ms
Write: 10% 19583 30% 19583 50% 19583 90% 19583 99% 19583 ms
Write: 10% 19745 30% 19745 50% 19745 90% 19745 99% 19745 ms
Write: 10% 15460 30% 15460 50% 15460 90% 15460 99% 15460 ms
Write: 10% 15937 30% 15937 50% 15937 90% 15937 99% 15937 ms
Write: 10% 15402 30% 15402 50% 15402 90% 15402 99% 15402 ms
Write: 10% 20001 30% 20001 50% 20001 90% 20001 99% 20001 ms
Write: 10% 20145 30% 20145 50% 20145 90% 20145 99% 20145 ms
Write: 10% 18849 30% 18849 50% 18849 90% 18849 99% 18849 ms
Write: 10% 19760 30% 19760 50% 19760 90% 19760 99% 19760 ms
Write: 10% 19946 30% 19946 50% 19946 90% 19946 99% 19946 ms
Write: 10% 17399 30% 17399 50% 17399 90% 17399 99% 17399 ms
Write: 10% 12959 30% 12959 50% 12959 90% 12959 99% 12959 ms
Write: 10% 17542 30% 17542 50% 17542 90% 17542 99% 17542 ms
Write: 10% 17184 30% 17184 50% 17184 90% 17184 99% 17184 ms
Write: 10% 4307 30% 4307 50% 4307 90% 4307 99% 4307 ms
Write: 10% 17068 30% 17068 50% 17068 90% 17068 99% 17068 ms
Write: 10% 15915 30% 15915 50% 15915 90% 15915 99% 15915 ms
Write: 10% 16660 30% 16660 50% 16660 90% 16660 99% 16660 ms
Write: 10% 15463 30% 15463 50% 15463 90% 15463 99% 15463 ms
Write: 10% 15470 30% 15470 50% 15470 90% 15470 99% 15470 ms
Write: 10% 15700 30% 15700 50% 15700 90% 15700 99% 15700 ms
Write: 10% 5315 30% 5315 50% 5315 90% 5315 99% 5315 ms
Write: 10% 10000 30% 10000 50% 10000 90% 10000 99% 10000 ms
Write: 10% 13984 30% 13984 50% 13984 90% 13984 99% 13984 ms
Write: 10% 16733 30% 16733 50% 16733 90% 16733 99% 16733 ms
Write: 10% 4127 30% 4127 50% 4127 90% 4127 99% 4127 ms
Write: 10% 3153 30% 3153 50% 3153 90% 3153 99% 3153 ms
Write: 10% 9384 30% 9384 50% 9384 90% 9384 99% 9384 ms
Write: 10% 8244 30% 8244 50% 8244 90% 8244 99% 8244 ms
Write: 10% 9407 30% 9407 50% 9407 90% 9407 99% 9407 ms
Write: 10% 7278 30% 7278 50% 7278 90% 7278 99% 7278 ms
Write: 10% 5698 30% 5698 50% 5698 90% 5698 99% 5698 ms
Write: 10% 5217 30% 5217 50% 5217 90% 5217 99% 5217 ms
Write: 10% 4542 30% 4542 50% 4542 90% 4542 99% 4542 ms
Write: 10% 3237 30% 3237 50% 3237 90% 3237 99% 3237 ms
Write: 10% 5698 30% 5698 50% 5698 90% 5698 99% 5698 ms
Write: 10% 4700 30% 4700 50% 4700 90% 4700 99% 4700 ms
Write: 10% 11684 30% 11684 50% 11684 90% 11684 99% 11684 ms
Write: 10% 3853 30% 3853 50% 3853 90% 3853 99% 3853 ms
Write: 10% 3528 30% 3528 50% 3528 90% 3528 99% 3528 ms
Write: 10% 9192 30% 9192 50% 9192 90% 9192 99% 9192 ms
Write: 10% 3707 30% 3707 50% 3707 90% 3707 99% 3707 ms
Write: 10% 14867 30% 14867 50% 14867 90% 14867 99% 14867 ms
Write: 10% 6433 30% 6433 50% 6433 90% 6433 99% 6433 ms
Write: 10% 4340 30% 4340 50% 4340 90% 4340 99% 4340 ms
Write: 10% 4579 30% 4579 50% 4579 90% 4579 99% 4579 ms
Write: 10% 4012 30% 4012 50% 4012 90% 4012 99% 4012 ms
Write: 10% 6762 30% 6762 50% 6762 90% 6762 99% 6762 ms
Write: 10% 4906 30% 4906 50% 4906 90% 4906 99% 4906 ms
Write: 10% 5705 30% 5705 50% 5705 90% 5705 99% 5705 ms
Write: 10% 3777 30% 3777 50% 3777 90% 3777 99% 3777 ms
Write: 10% 4148 30% 4148 50% 4148 90% 4148 99% 4148 ms
Read: 10% 4104 30% 4181 50% 4258 90% 23407 99% 27715 ms
Update: 10% 2536 30% 2536 50% 2536 90% 2536 99% 2536 ms
