Thread 0 failed
Thread 1 failed
Thread 3 failed
Thread 4 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/8j0r/0016c4/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/8j0r/0016c4/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/8j0r/0016c4/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 693, 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/8j0r/0016c4/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/8j0r/0016c4/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-31T13:01:33.311180Z): tablet_id=72075186224038158;self_id=[1:7567370243078612164:7527];ev=NActors::IEventHandle;tx_id=281474976755723;lock_id=281474976755721;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 @ 0x1F941057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F92ED8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x221D3D0D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x4220ED84
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42BAE7E0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42BADF67
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B9B179
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E5F4CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C0B365
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42D0C5B5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27280A00
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2727AD0C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2728362E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272170FA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272170FA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D0AFD5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C7C847
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x220CDC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x221AC7E1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x221B6406
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x221B59BD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x221B7A2E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F9460B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F5E3AC6
24. ??:0: ?? @ 0x7FC7D5770AC2
25. ??:0: ?? @ 0x7FC7D58028BF

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/8j0r/0016c4/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/8j0r/0016c4/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/8j0r/0016c4', '--source-root', '/home/runner/.ya/build/build_root/8j0r/0016c4/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/8j0r/0016c4/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--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/8j0r/0016c4/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/8j0r/0016c4/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/8j0r/0016c4', '--source-root', '/home/runner/.ya/build/build_root/8j0r/0016c4/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/8j0r/0016c4/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--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% 3970 30% 3970 50% 3970 90% 3970 99% 3970 ms
Write: 10% 4529 30% 4529 50% 4529 90% 4529 99% 4529 ms
Write: 10% 6421 30% 6421 50% 6421 90% 6421 99% 6421 ms
Write: 10% 14207 30% 14207 50% 14207 90% 14207 99% 14207 ms
Write: 10% 13677 30% 13677 50% 13677 90% 13677 99% 13677 ms
Write: 10% 15276 30% 15276 50% 15276 90% 15276 99% 15276 ms
Write: 10% 17853 30% 17853 50% 17853 90% 17853 99% 17853 ms
Write: 10% 18192 30% 18192 50% 18192 90% 18192 99% 18192 ms
Write: 10% 16426 30% 16426 50% 16426 90% 16426 99% 16426 ms
Write: 10% 15770 30% 15770 50% 15770 90% 15770 99% 15770 ms
Write: 10% 16594 30% 16594 50% 16594 90% 16594 99% 16594 ms
Write: 10% 16937 30% 16937 50% 16937 90% 16937 99% 16937 ms
Write: 10% 17717 30% 17717 50% 17717 90% 17717 99% 17717 ms
Write: 10% 13963 30% 13963 50% 13963 90% 13963 99% 13963 ms
Write: 10% 13652 30% 13652 50% 13652 90% 13652 99% 13652 ms
Write: 10% 17497 30% 17497 50% 17497 90% 17497 99% 17497 ms
Write: 10% 18863 30% 18863 50% 18863 90% 18863 99% 18863 ms
Write: 10% 17971 30% 17971 50% 17971 90% 17971 99% 17971 ms
Write: 10% 13427 30% 13427 50% 13427 90% 13427 99% 13427 ms
Write: 10% 17583 30% 17583 50% 17583 90% 17583 99% 17583 ms
Write: 10% 16856 30% 16856 50% 16856 90% 16856 99% 16856 ms
Write: 10% 19407 30% 19407 50% 19407 90% 19407 99% 19407 ms
Write: 10% 16299 30% 16299 50% 16299 90% 16299 99% 16299 ms
Write: 10% 12143 30% 12143 50% 12143 90% 12143 99% 12143 ms
Write: 10% 4952 30% 4952 50% 4952 90% 4952 99% 4952 ms
Write: 10% 9880 30% 9880 50% 9880 90% 9880 99% 9880 ms
Write: 10% 9208 30% 9208 50% 9208 90% 9208 99% 9208 ms
Write: 10% 11585 30% 11585 50% 11585 90% 11585 99% 11585 ms
Write: 10% 16443 30% 16443 50% 16443 90% 16443 99% 16443 ms
Write: 10% 16452 30% 16452 50% 16452 90% 16452 99% 16452 ms
Write: 10% 17067 30% 17067 50% 17067 90% 17067 99% 17067 ms
Write: 10% 13571 30% 13571 50% 13571 90% 13571 99% 13571 ms
Write: 10% 10786 30% 10786 50% 10786 90% 10786 99% 10786 ms
Write: 10% 9155 30% 9155 50% 9155 90% 9155 99% 9155 ms
Write: 10% 16605 30% 16605 50% 16605 90% 16605 99% 16605 ms
Write: 10% 14667 30% 14667 50% 14667 90% 14667 99% 14667 ms
Write: 10% 11857 30% 11857 50% 11857 90% 11857 99% 11857 ms
Write: 10% 5920 30% 5920 50% 5920 90% 5920 99% 5920 ms
Write: 10% 6245 30% 6245 50% 6245 90% 6245 99% 6245 ms
Write: 10% 2661 30% 2661 50% 2661 90% 2661 99% 2661 ms
Write: 10% 6410 30% 6410 50% 6410 90% 6410 99% 6410 ms
Write: 10% 8990 30% 8990 50% 8990 90% 8990 99% 8990 ms
Write: 10% 5422 30% 5422 50% 5422 90% 5422 99% 5422 ms
Write: 10% 17915 30% 17915 50% 17915 90% 17915 99% 17915 ms
Write: 10% 8949 30% 8949 50% 8949 90% 8949 99% 8949 ms
Write: 10% 6541 30% 6541 50% 6541 90% 6541 99% 6541 ms
Write: 10% 3188 30% 3188 50% 3188 90% 3188 99% 3188 ms
Write: 10% 5602 30% 5602 50% 5602 90% 5602 99% 5602 ms
Write: 10% 3704 30% 3704 50% 3704 90% 3704 99% 3704 ms
Write: 10% 10561 30% 10561 50% 10561 90% 10561 99% 10561 ms
Write: 10% 7520 30% 7520 50% 7520 90% 7520 99% 7520 ms
Write: 10% 3866 30% 3866 50% 3866 90% 3866 99% 3866 ms
Write: 10% 9215 30% 9215 50% 9215 90% 9215 99% 9215 ms
Write: 10% 11139 30% 11139 50% 11139 90% 11139 99% 11139 ms
Write: 10% 3165 30% 3165 50% 3165 90% 3165 99% 3165 ms
Write: 10% 3760 30% 3760 50% 3760 90% 3760 99% 3760 ms
Write: 10% 4438 30% 4438 50% 4438 90% 4438 99% 4438 ms
Write: 10% 5280 30% 5280 50% 5280 90% 5280 99% 5280 ms
Write: 10% 3655 30% 3655 50% 3655 90% 3655 99% 3655 ms
Write: 10% 3938 30% 3938 50% 3938 90% 3938 99% 3938 ms
Write: 10% 3047 30% 3047 50% 3047 90% 3047 99% 3047 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 3984 30% 3984 50% 3984 90% 3984 99% 3984 ms
Write: 10% 5323 30% 5323 50% 5323 90% 5323 99% 5323 ms
Step 2. read write
Write: 10% 2054 30% 2054 50% 2054 90% 2054 99% 2054 ms
Write: 10% 14107 30% 14107 50% 14107 90% 14107 99% 14107 ms
Write: 10% 21114 30% 21114 50% 21114 90% 21114 99% 21114 ms
Write: 10% 20437 30% 20437 50% 20437 90% 20437 99% 20437 ms
Write: 10% 22810 30% 22810 50% 22810 90% 22810 99% 22810 ms
Write: 10% 22654 30% 22654 50% 22654 90% 22654 99% 22654 ms
Write: 10% 23228 30% 23228 50% 23228 90% 23228 99% 23228 ms
Write: 10% 23626 30% 23626 50% 23626 90% 23626 99% 23626 ms
Write: 10% 20808 30% 20808 50% 20808 90% 20808 99% 20808 ms
Write: 10% 16377 30% 16377 50% 16377 90% 16377 99% 16377 ms
Write: 10% 12026 30% 12026 50% 12026 90% 12026 99% 12026 ms
Write: 10% 18174 30% 18174 50% 18174 90% 18174 99% 18174 ms
Write: 10% 18124 30% 18124 50% 18124 90% 18124 99% 18124 ms
Write: 10% 9824 30% 9824 50% 9824 90% 9824 99% 9824 ms
Write: 10% 20079 30% 20079 50% 20079 90% 20079 99% 20079 ms
Write: 10% 21647 30% 21647 50% 21647 90% 21647 99% 21647 ms
Write: 10% 21180 30% 21180 50% 21180 90% 21180 99% 21180 ms
Write: 10% 11793 30% 11793 50% 11793 90% 11793 99% 11793 ms
Write: 10% 16205 30% 16205 50% 16205 90% 16205 99% 16205 ms
Write: 10% 23253 30% 23253 50% 23253 90% 23253 99% 23253 ms
Write: 10% 20460 30% 20460 50% 20460 90% 20460 99% 20460 ms
Write: 10% 6638 30% 6638 50% 6638 90% 6638 99% 6638 ms
Write: 10% 9814 30% 9814 50% 9814 90% 9814 99% 9814 ms
Write: 10% 19174 30% 19174 50% 19174 90% 19174 99% 19174 ms
Write: 10% 18735 30% 18735 50% 18735 90% 18735 99% 18735 ms
Write: 10% 20539 30% 20539 50% 20539 90% 20539 99% 20539 ms
Write: 10% 9906 30% 9906 50% 9906 90% 9906 99% 9906 ms
Write: 10% 19723 30% 19723 50% 19723 90% 19723 99% 19723 ms
Write: 10% 11980 30% 11980 50% 11980 90% 11980 99% 11980 ms
Write: 10% 8829 30% 8829 50% 8829 90% 8829 99% 8829 ms
Write: 10% 15369 30% 15369 50% 15369 90% 15369 99% 15369 ms
Write: 10% 9165 30% 9165 50% 9165 90% 9165 99% 9165 ms
Write: 10% 17146 30% 17146 50% 17146 90% 17146 99% 17146 ms
Write: 10% 9884 30% 9884 50% 9884 90% 9884 99% 9884 ms
Write: 10% 5432 30% 5432 50% 5432 90% 5432 99% 5432 ms
Write: 10% 15310 30% 15310 50% 15310 90% 15310 99% 15310 ms
Write: 10% 13769 30% 13769 50% 13769 90% 13769 99% 13769 ms
Write: 10% 6384 30% 6384 50% 6384 90% 6384 99% 6384 ms
Write: 10% 18229 30% 18229 50% 18229 90% 18229 99% 18229 ms
Write: 10% 7431 30% 7431 50% 7431 90% 7431 99% 7431 ms
Write: 10% 4366 30% 4366 50% 4366 90% 4366 99% 4366 ms
Write: 10% 16784 30% 16784 50% 16784 90% 16784 99% 16784 ms
Write: 10% 10389 30% 10389 50% 10389 90% 10389 99% 10389 ms
Write: 10% 11018 30% 11018 50% 11018 90% 11018 99% 11018 ms
Write: 10% 16230 30% 16230 50% 16230 90% 16230 99% 16230 ms
Write: 10% 9654 30% 9654 50% 9654 90% 9654 99% 9654 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 8789 30% 8789 50% 8789 90% 8789 99% 8789 ms
Write: 10% 6412 30% 6412 50% 6412 90% 6412 99% 6412 ms
Write: 10% 7070 30% 7070 50% 7070 90% 7070 99% 7070 ms
Write: 10% 9911 30% 9911 50% 9911 90% 9911 99% 9911 ms
Write: 10% 6044 30% 6044 50% 6044 90% 6044 99% 6044 ms
Write: 10% 9018 30% 9018 50% 9018 90% 9018 99% 9018 ms
Write: 10% 8713 30% 8713 50% 8713 90% 8713 99% 8713 ms
Write: 10% 14638 30% 14638 50% 14638 90% 14638 99% 14638 ms
Write: 10% 15354 30% 15354 50% 15354 90% 15354 99% 15354 ms
Write: 10% 4998 30% 4998 50% 4998 90% 4998 99% 4998 ms
Write: 10% 18049 30% 18049 50% 18049 90% 18049 99% 18049 ms
Write: 10% 5904 30% 5904 50% 5904 90% 5904 99% 5904 ms
Write: 10% 6331 30% 6331 50% 6331 90% 6331 99% 6331 ms
Write: 10% 10051 30% 10051 50% 10051 90% 10051 99% 10051 ms
Write: 10% 5038 30% 5038 50% 5038 90% 5038 99% 5038 ms
Write: 10% 4864 30% 4864 50% 4864 90% 4864 99% 4864 ms
Write: 10% 7675 30% 7675 50% 7675 90% 7675 99% 7675 ms
Read: 10% 3632 30% 4129 50% 4626 90% 24815 99% 29358 ms
Step 3. write modify
Was written: 13.96484375 MiB, Speed: 0.23274739583333334 MiB/s
Write: 10% 4808 30% 4808 50% 4808 90% 4808 99% 4808 ms
Write: 10% 5851 30% 5851 50% 5851 90% 5851 99% 5851 ms
Write: 10% 5850 30% 5850 50% 5850 90% 5850 99% 5850 ms
Write: 10% 5623 30% 5623 50% 5623 90% 5623 99% 5623 ms
Write: 10% 5275 30% 5275 50% 5275 90% 5275 99% 5275 ms
Write: 10% 6703 30% 6703 50% 6703 90% 6703 99% 6703 ms
Write: 10% 8942 30% 8942 50% 8942 90% 8942 99% 8942 ms
Write: 10% 11655 30% 11655 50% 11655 90% 11655 99% 11655 ms
Write: 10% 14471 30% 14471 50% 14471 90% 14471 99% 14471 ms
Write: 10% 15148 30% 15148 50% 15148 90% 15148 99% 15148 ms
Write: 10% 14054 30% 14054 50% 14054 90% 14054 99% 14054 ms
Write: 10% 15795 30% 15795 50% 15795 90% 15795 99% 15795 ms
Write: 10% 18588 30% 18588 50% 18588 90% 18588 99% 18588 ms
Write: 10% 18641 30% 18641 50% 18641 90% 18641 99% 18641 ms
Write: 10% 18326 30% 18326 50% 18326 90% 18326 99% 18326 ms
Write: 10% 18610 30% 18610 50% 18610 90% 18610 99% 18610 ms
Write: 10% 18556 30% 18556 50% 18556 90% 18556 99% 18556 ms
Write: 10% 19218 30% 19218 50% 19218 90% 19218 99% 19218 ms
Write: 10% 8538 30% 8538 50% 8538 90% 8538 99% 8538 ms
Write: 10% 17634 30% 17634 50% 17634 90% 17634 99% 17634 ms
Write: 10% 12928 30% 12928 50% 12928 90% 12928 99% 12928 ms
Write: 10% 12286 30% 12286 50% 12286 90% 12286 99% 12286 ms
Write: 10% 17668 30% 17668 50% 17668 90% 17668 99% 17668 ms
Write: 10% 16165 30% 16165 50% 16165 90% 16165 99% 16165 ms
Write: 10% 19126 30% 19126 50% 19126 90% 19126 99% 19126 ms
Write: 10% 15586 30% 15586 50% 15586 90% 15586 99% 15586 ms
Write: 10% 16694 30% 16694 50% 16694 90% 16694 99% 16694 ms
Write: 10% 16090 30% 16090 50% 16090 90% 16090 99% 16090 ms
Write: 10% 12035 30% 12035 50% 12035 90% 12035 99% 12035 ms
Write: 10% 10290 30% 10290 50% 10290 90% 10290 99% 10290 ms
Write: 10% 10260 30% 10260 50% 10260 90% 10260 99% 10260 ms
Write: 10% 14542 30% 14542 50% 14542 90% 14542 99% 14542 ms
Write: 10% 9660 30% 9660 50% 9660 90% 9660 99% 9660 ms
Write: 10% 19336 30% 19336 50% 19336 90% 19336 99% 19336 ms
Write: 10% 11751 30% 11751 50% 11751 90% 11751 99% 11751 ms
Write: 10% 8037 30% 8037 50% 8037 90% 8037 99% 8037 ms
Write: 10% 8912 30% 8912 50% 8912 90% 8912 99% 8912 ms
Write: 10% 12684 30% 12684 50% 12684 90% 12684 99% 12684 ms
Write: 10% 6370 30% 6370 50% 6370 90% 6370 99% 6370 ms
Write: 10% 6537 30% 6537 50% 6537 90% 6537 99% 6537 ms
Write: 10% 10613 30% 10613 50% 10613 90% 10613 99% 10613 ms
Write: 10% 8649 30% 8649 50% 8649 90% 8649 99% 8649 ms
Write: 10% 3236 30% 3236 50% 3236 90% 3236 99% 3236 ms
Write: 10% 11665 30% 11665 50% 11665 90% 11665 99% 11665 ms
Write: 10% 4794 30% 4794 50% 4794 90% 4794 99% 4794 ms
Write: 10% 3092 30% 3092 50% 3092 90% 3092 99% 3092 ms
Write: 10% 11735 30% 11735 50% 11735 90% 11735 99% 11735 ms
Write: 10% 4784 30% 4784 50% 4784 90% 4784 99% 4784 ms
Write: 10% 4347 30% 4347 50% 4347 90% 4347 99% 4347 ms
Write: 10% 5164 30% 5164 50% 5164 90% 5164 99% 5164 ms
Write: 10% 3875 30% 3875 50% 3875 90% 3875 99% 3875 ms
Write: 10% 3165 30% 3165 50% 3165 90% 3165 99% 3165 ms
Write: 10% 14267 30% 14267 50% 14267 90% 14267 99% 14267 ms
Write: 10% 7660 30% 7660 50% 7660 90% 7660 99% 7660 ms
Write: 10% 4332 30% 4332 50% 4332 90% 4332 99% 4332 ms
Write: 10% 2733 30% 2733 50% 2733 90% 2733 99% 2733 ms
Write: 10% 8334 30% 8334 50% 8334 90% 8334 99% 8334 ms
Write: 10% 3023 30% 3023 50% 3023 90% 3023 99% 3023 ms
Write: 10% 3086 30% 3086 50% 3086 90% 3086 99% 3086 ms
Write: 10% 3444 30% 3444 50% 3444 90% 3444 99% 3444 ms
Write: 10% 3924 30% 3924 50% 3924 90% 3924 99% 3924 ms
Write: 10% 6731 30% 6731 50% 6731 90% 6731 99% 6731 ms
Write: 10% 3813 30% 3813 50% 3813 90% 3813 99% 3813 ms
Write: 10% 5273 30% 5273 50% 5273 90% 5273 99% 5273 ms
Update: 10% 1916 30% 1916 50% 1916 90% 1916 99% 1916 ms
Step 4. read modify write
Write: 10% 5794 30% 5794 50% 5794 90% 5794 99% 5794 ms
Write: 10% 6621 30% 6621 50% 6621 90% 6621 99% 6621 ms
Write: 10% 8033 30% 8033 50% 8033 90% 8033 99% 8033 ms
Write: 10% 10687 30% 10687 50% 10687 90% 10687 99% 10687 ms
Write: 10% 11034 30% 11034 50% 11034 90% 11034 99% 11034 ms
Write: 10% 12979 30% 12979 50% 12979 90% 12979 99% 12979 ms
Write: 10% 13592 30% 13592 50% 13592 90% 13592 99% 13592 ms
Write: 10% 13265 30% 13265 50% 13265 90% 13265 99% 13265 ms
Write: 10% 16507 30% 16507 50% 16507 90% 16507 99% 16507 ms
Write: 10% 17723 30% 17723 50% 17723 90% 17723 99% 17723 ms
Write: 10% 14023 30% 14023 50% 14023 90% 14023 99% 14023 ms
Write: 10% 16869 30% 16869 50% 16869 90% 16869 99% 16869 ms
Write: 10% 20720 30% 20720 50% 20720 90% 20720 99% 20720 ms
Write: 10% 17268 30% 17268 50% 17268 90% 17268 99% 17268 ms
Write: 10% 16537 30% 16537 50% 16537 90% 16537 99% 16537 ms
Write: 10% 16660 30% 16660 50% 16660 90% 16660 99% 16660 ms
Write: 10% 16374 30% 16374 50% 16374 90% 16374 99% 16374 ms
Write: 10% 16320 30% 16320 50% 16320 90% 16320 99% 16320 ms
Write: 10% 13167 30% 13167 50% 13167 90% 13167 99% 13167 ms
Write: 10% 12799 30% 12799 50% 12799 90% 12799 99% 12799 ms
Write: 10% 15520 30% 15520 50% 15520 90% 15520 99% 15520 ms
Write: 10% 16039 30% 16039 50% 16039 90% 16039 99% 16039 ms
Write: 10% 16862 30% 16862 50% 16862 90% 16862 99% 16862 ms
Write: 10% 15214 30% 15214 50% 15214 90% 15214 99% 15214 ms
Write: 10% 16373 30% 16373 50% 16373 90% 16373 99% 16373 ms
Write: 10% 12191 30% 12191 50% 12191 90% 12191 99% 12191 ms
Was written: 25.0 MiB, Speed: 0.18391927083333334 MiB/s
Write: 10% 16768 30% 16768 50% 16768 90% 16768 99% 16768 ms
Write: 10% 11981 30% 11981 50% 11981 90% 11981 99% 11981 ms
Write: 10% 15280 30% 15280 50% 15280 90% 15280 99% 15280 ms
Write: 10% 15653 30% 15653 50% 15653 90% 15653 99% 15653 ms
Write: 10% 12827 30% 12827 50% 12827 90% 12827 99% 12827 ms
Write: 10% 11480 30% 11480 50% 11480 90% 11480 99% 11480 ms
Write: 10% 9724 30% 9724 50% 9724 90% 9724 99% 9724 ms
Write: 10% 7267 30% 7267 50% 7267 90% 7267 99% 7267 ms
Write: 10% 7454 30% 7454 50% 7454 90% 7454 99% 7454 ms
Write: 10% 5211 30% 5211 50% 5211 90% 5211 99% 5211 ms
Write: 10% 5943 30% 5943 50% 5943 90% 5943 99% 5943 ms
Write: 10% 9829 30% 9829 50% 9829 90% 9829 99% 9829 ms
Write: 10% 3366 30% 3366 50% 3366 90% 3366 99% 3366 ms
Write: 10% 10495 30% 10495 50% 10495 90% 10495 99% 10495 ms
Write: 10% 5259 30% 5259 50% 5259 90% 5259 99% 5259 ms
Write: 10% 2747 30% 2747 50% 2747 90% 2747 99% 2747 ms
Write: 10% 4054 30% 4054 50% 4054 90% 4054 99% 4054 ms
Write: 10% 5288 30% 5288 50% 5288 90% 5288 99% 5288 ms
Write: 10% 3665 30% 3665 50% 3665 90% 3665 99% 3665 ms
Write: 10% 3315 30% 3315 50% 3315 90% 3315 99% 3315 ms
Write: 10% 7042 30% 7042 50% 7042 90% 7042 99% 7042 ms
Write: 10% 3347 30% 3347 50% 3347 90% 3347 99% 3347 ms
Write: 10% 6503 30% 6503 50% 6503 90% 6503 99% 6503 ms
Write: 10% 4834 30% 4834 50% 4834 90% 4834 99% 4834 ms
Write: 10% 5181 30% 5181 50% 5181 90% 5181 99% 5181 ms
Write: 10% 11294 30% 11294 50% 11294 90% 11294 99% 11294 ms
Write: 10% 13732 30% 13732 50% 13732 90% 13732 99% 13732 ms
Write: 10% 5762 30% 5762 50% 5762 90% 5762 99% 5762 ms
Write: 10% 3318 30% 3318 50% 3318 90% 3318 99% 3318 ms
Write: 10% 6821 30% 6821 50% 6821 90% 6821 99% 6821 ms
Write: 10% 5250 30% 5250 50% 5250 90% 5250 99% 5250 ms
Write: 10% 4572 30% 4572 50% 4572 90% 4572 99% 4572 ms
Write: 10% 8271 30% 8271 50% 8271 90% 8271 99% 8271 ms
Write: 10% 9953 30% 9953 50% 9953 90% 9953 99% 9953 ms
Write: 10% 3883 30% 3883 50% 3883 90% 3883 99% 3883 ms
Write: 10% 6214 30% 6214 50% 6214 90% 6214 99% 6214 ms
Write: 10% 6830 30% 6830 50% 6830 90% 6830 99% 6830 ms
Write: 10% 11077 30% 11077 50% 11077 90% 11077 99% 11077 ms
Read: 10% 3757 30% 4311 50% 4865 90% 22022 99% 25882 ms
Update: 10% 1941 30% 1941 50% 1941 90% 1941 99% 1941 ms
