Thread 0 failed
Thread 3 failed
Thread 1 failed
Thread 0 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/qx24/001b2f/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/qx24/001b2f/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/qx24/001b2f/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/qx24/001b2f/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/qx24/001b2f/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-30T10:57:43.239947Z): tablet_id=72075186224038022;self_id=[1:7566966958143807382:7916];ev=NActors::IEventHandle;tx_id=281474976710840;lock_id=281474976710835;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 @ 0x1FB18267
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FB05F9A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x223B0B8D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x423C9324
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D68D80
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D68507
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D55719
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E7CBCAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42DC5905
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42EC6B55
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27457D90
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2745209C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x2745A9BE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x273EE59A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x273EE59A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42EC5575
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E36DE7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x222A4C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x22389661
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x22393286
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2239283D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x223948AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB1D2C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F7BACD6
24. ??:0: ?? @ 0x7FFAD14C5AC2
25. ??:0: ?? @ 0x7FFAD15578BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/qx24/001b2f/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/qx24/001b2f/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-30T10:57:38.768336Z): tablet_id=72075186224038239;self_id=[4:7566966953777506002:7275];ev=NActors::IEventHandle;tx_id=281474976740794;lock_id=281474976740792;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 @ 0x1FB18267
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FB05F9A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x223B0B8D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x423C9324
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D68D80
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D68507
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D55719
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E7CBCAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42DC5905
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42EC6B55
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27457D90
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2745209C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x2745A9BE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x273EE59A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x273EE59A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42EC5575
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E36DE7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x222A4C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x22389661
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x22393286
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2239283D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x223948AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB1D2C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F7BACD6
24. ??:0: ?? @ 0x7FA930230AC2
25. ??:0: ?? @ 0x7FA9302C28BF

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/qx24/001b2f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/001b2f/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/001b2f', '--source-root', '/home/runner/.ya/build/build_root/qx24/001b2f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/001b2f/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', '--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/qx24/001b2f/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/qx24/001b2f/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/qx24/001b2f', '--source-root', '/home/runner/.ya/build/build_root/qx24/001b2f/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/qx24/001b2f/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', '--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% 5704 30% 5704 50% 5704 90% 5704 99% 5704 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 5163 30% 5163 50% 5163 90% 5163 99% 5163 ms
Write: 10% 5986 30% 5986 50% 5986 90% 5986 99% 5986 ms
Write: 10% 10209 30% 10209 50% 10209 90% 10209 99% 10209 ms
Write: 10% 16378 30% 16378 50% 16378 90% 16378 99% 16378 ms
Write: 10% 22184 30% 22184 50% 22184 90% 22184 99% 22184 ms
Write: 10% 22843 30% 22843 50% 22843 90% 22843 99% 22843 ms
Write: 10% 23314 30% 23314 50% 23314 90% 23314 99% 23314 ms
Write: 10% 24797 30% 24797 50% 24797 90% 24797 99% 24797 ms
Write: 10% 22842 30% 22842 50% 22842 90% 22842 99% 22842 ms
Write: 10% 24660 30% 24660 50% 24660 90% 24660 99% 24660 ms
Write: 10% 17167 30% 17167 50% 17167 90% 17167 99% 17167 ms
Write: 10% 18563 30% 18563 50% 18563 90% 18563 99% 18563 ms
Write: 10% 14894 30% 14894 50% 14894 90% 14894 99% 14894 ms
Write: 10% 15629 30% 15629 50% 15629 90% 15629 99% 15629 ms
Write: 10% 15793 30% 15793 50% 15793 90% 15793 99% 15793 ms
Write: 10% 24479 30% 24479 50% 24479 90% 24479 99% 24479 ms
Write: 10% 22884 30% 22884 50% 22884 90% 22884 99% 22884 ms
Write: 10% 20868 30% 20868 50% 20868 90% 20868 99% 20868 ms
Write: 10% 19988 30% 19988 50% 19988 90% 19988 99% 19988 ms
Write: 10% 21972 30% 21972 50% 21972 90% 21972 99% 21972 ms
Write: 10% 18247 30% 18247 50% 18247 90% 18247 99% 18247 ms
Write: 10% 14659 30% 14659 50% 14659 90% 14659 99% 14659 ms
Write: 10% 18174 30% 18174 50% 18174 90% 18174 99% 18174 ms
Write: 10% 10609 30% 10609 50% 10609 90% 10609 99% 10609 ms
Write: 10% 23170 30% 23170 50% 23170 90% 23170 99% 23170 ms
Write: 10% 10398 30% 10398 50% 10398 90% 10398 99% 10398 ms
Write: 10% 10192 30% 10192 50% 10192 90% 10192 99% 10192 ms
Write: 10% 24170 30% 24170 50% 24170 90% 24170 99% 24170 ms
Write: 10% 16270 30% 16270 50% 16270 90% 16270 99% 16270 ms
Write: 10% 17317 30% 17317 50% 17317 90% 17317 99% 17317 ms
Write: 10% 18493 30% 18493 50% 18493 90% 18493 99% 18493 ms
Write: 10% 8925 30% 8925 50% 8925 90% 8925 99% 8925 ms
Write: 10% 14951 30% 14951 50% 14951 90% 14951 99% 14951 ms
Write: 10% 12804 30% 12804 50% 12804 90% 12804 99% 12804 ms
Write: 10% 8375 30% 8375 50% 8375 90% 8375 99% 8375 ms
Write: 10% 7777 30% 7777 50% 7777 90% 7777 99% 7777 ms
Write: 10% 13337 30% 13337 50% 13337 90% 13337 99% 13337 ms
Write: 10% 11477 30% 11477 50% 11477 90% 11477 99% 11477 ms
Write: 10% 4810 30% 4810 50% 4810 90% 4810 99% 4810 ms
Write: 10% 9988 30% 9988 50% 9988 90% 9988 99% 9988 ms
Write: 10% 2612 30% 2612 50% 2612 90% 2612 99% 2612 ms
Write: 10% 4845 30% 4845 50% 4845 90% 4845 99% 4845 ms
Write: 10% 3624 30% 3624 50% 3624 90% 3624 99% 3624 ms
Write: 10% 14050 30% 14050 50% 14050 90% 14050 99% 14050 ms
Write: 10% 2758 30% 2758 50% 2758 90% 2758 99% 2758 ms
Write: 10% 5022 30% 5022 50% 5022 90% 5022 99% 5022 ms
Write: 10% 3338 30% 3338 50% 3338 90% 3338 99% 3338 ms
Write: 10% 2816 30% 2816 50% 2816 90% 2816 99% 2816 ms
Write: 10% 5259 30% 5259 50% 5259 90% 5259 99% 5259 ms
Write: 10% 3255 30% 3255 50% 3255 90% 3255 99% 3255 ms
Write: 10% 3608 30% 3608 50% 3608 90% 3608 99% 3608 ms
Write: 10% 3167 30% 3167 50% 3167 90% 3167 99% 3167 ms
Write: 10% 4077 30% 4077 50% 4077 90% 4077 99% 4077 ms
Write: 10% 2878 30% 2878 50% 2878 90% 2878 99% 2878 ms
Write: 10% 9131 30% 9131 50% 9131 90% 9131 99% 9131 ms
Write: 10% 2963 30% 2963 50% 2963 90% 2963 99% 2963 ms
Write: 10% 4623 30% 4623 50% 4623 90% 4623 99% 4623 ms
Write: 10% 4425 30% 4425 50% 4425 90% 4425 99% 4425 ms
Write: 10% 6177 30% 6177 50% 6177 90% 6177 99% 6177 ms
Write: 10% 8448 30% 8448 50% 8448 90% 8448 99% 8448 ms
Write: 10% 3745 30% 3745 50% 3745 90% 3745 99% 3745 ms
Write: 10% 2641 30% 2641 50% 2641 90% 2641 99% 2641 ms
Step 2. read write
Write: 10% 3310 30% 3310 50% 3310 90% 3310 99% 3310 ms
Write: 10% 7001 30% 7001 50% 7001 90% 7001 99% 7001 ms
Write: 10% 5334 30% 5334 50% 5334 90% 5334 99% 5334 ms
Write: 10% 9144 30% 9144 50% 9144 90% 9144 99% 9144 ms
Write: 10% 8188 30% 8188 50% 8188 90% 8188 99% 8188 ms
Write: 10% 9632 30% 9632 50% 9632 90% 9632 99% 9632 ms
Write: 10% 12326 30% 12326 50% 12326 90% 12326 99% 12326 ms
Write: 10% 13578 30% 13578 50% 13578 90% 13578 99% 13578 ms
Write: 10% 19022 30% 19022 50% 19022 90% 19022 99% 19022 ms
Write: 10% 18196 30% 18196 50% 18196 90% 18196 99% 18196 ms
Write: 10% 17346 30% 17346 50% 17346 90% 17346 99% 17346 ms
Write: 10% 21783 30% 21783 50% 21783 90% 21783 99% 21783 ms
Write: 10% 20444 30% 20444 50% 20444 90% 20444 99% 20444 ms
Write: 10% 22842 30% 22842 50% 22842 90% 22842 99% 22842 ms
Write: 10% 23547 30% 23547 50% 23547 90% 23547 99% 23547 ms
Write: 10% 22152 30% 22152 50% 22152 90% 22152 99% 22152 ms
Write: 10% 26260 30% 26260 50% 26260 90% 26260 99% 26260 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 24351 30% 24351 50% 24351 90% 24351 99% 24351 ms
Write: 10% 24154 30% 24154 50% 24154 90% 24154 99% 24154 ms
Write: 10% 20912 30% 20912 50% 20912 90% 20912 99% 20912 ms
Write: 10% 22455 30% 22455 50% 22455 90% 22455 99% 22455 ms
Write: 10% 20876 30% 20876 50% 20876 90% 20876 99% 20876 ms
Write: 10% 13372 30% 13372 50% 13372 90% 13372 99% 13372 ms
Write: 10% 14152 30% 14152 50% 14152 90% 14152 99% 14152 ms
Write: 10% 8230 30% 8230 50% 8230 90% 8230 99% 8230 ms
Write: 10% 11603 30% 11603 50% 11603 90% 11603 99% 11603 ms
Write: 10% 18406 30% 18406 50% 18406 90% 18406 99% 18406 ms
Write: 10% 19113 30% 19113 50% 19113 90% 19113 99% 19113 ms
Write: 10% 15727 30% 15727 50% 15727 90% 15727 99% 15727 ms
Write: 10% 21004 30% 21004 50% 21004 90% 21004 99% 21004 ms
Write: 10% 10629 30% 10629 50% 10629 90% 10629 99% 10629 ms
Write: 10% 3839 30% 3839 50% 3839 90% 3839 99% 3839 ms
Write: 10% 19186 30% 19186 50% 19186 90% 19186 99% 19186 ms
Write: 10% 4145 30% 4145 50% 4145 90% 4145 99% 4145 ms
Write: 10% 6964 30% 6964 50% 6964 90% 6964 99% 6964 ms
Write: 10% 18232 30% 18232 50% 18232 90% 18232 99% 18232 ms
Write: 10% 12836 30% 12836 50% 12836 90% 12836 99% 12836 ms
Write: 10% 6578 30% 6578 50% 6578 90% 6578 99% 6578 ms
Write: 10% 11848 30% 11848 50% 11848 90% 11848 99% 11848 ms
Write: 10% 22514 30% 22514 50% 22514 90% 22514 99% 22514 ms
Write: 10% 13101 30% 13101 50% 13101 90% 13101 99% 13101 ms
Write: 10% 16309 30% 16309 50% 16309 90% 16309 99% 16309 ms
Write: 10% 9325 30% 9325 50% 9325 90% 9325 99% 9325 ms
Write: 10% 2266 30% 2266 50% 2266 90% 2266 99% 2266 ms
Write: 10% 7491 30% 7491 50% 7491 90% 7491 99% 7491 ms
Write: 10% 10525 30% 10525 50% 10525 90% 10525 99% 10525 ms
Write: 10% 2255 30% 2255 50% 2255 90% 2255 99% 2255 ms
Write: 10% 9883 30% 9883 50% 9883 90% 9883 99% 9883 ms
Write: 10% 18133 30% 18133 50% 18133 90% 18133 99% 18133 ms
Write: 10% 13375 30% 13375 50% 13375 90% 13375 99% 13375 ms
Write: 10% 3975 30% 3975 50% 3975 90% 3975 99% 3975 ms
Write: 10% 5393 30% 5393 50% 5393 90% 5393 99% 5393 ms
Write: 10% 3093 30% 3093 50% 3093 90% 3093 99% 3093 ms
Write: 10% 15603 30% 15603 50% 15603 90% 15603 99% 15603 ms
Write: 10% 6830 30% 6830 50% 6830 90% 6830 99% 6830 ms
Write: 10% 2873 30% 2873 50% 2873 90% 2873 99% 2873 ms
Write: 10% 7406 30% 7406 50% 7406 90% 7406 99% 7406 ms
Write: 10% 4810 30% 4810 50% 4810 90% 4810 99% 4810 ms
Write: 10% 3441 30% 3441 50% 3441 90% 3441 99% 3441 ms
Write: 10% 10008 30% 10008 50% 10008 90% 10008 99% 10008 ms
Write: 10% 14174 30% 14174 50% 14174 90% 14174 99% 14174 ms
Write: 10% 4929 30% 4929 50% 4929 90% 4929 99% 4929 ms
Write: 10% 3472 30% 3472 50% 3472 90% 3472 99% 3472 ms
Write: 10% 3633 30% 3633 50% 3633 90% 3633 99% 3633 ms
Read: 10% 6249 30% 10585 50% 14921 90% 22509 99% 24216 ms
Step 3. write modify
Write: 10% 1484 30% 1484 50% 1484 90% 1484 99% 1484 ms
Write: 10% 1561 30% 1561 50% 1561 90% 1561 99% 1561 ms
Write: 10% 2887 30% 2887 50% 2887 90% 2887 99% 2887 ms
Write: 10% 3077 30% 3077 50% 3077 90% 3077 99% 3077 ms
Write: 10% 2214 30% 2214 50% 2214 90% 2214 99% 2214 ms
Write: 10% 4530 30% 4530 50% 4530 90% 4530 99% 4530 ms
Write: 10% 9496 30% 9496 50% 9496 90% 9496 99% 9496 ms
Write: 10% 13223 30% 13223 50% 13223 90% 13223 99% 13223 ms
Write: 10% 18450 30% 18450 50% 18450 90% 18450 99% 18450 ms
Write: 10% 17547 30% 17547 50% 17547 90% 17547 99% 17547 ms
Write: 10% 20202 30% 20202 50% 20202 90% 20202 99% 20202 ms
Write: 10% 19935 30% 19935 50% 19935 90% 19935 99% 19935 ms
Write: 10% 17599 30% 17599 50% 17599 90% 17599 99% 17599 ms
Write: 10% 18662 30% 18662 50% 18662 90% 18662 99% 18662 ms
Write: 10% 20074 30% 20074 50% 20074 90% 20074 99% 20074 ms
Write: 10% 15459 30% 15459 50% 15459 90% 15459 99% 15459 ms
Write: 10% 21118 30% 21118 50% 21118 90% 21118 99% 21118 ms
Write: 10% 19476 30% 19476 50% 19476 90% 19476 99% 19476 ms
Write: 10% 19219 30% 19219 50% 19219 90% 19219 99% 19219 ms
Write: 10% 14255 30% 14255 50% 14255 90% 14255 99% 14255 ms
Write: 10% 15777 30% 15777 50% 15777 90% 15777 99% 15777 ms
Write: 10% 17017 30% 17017 50% 17017 90% 17017 99% 17017 ms
Write: 10% 14642 30% 14642 50% 14642 90% 14642 99% 14642 ms
Write: 10% 15806 30% 15806 50% 15806 90% 15806 99% 15806 ms
Write: 10% 8684 30% 8684 50% 8684 90% 8684 99% 8684 ms
Write: 10% 13266 30% 13266 50% 13266 90% 13266 99% 13266 ms
Write: 10% 10427 30% 10427 50% 10427 90% 10427 99% 10427 ms
Write: 10% 9653 30% 9653 50% 9653 90% 9653 99% 9653 ms
Write: 10% 9240 30% 9240 50% 9240 90% 9240 99% 9240 ms
Write: 10% 18574 30% 18574 50% 18574 90% 18574 99% 18574 ms
Write: 10% 12795 30% 12795 50% 12795 90% 12795 99% 12795 ms
Write: 10% 10111 30% 10111 50% 10111 90% 10111 99% 10111 ms
Write: 10% 13551 30% 13551 50% 13551 90% 13551 99% 13551 ms
Write: 10% 11499 30% 11499 50% 11499 90% 11499 99% 11499 ms
Write: 10% 7938 30% 7938 50% 7938 90% 7938 99% 7938 ms
Write: 10% 13137 30% 13137 50% 13137 90% 13137 99% 13137 ms
Write: 10% 2754 30% 2754 50% 2754 90% 2754 99% 2754 ms
Write: 10% 7377 30% 7377 50% 7377 90% 7377 99% 7377 ms
Write: 10% 5589 30% 5589 50% 5589 90% 5589 99% 5589 ms
Write: 10% 11872 30% 11872 50% 11872 90% 11872 99% 11872 ms
Write: 10% 4470 30% 4470 50% 4470 90% 4470 99% 4470 ms
Write: 10% 6778 30% 6778 50% 6778 90% 6778 99% 6778 ms
Write: 10% 4270 30% 4270 50% 4270 90% 4270 99% 4270 ms
Write: 10% 4247 30% 4247 50% 4247 90% 4247 99% 4247 ms
Write: 10% 3570 30% 3570 50% 3570 90% 3570 99% 3570 ms
Write: 10% 12844 30% 12844 50% 12844 90% 12844 99% 12844 ms
Write: 10% 7215 30% 7215 50% 7215 90% 7215 99% 7215 ms
Write: 10% 12310 30% 12310 50% 12310 90% 12310 99% 12310 ms
Write: 10% 5358 30% 5358 50% 5358 90% 5358 99% 5358 ms
Write: 10% 6752 30% 6752 50% 6752 90% 6752 99% 6752 ms
Write: 10% 11445 30% 11445 50% 11445 90% 11445 99% 11445 ms
Write: 10% 5050 30% 5050 50% 5050 90% 5050 99% 5050 ms
Write: 10% 3212 30% 3212 50% 3212 90% 3212 99% 3212 ms
Write: 10% 10623 30% 10623 50% 10623 90% 10623 99% 10623 ms
Write: 10% 3875 30% 3875 50% 3875 90% 3875 99% 3875 ms
Write: 10% 6064 30% 6064 50% 6064 90% 6064 99% 6064 ms
Write: 10% 11095 30% 11095 50% 11095 90% 11095 99% 11095 ms
Write: 10% 10717 30% 10717 50% 10717 90% 10717 99% 10717 ms
Write: 10% 4437 30% 4437 50% 4437 90% 4437 99% 4437 ms
Write: 10% 8250 30% 8250 50% 8250 90% 8250 99% 8250 ms
Write: 10% 5749 30% 5749 50% 5749 90% 5749 99% 5749 ms
Write: 10% 5058 30% 5058 50% 5058 90% 5058 99% 5058 ms
Write: 10% 4447 30% 4447 50% 4447 90% 4447 99% 4447 ms
Write: 10% 8627 30% 8627 50% 8627 90% 8627 99% 8627 ms
Update: 10% 762 30% 762 50% 762 90% 762 99% 762 ms
Step 4. read modify write
Write: 10% 1168 30% 1168 50% 1168 90% 1168 99% 1168 ms
Write: 10% 4456 30% 4456 50% 4456 90% 4456 99% 4456 ms
Write: 10% 4952 30% 4952 50% 4952 90% 4952 99% 4952 ms
Write: 10% 8880 30% 8880 50% 8880 90% 8880 99% 8880 ms
Write: 10% 10675 30% 10675 50% 10675 90% 10675 99% 10675 ms
Write: 10% 14482 30% 14482 50% 14482 90% 14482 99% 14482 ms
Write: 10% 14037 30% 14037 50% 14037 90% 14037 99% 14037 ms
Write: 10% 14451 30% 14451 50% 14451 90% 14451 99% 14451 ms
Was written: 25.0 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 16760 30% 16760 50% 16760 90% 16760 99% 16760 ms
Write: 10% 19161 30% 19161 50% 19161 90% 19161 99% 19161 ms
Write: 10% 17730 30% 17730 50% 17730 90% 17730 99% 17730 ms
Write: 10% 19995 30% 19995 50% 19995 90% 19995 99% 19995 ms
Write: 10% 20561 30% 20561 50% 20561 90% 20561 99% 20561 ms
Write: 10% 19414 30% 19414 50% 19414 90% 19414 99% 19414 ms
Write: 10% 20547 30% 20547 50% 20547 90% 20547 99% 20547 ms
Write: 10% 19626 30% 19626 50% 19626 90% 19626 99% 19626 ms
Write: 10% 21426 30% 21426 50% 21426 90% 21426 99% 21426 ms
Write: 10% 16791 30% 16791 50% 16791 90% 16791 99% 16791 ms
Write: 10% 16911 30% 16911 50% 16911 90% 16911 99% 16911 ms
Write: 10% 15259 30% 15259 50% 15259 90% 15259 99% 15259 ms
Write: 10% 19602 30% 19602 50% 19602 90% 19602 99% 19602 ms
Write: 10% 18049 30% 18049 50% 18049 90% 18049 99% 18049 ms
Write: 10% 18838 30% 18838 50% 18838 90% 18838 99% 18838 ms
Write: 10% 10039 30% 10039 50% 10039 90% 10039 99% 10039 ms
Write: 10% 8444 30% 8444 50% 8444 90% 8444 99% 8444 ms
Write: 10% 17710 30% 17710 50% 17710 90% 17710 99% 17710 ms
Write: 10% 9779 30% 9779 50% 9779 90% 9779 99% 9779 ms
Write: 10% 16403 30% 16403 50% 16403 90% 16403 99% 16403 ms
Write: 10% 19028 30% 19028 50% 19028 90% 19028 99% 19028 ms
Write: 10% 15651 30% 15651 50% 15651 90% 15651 99% 15651 ms
Write: 10% 15737 30% 15737 50% 15737 90% 15737 99% 15737 ms
Write: 10% 15510 30% 15510 50% 15510 90% 15510 99% 15510 ms
Write: 10% 3301 30% 3301 50% 3301 90% 3301 99% 3301 ms
Write: 10% 12994 30% 12994 50% 12994 90% 12994 99% 12994 ms
Write: 10% 16402 30% 16402 50% 16402 90% 16402 99% 16402 ms
Write: 10% 14243 30% 14243 50% 14243 90% 14243 99% 14243 ms
Write: 10% 9431 30% 9431 50% 9431 90% 9431 99% 9431 ms
Write: 10% 9566 30% 9566 50% 9566 90% 9566 99% 9566 ms
Write: 10% 6768 30% 6768 50% 6768 90% 6768 99% 6768 ms
Write: 10% 11883 30% 11883 50% 11883 90% 11883 99% 11883 ms
Write: 10% 11108 30% 11108 50% 11108 90% 11108 99% 11108 ms
Write: 10% 11912 30% 11912 50% 11912 90% 11912 99% 11912 ms
Write: 10% 3999 30% 3999 50% 3999 90% 3999 99% 3999 ms
Write: 10% 7012 30% 7012 50% 7012 90% 7012 99% 7012 ms
Write: 10% 4705 30% 4705 50% 4705 90% 4705 99% 4705 ms
Write: 10% 3174 30% 3174 50% 3174 90% 3174 99% 3174 ms
Write: 10% 14230 30% 14230 50% 14230 90% 14230 99% 14230 ms
Write: 10% 7207 30% 7207 50% 7207 90% 7207 99% 7207 ms
Write: 10% 19665 30% 19665 50% 19665 90% 19665 99% 19665 ms
Write: 10% 6090 30% 6090 50% 6090 90% 6090 99% 6090 ms
Write: 10% 9872 30% 9872 50% 9872 90% 9872 99% 9872 ms
Write: 10% 4464 30% 4464 50% 4464 90% 4464 99% 4464 ms
Write: 10% 3692 30% 3692 50% 3692 90% 3692 99% 3692 ms
Write: 10% 4011 30% 4011 50% 4011 90% 4011 99% 4011 ms
Write: 10% 6003 30% 6003 50% 6003 90% 6003 99% 6003 ms
Write: 10% 4740 30% 4740 50% 4740 90% 4740 99% 4740 ms
Write: 10% 10004 30% 10004 50% 10004 90% 10004 99% 10004 ms
Write: 10% 12130 30% 12130 50% 12130 90% 12130 99% 12130 ms
Write: 10% 7026 30% 7026 50% 7026 90% 7026 99% 7026 ms
Write: 10% 4619 30% 4619 50% 4619 90% 4619 99% 4619 ms
Write: 10% 3797 30% 3797 50% 3797 90% 3797 99% 3797 ms
Write: 10% 6865 30% 6865 50% 6865 90% 6865 99% 6865 ms
Write: 10% 4509 30% 4509 50% 4509 90% 4509 99% 4509 ms
Write: 10% 4401 30% 4401 50% 4401 90% 4401 99% 4401 ms
Read: 10% 4242 30% 5440 50% 6638 90% 23441 99% 27222 ms
Update: 10% 2537 30% 2537 50% 2537 90% 2537 99% 2537 ms
