contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 0 failed
Thread 4 failed
Thread 2 failed
Thread 1 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/7b70/0002fb/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/7b70/0002fb/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/7b70/0002fb/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/7b70/0002fb/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/7b70/0002fb/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-30T15:56:55.465518Z): tablet_id=72075186224038158;self_id=[1:7567044348975294467:7292];ev=NActors::IEventHandle;tx_id=281474976735721;lock_id=281474976735719;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 @ 0xA602FD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA5FB516
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB48BF48
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x167742B6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16A8FF11
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16A8FD24
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16A87D3E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9F9A26C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16AB132C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16B14FEE
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCF69136
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCF670FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCF6A47E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCF43276
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCF43276
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16B14729
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16ADCCCA
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB434E57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB47C9F4
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB480AB4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4806C0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4812AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA604C2C
23. ??:0: ?? @ 0x7F61AF3DBAC2
24. ??:0: ?? @ 0x7F61AF46D8BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/7b70/0002fb/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_8/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/7b70/0002fb/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_8/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-30T15:56:55.918527Z): tablet_id=72075186224038030;self_id=[8:7567044345011101183:6316];ev=NActors::IEventHandle;tx_id=281474976730722;lock_id=281474976730711;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 @ 0xA602FD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA5FB516
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB48BF48
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x167742B6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16A8FF11
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16A8FD24
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16A87D3E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9F9A26C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16AB132C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16B14FEE
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCF69136
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCF670FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCF6A47E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCF43276
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCF43276
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16B14729
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16ADCCCA
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB434E57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB47C9F4
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB480AB4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4806C0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4812AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA604C2C
23. ??:0: ?? @ 0x7FD8EA9A4AC2
24. ??:0: ?? @ 0x7FD8EAA368BF

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: ...b/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/7b70/0002fb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7b70/0002fb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7b70/0002fb', '--source-root', '/home/runner/.ya/build/build_root/7b70/0002fb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7b70/0002fb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...b/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/7b70/0002fb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7b70/0002fb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7b70/0002fb', '--source-root', '/home/runner/.ya/build/build_root/7b70/0002fb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7b70/0002fb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 5731 30% 5731 50% 5731 90% 5731 99% 5731 ms
Write: 10% 6034 30% 6034 50% 6034 90% 6034 99% 6034 ms
Write: 10% 16539 30% 16539 50% 16539 90% 16539 99% 16539 ms
Write: 10% 17398 30% 17398 50% 17398 90% 17398 99% 17398 ms
Write: 10% 19390 30% 19390 50% 19390 90% 19390 99% 19390 ms
Write: 10% 19653 30% 19653 50% 19653 90% 19653 99% 19653 ms
Write: 10% 19058 30% 19058 50% 19058 90% 19058 99% 19058 ms
Write: 10% 19461 30% 19461 50% 19461 90% 19461 99% 19461 ms
Write: 10% 19112 30% 19112 50% 19112 90% 19112 99% 19112 ms
Write: 10% 18875 30% 18875 50% 18875 90% 18875 99% 18875 ms
Write: 10% 19156 30% 19156 50% 19156 90% 19156 99% 19156 ms
Write: 10% 18074 30% 18074 50% 18074 90% 18074 99% 18074 ms
Write: 10% 17500 30% 17500 50% 17500 90% 17500 99% 17500 ms
Write: 10% 17674 30% 17674 50% 17674 90% 17674 99% 17674 ms
Write: 10% 17132 30% 17132 50% 17132 90% 17132 99% 17132 ms
Write: 10% 12762 30% 12762 50% 12762 90% 12762 99% 12762 ms
Write: 10% 12412 30% 12412 50% 12412 90% 12412 99% 12412 ms
Write: 10% 12286 30% 12286 50% 12286 90% 12286 99% 12286 ms
Write: 10% 10655 30% 10655 50% 10655 90% 10655 99% 10655 ms
Write: 10% 12300 30% 12300 50% 12300 90% 12300 99% 12300 ms
Write: 10% 14334 30% 14334 50% 14334 90% 14334 99% 14334 ms
Write: 10% 10342 30% 10342 50% 10342 90% 10342 99% 10342 ms
Write: 10% 16172 30% 16172 50% 16172 90% 16172 99% 16172 ms
Write: 10% 14809 30% 14809 50% 14809 90% 14809 99% 14809 ms
Write: 10% 8832 30% 8832 50% 8832 90% 8832 99% 8832 ms
Write: 10% 15524 30% 15524 50% 15524 90% 15524 99% 15524 ms
Write: 10% 14269 30% 14269 50% 14269 90% 14269 99% 14269 ms
Write: 10% 13913 30% 13913 50% 13913 90% 13913 99% 13913 ms
Write: 10% 15147 30% 15147 50% 15147 90% 15147 99% 15147 ms
Write: 10% 15438 30% 15438 50% 15438 90% 15438 99% 15438 ms
Write: 10% 7480 30% 7480 50% 7480 90% 7480 99% 7480 ms
Write: 10% 18805 30% 18805 50% 18805 90% 18805 99% 18805 ms
Write: 10% 6109 30% 6109 50% 6109 90% 6109 99% 6109 ms
Write: 10% 4520 30% 4520 50% 4520 90% 4520 99% 4520 ms
Write: 10% 16843 30% 16843 50% 16843 90% 16843 99% 16843 ms
Write: 10% 15980 30% 15980 50% 15980 90% 15980 99% 15980 ms
Write: 10% 9740 30% 9740 50% 9740 90% 9740 99% 9740 ms
Write: 10% 9895 30% 9895 50% 9895 90% 9895 99% 9895 ms
Write: 10% 5274 30% 5274 50% 5274 90% 5274 99% 5274 ms
Write: 10% 3412 30% 3412 50% 3412 90% 3412 99% 3412 ms
Write: 10% 9880 30% 9880 50% 9880 90% 9880 99% 9880 ms
Write: 10% 7960 30% 7960 50% 7960 90% 7960 99% 7960 ms
Write: 10% 8603 30% 8603 50% 8603 90% 8603 99% 8603 ms
Write: 10% 7027 30% 7027 50% 7027 90% 7027 99% 7027 ms
Write: 10% 2769 30% 2769 50% 2769 90% 2769 99% 2769 ms
Write: 10% 5775 30% 5775 50% 5775 90% 5775 99% 5775 ms
Write: 10% 12659 30% 12659 50% 12659 90% 12659 99% 12659 ms
Write: 10% 4906 30% 4906 50% 4906 90% 4906 99% 4906 ms
Write: 10% 4799 30% 4799 50% 4799 90% 4799 99% 4799 ms
Write: 10% 5152 30% 5152 50% 5152 90% 5152 99% 5152 ms
Write: 10% 6660 30% 6660 50% 6660 90% 6660 99% 6660 ms
Write: 10% 3864 30% 3864 50% 3864 90% 3864 99% 3864 ms
Write: 10% 10594 30% 10594 50% 10594 90% 10594 99% 10594 ms
Write: 10% 4241 30% 4241 50% 4241 90% 4241 99% 4241 ms
Write: 10% 4086 30% 4086 50% 4086 90% 4086 99% 4086 ms
Write: 10% 4179 30% 4179 50% 4179 90% 4179 99% 4179 ms
Write: 10% 10093 30% 10093 50% 10093 90% 10093 99% 10093 ms
Write: 10% 3445 30% 3445 50% 3445 90% 3445 99% 3445 ms
Write: 10% 3497 30% 3497 50% 3497 90% 3497 99% 3497 ms
Write: 10% 3359 30% 3359 50% 3359 90% 3359 99% 3359 ms
Write: 10% 6967 30% 6967 50% 6967 90% 6967 99% 6967 ms
Write: 10% 4182 30% 4182 50% 4182 90% 4182 99% 4182 ms
Write: 10% 3366 30% 3366 50% 3366 90% 3366 99% 3366 ms
Write: 10% 5715 30% 5715 50% 5715 90% 5715 99% 5715 ms
Step 2. read write
Write: 10% 2343 30% 2343 50% 2343 90% 2343 99% 2343 ms
Write: 10% 3664 30% 3664 50% 3664 90% 3664 99% 3664 ms
Write: 10% 10106 30% 10106 50% 10106 90% 10106 99% 10106 ms
Write: 10% 14223 30% 14223 50% 14223 90% 14223 99% 14223 ms
Write: 10% 16999 30% 16999 50% 16999 90% 16999 99% 16999 ms
Write: 10% 17813 30% 17813 50% 17813 90% 17813 99% 17813 ms
Write: 10% 20754 30% 20754 50% 20754 90% 20754 99% 20754 ms
Write: 10% 21812 30% 21812 50% 21812 90% 21812 99% 21812 ms
Write: 10% 19729 30% 19729 50% 19729 90% 19729 99% 19729 ms
Write: 10% 23267 30% 23267 50% 23267 90% 23267 99% 23267 ms
Write: 10% 20789 30% 20789 50% 20789 90% 20789 99% 20789 ms
Write: 10% 20925 30% 20925 50% 20925 90% 20925 99% 20925 ms
Write: 10% 17005 30% 17005 50% 17005 90% 17005 99% 17005 ms
Write: 10% 17728 30% 17728 50% 17728 90% 17728 99% 17728 ms
Write: 10% 21560 30% 21560 50% 21560 90% 21560 99% 21560 ms
Write: 10% 20726 30% 20726 50% 20726 90% 20726 99% 20726 ms
Write: 10% 17225 30% 17225 50% 17225 90% 17225 99% 17225 ms
Write: 10% 7111 30% 7111 50% 7111 90% 7111 99% 7111 ms
Write: 10% 18766 30% 18766 50% 18766 90% 18766 99% 18766 ms
Write: 10% 14906 30% 14906 50% 14906 90% 14906 99% 14906 ms
Write: 10% 19278 30% 19278 50% 19278 90% 19278 99% 19278 ms
Write: 10% 13531 30% 13531 50% 13531 90% 13531 99% 13531 ms
Write: 10% 18730 30% 18730 50% 18730 90% 18730 99% 18730 ms
Write: 10% 8654 30% 8654 50% 8654 90% 8654 99% 8654 ms
Write: 10% 8779 30% 8779 50% 8779 90% 8779 99% 8779 ms
Write: 10% 12424 30% 12424 50% 12424 90% 12424 99% 12424 ms
Write: 10% 6934 30% 6934 50% 6934 90% 6934 99% 6934 ms
Write: 10% 14660 30% 14660 50% 14660 90% 14660 99% 14660 ms
Write: 10% 20123 30% 20123 50% 20123 90% 20123 99% 20123 ms
Write: 10% 14765 30% 14765 50% 14765 90% 14765 99% 14765 ms
Write: 10% 21290 30% 21290 50% 21290 90% 21290 99% 21290 ms
Write: 10% 6009 30% 6009 50% 6009 90% 6009 99% 6009 ms
Write: 10% 5389 30% 5389 50% 5389 90% 5389 99% 5389 ms
Write: 10% 5545 30% 5545 50% 5545 90% 5545 99% 5545 ms
Write: 10% 12045 30% 12045 50% 12045 90% 12045 99% 12045 ms
Write: 10% 12002 30% 12002 50% 12002 90% 12002 99% 12002 ms
Write: 10% 12137 30% 12137 50% 12137 90% 12137 99% 12137 ms
Write: 10% 11995 30% 11995 50% 11995 90% 11995 99% 11995 ms
Write: 10% 10141 30% 10141 50% 10141 90% 10141 99% 10141 ms
Write: 10% 11263 30% 11263 50% 11263 90% 11263 99% 11263 ms
Write: 10% 9407 30% 9407 50% 9407 90% 9407 99% 9407 ms
Write: 10% 9173 30% 9173 50% 9173 90% 9173 99% 9173 ms
Write: 10% 4735 30% 4735 50% 4735 90% 4735 99% 4735 ms
Write: 10% 11221 30% 11221 50% 11221 90% 11221 99% 11221 ms
Write: 10% 11719 30% 11719 50% 11719 90% 11719 99% 11719 ms
Write: 10% 8889 30% 8889 50% 8889 90% 8889 99% 8889 ms
Write: 10% 8862 30% 8862 50% 8862 90% 8862 99% 8862 ms
Write: 10% 8474 30% 8474 50% 8474 90% 8474 99% 8474 ms
Write: 10% 6540 30% 6540 50% 6540 90% 6540 99% 6540 ms
Write: 10% 6984 30% 6984 50% 6984 90% 6984 99% 6984 ms
Write: 10% 6099 30% 6099 50% 6099 90% 6099 99% 6099 ms
Write: 10% 13215 30% 13215 50% 13215 90% 13215 99% 13215 ms
Write: 10% 15516 30% 15516 50% 15516 90% 15516 99% 15516 ms
Write: 10% 7466 30% 7466 50% 7466 90% 7466 99% 7466 ms
Write: 10% 8632 30% 8632 50% 8632 90% 8632 99% 8632 ms
Write: 10% 9916 30% 9916 50% 9916 90% 9916 99% 9916 ms
Write: 10% 5664 30% 5664 50% 5664 90% 5664 99% 5664 ms
Write: 10% 5646 30% 5646 50% 5646 90% 5646 99% 5646 ms
Write: 10% 7291 30% 7291 50% 7291 90% 7291 99% 7291 ms
Write: 10% 5720 30% 5720 50% 5720 90% 5720 99% 5720 ms
Write: 10% 6843 30% 6843 50% 6843 90% 6843 99% 6843 ms
Write: 10% 7555 30% 7555 50% 7555 90% 7555 99% 7555 ms
Write: 10% 8313 30% 8313 50% 8313 90% 8313 99% 8313 ms
Write: 10% 6989 30% 6989 50% 6989 90% 6989 99% 6989 ms
Read: 10% 8859 30% 12644 50% 16429 90% 23999 99% 25703 ms
Step 3. write modify
Was written: 15.0390625 MiB, Speed: 0.2506510416666667 MiB/s
Write: 10% 2807 30% 2807 50% 2807 90% 2807 99% 2807 ms
Write: 10% 13649 30% 13649 50% 13649 90% 13649 99% 13649 ms
Write: 10% 14214 30% 14214 50% 14214 90% 14214 99% 14214 ms
Write: 10% 20279 30% 20279 50% 20279 90% 20279 99% 20279 ms
Write: 10% 20336 30% 20336 50% 20336 90% 20336 99% 20336 ms
Write: 10% 20333 30% 20333 50% 20333 90% 20333 99% 20333 ms
Write: 10% 18235 30% 18235 50% 18235 90% 18235 99% 18235 ms
Write: 10% 21765 30% 21765 50% 21765 90% 21765 99% 21765 ms
Write: 10% 19371 30% 19371 50% 19371 90% 19371 99% 19371 ms
Write: 10% 20966 30% 20966 50% 20966 90% 20966 99% 20966 ms
Write: 10% 20497 30% 20497 50% 20497 90% 20497 99% 20497 ms
Write: 10% 21125 30% 21125 50% 21125 90% 21125 99% 21125 ms
Write: 10% 12270 30% 12270 50% 12270 90% 12270 99% 12270 ms
Write: 10% 22632 30% 22632 50% 22632 90% 22632 99% 22632 ms
Write: 10% 16746 30% 16746 50% 16746 90% 16746 99% 16746 ms
Write: 10% 20096 30% 20096 50% 20096 90% 20096 99% 20096 ms
Write: 10% 22809 30% 22809 50% 22809 90% 22809 99% 22809 ms
Write: 10% 18516 30% 18516 50% 18516 90% 18516 99% 18516 ms
Write: 10% 18576 30% 18576 50% 18576 90% 18576 99% 18576 ms
Write: 10% 19937 30% 19937 50% 19937 90% 19937 99% 19937 ms
Write: 10% 17594 30% 17594 50% 17594 90% 17594 99% 17594 ms
Write: 10% 10573 30% 10573 50% 10573 90% 10573 99% 10573 ms
Write: 10% 14791 30% 14791 50% 14791 90% 14791 99% 14791 ms
Write: 10% 20479 30% 20479 50% 20479 90% 20479 99% 20479 ms
Write: 10% 9077 30% 9077 50% 9077 90% 9077 99% 9077 ms
Write: 10% 7082 30% 7082 50% 7082 90% 7082 99% 7082 ms
Write: 10% 11499 30% 11499 50% 11499 90% 11499 99% 11499 ms
Write: 10% 14190 30% 14190 50% 14190 90% 14190 99% 14190 ms
Write: 10% 14155 30% 14155 50% 14155 90% 14155 99% 14155 ms
Write: 10% 12164 30% 12164 50% 12164 90% 12164 99% 12164 ms
Write: 10% 9949 30% 9949 50% 9949 90% 9949 99% 9949 ms
Write: 10% 8305 30% 8305 50% 8305 90% 8305 99% 8305 ms
Write: 10% 6502 30% 6502 50% 6502 90% 6502 99% 6502 ms
Write: 10% 5934 30% 5934 50% 5934 90% 5934 99% 5934 ms
Write: 10% 5186 30% 5186 50% 5186 90% 5186 99% 5186 ms
Write: 10% 12769 30% 12769 50% 12769 90% 12769 99% 12769 ms
Write: 10% 5137 30% 5137 50% 5137 90% 5137 99% 5137 ms
Write: 10% 4960 30% 4960 50% 4960 90% 4960 99% 4960 ms
Write: 10% 4180 30% 4180 50% 4180 90% 4180 99% 4180 ms
Write: 10% 7081 30% 7081 50% 7081 90% 7081 99% 7081 ms
Write: 10% 7529 30% 7529 50% 7529 90% 7529 99% 7529 ms
Write: 10% 4543 30% 4543 50% 4543 90% 4543 99% 4543 ms
Write: 10% 10930 30% 10930 50% 10930 90% 10930 99% 10930 ms
Write: 10% 10369 30% 10369 50% 10369 90% 10369 99% 10369 ms
Write: 10% 14492 30% 14492 50% 14492 90% 14492 99% 14492 ms
Write: 10% 22537 30% 22537 50% 22537 90% 22537 99% 22537 ms
Write: 10% 8408 30% 8408 50% 8408 90% 8408 99% 8408 ms
Write: 10% 15453 30% 15453 50% 15453 90% 15453 99% 15453 ms
Write: 10% 8772 30% 8772 50% 8772 90% 8772 99% 8772 ms
Write: 10% 6010 30% 6010 50% 6010 90% 6010 99% 6010 ms
Write: 10% 4556 30% 4556 50% 4556 90% 4556 99% 4556 ms
Write: 10% 5916 30% 5916 50% 5916 90% 5916 99% 5916 ms
Write: 10% 11259 30% 11259 50% 11259 90% 11259 99% 11259 ms
Write: 10% 14785 30% 14785 50% 14785 90% 14785 99% 14785 ms
Write: 10% 16499 30% 16499 50% 16499 90% 16499 99% 16499 ms
Write: 10% 4330 30% 4330 50% 4330 90% 4330 99% 4330 ms
Write: 10% 6631 30% 6631 50% 6631 90% 6631 99% 6631 ms
Write: 10% 20008 30% 20008 50% 20008 90% 20008 99% 20008 ms
Write: 10% 5323 30% 5323 50% 5323 90% 5323 99% 5323 ms
Write: 10% 4442 30% 4442 50% 4442 90% 4442 99% 4442 ms
Write: 10% 6570 30% 6570 50% 6570 90% 6570 99% 6570 ms
Write: 10% 4818 30% 4818 50% 4818 90% 4818 99% 4818 ms
Write: 10% 9675 30% 9675 50% 9675 90% 9675 99% 9675 ms
Write: 10% 12471 30% 12471 50% 12471 90% 12471 99% 12471 ms
Update: 10% 2258 30% 2258 50% 2258 90% 2258 99% 2258 ms
Step 4. read modify write
Write: 10% 2412 30% 2412 50% 2412 90% 2412 99% 2412 ms
Write: 10% 3891 30% 3891 50% 3891 90% 3891 99% 3891 ms
Write: 10% 11115 30% 11115 50% 11115 90% 11115 99% 11115 ms
Write: 10% 16835 30% 16835 50% 16835 90% 16835 99% 16835 ms
Write: 10% 18138 30% 18138 50% 18138 90% 18138 99% 18138 ms
Write: 10% 18619 30% 18619 50% 18619 90% 18619 99% 18619 ms
Write: 10% 17466 30% 17466 50% 17466 90% 17466 99% 17466 ms
Write: 10% 18212 30% 18212 50% 18212 90% 18212 99% 18212 ms
Write: 10% 18277 30% 18277 50% 18277 90% 18277 99% 18277 ms
Write: 10% 18239 30% 18239 50% 18239 90% 18239 99% 18239 ms
Write: 10% 14101 30% 14101 50% 14101 90% 14101 99% 14101 ms
Write: 10% 17767 30% 17767 50% 17767 90% 17767 99% 17767 ms
Write: 10% 17507 30% 17507 50% 17507 90% 17507 99% 17507 ms
Write: 10% 17527 30% 17527 50% 17527 90% 17527 99% 17527 ms
Write: 10% 13329 30% 13329 50% 13329 90% 13329 99% 13329 ms
Write: 10% 17126 30% 17126 50% 17126 90% 17126 99% 17126 ms
Write: 10% 15955 30% 15955 50% 15955 90% 15955 99% 15955 ms
Write: 10% 14857 30% 14857 50% 14857 90% 14857 99% 14857 ms
Write: 10% 14198 30% 14198 50% 14198 90% 14198 99% 14198 ms
Write: 10% 16968 30% 16968 50% 16968 90% 16968 99% 16968 ms
Write: 10% 13018 30% 13018 50% 13018 90% 13018 99% 13018 ms
Write: 10% 14523 30% 14523 50% 14523 90% 14523 99% 14523 ms
Write: 10% 13787 30% 13787 50% 13787 90% 13787 99% 13787 ms
Write: 10% 6638 30% 6638 50% 6638 90% 6638 99% 6638 ms
Write: 10% 7589 30% 7589 50% 7589 90% 7589 99% 7589 ms
Write: 10% 17778 30% 17778 50% 17778 90% 17778 99% 17778 ms
Write: 10% 6119 30% 6119 50% 6119 90% 6119 99% 6119 ms
Write: 10% 15083 30% 15083 50% 15083 90% 15083 99% 15083 ms
Write: 10% 14051 30% 14051 50% 14051 90% 14051 99% 14051 ms
Write: 10% 6144 30% 6144 50% 6144 90% 6144 99% 6144 ms
Write: 10% 4719 30% 4719 50% 4719 90% 4719 99% 4719 ms
Write: 10% 3546 30% 3546 50% 3546 90% 3546 99% 3546 ms
Write: 10% 5068 30% 5068 50% 5068 90% 5068 99% 5068 ms
Write: 10% 12844 30% 12844 50% 12844 90% 12844 99% 12844 ms
Write: 10% 4219 30% 4219 50% 4219 90% 4219 99% 4219 ms
Write: 10% 4600 30% 4600 50% 4600 90% 4600 99% 4600 ms
Write: 10% 17594 30% 17594 50% 17594 90% 17594 99% 17594 ms
Write: 10% 10672 30% 10672 50% 10672 90% 10672 99% 10672 ms
Write: 10% 15689 30% 15689 50% 15689 90% 15689 99% 15689 ms
Write: 10% 6558 30% 6558 50% 6558 90% 6558 99% 6558 ms
Write: 10% 3766 30% 3766 50% 3766 90% 3766 99% 3766 ms
Write: 10% 9201 30% 9201 50% 9201 90% 9201 99% 9201 ms
Write: 10% 9441 30% 9441 50% 9441 90% 9441 99% 9441 ms
Write: 10% 9963 30% 9963 50% 9963 90% 9963 99% 9963 ms
Write: 10% 5906 30% 5906 50% 5906 90% 5906 99% 5906 ms
Write: 10% 16247 30% 16247 50% 16247 90% 16247 99% 16247 ms
Write: 10% 6635 30% 6635 50% 6635 90% 6635 99% 6635 ms
Write: 10% 6373 30% 6373 50% 6373 90% 6373 99% 6373 ms
Write: 10% 5363 30% 5363 50% 5363 90% 5363 99% 5363 ms
Write: 10% 9151 30% 9151 50% 9151 90% 9151 99% 9151 ms
Write: 10% 5981 30% 5981 50% 5981 90% 5981 99% 5981 ms
Write: 10% 3775 30% 3775 50% 3775 90% 3775 99% 3775 ms
Write: 10% 14640 30% 14640 50% 14640 90% 14640 99% 14640 ms
Write: 10% 13460 30% 13460 50% 13460 90% 13460 99% 13460 ms
Write: 10% 5412 30% 5412 50% 5412 90% 5412 99% 5412 ms
Write: 10% 12985 30% 12985 50% 12985 90% 12985 99% 12985 ms
Write: 10% 12256 30% 12256 50% 12256 90% 12256 99% 12256 ms
Write: 10% 4555 30% 4555 50% 4555 90% 4555 99% 4555 ms
Write: 10% 4433 30% 4433 50% 4433 90% 4433 99% 4433 ms
Write: 10% 7032 30% 7032 50% 7032 90% 7032 99% 7032 ms
Write: 10% 15226 30% 15226 50% 15226 90% 15226 99% 15226 ms
Write: 10% 5739 30% 5739 50% 5739 90% 5739 99% 5739 ms
Write: 10% 4203 30% 4203 50% 4203 90% 4203 99% 4203 ms
Write: 10% 4196 30% 4196 50% 4196 90% 4196 99% 4196 ms
Update: 10% 820 30% 820 50% 820 90% 820 99% 820 ms
Read: 10% 8897 30% 12851 50% 16805 90% 24713 99% 26493 ms
