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 4 failed
Thread 1 failed
Thread 3 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/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/vhfr/0006ad/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/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/vhfr/0006ad/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_7/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/vhfr/0006ad/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_7/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-29T15:36:58.935450Z): tablet_id=72075186224038226;self_id=[7:7566668115609056866:7055];ev=NActors::IEventHandle;tx_id=281474976730746;lock_id=281474976730744;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 @ 0xA7F8DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7F1316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB681C98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x169694F6
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C850F1
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C84F04
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C7CF1E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA18FD7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA650C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D0A11E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0xD15BD36
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0xD159CFE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0xD15D07E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD135E06
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD135E06
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D09859
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CD1EAA
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB62AD57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB672744
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB676804
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB676410
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB676FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7FAA2C
23. ??:0: ?? @ 0x7FDC40A18AC2
24. ??:0: ?? @ 0x7FDC40AAA8BF
Thread 0x00007f1292dff640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f12a77ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f12a57ff640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f12a83ff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f12c6d31440 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

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: ...d/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/vhfr/0006ad/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vhfr/0006ad/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/vhfr/0006ad', '--source-root', '/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vhfr/0006ad/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: (("...d/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/vhfr/0006ad/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vhfr/0006ad/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/vhfr/0006ad', '--source-root', '/home/runner/.ya/build/build_root/vhfr/0006ad/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vhfr/0006ad/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% 2691 30% 2691 50% 2691 90% 2691 99% 2691 ms
Write: 10% 2801 30% 2801 50% 2801 90% 2801 99% 2801 ms
Write: 10% 3997 30% 3997 50% 3997 90% 3997 99% 3997 ms
Write: 10% 14442 30% 14442 50% 14442 90% 14442 99% 14442 ms
Write: 10% 15736 30% 15736 50% 15736 90% 15736 99% 15736 ms
Write: 10% 16076 30% 16076 50% 16076 90% 16076 99% 16076 ms
Write: 10% 13348 30% 13348 50% 13348 90% 13348 99% 13348 ms
Write: 10% 16283 30% 16283 50% 16283 90% 16283 99% 16283 ms
Write: 10% 15894 30% 15894 50% 15894 90% 15894 99% 15894 ms
Write: 10% 14587 30% 14587 50% 14587 90% 14587 99% 14587 ms
Write: 10% 13664 30% 13664 50% 13664 90% 13664 99% 13664 ms
Write: 10% 16164 30% 16164 50% 16164 90% 16164 99% 16164 ms
Write: 10% 12789 30% 12789 50% 12789 90% 12789 99% 12789 ms
Write: 10% 11074 30% 11074 50% 11074 90% 11074 99% 11074 ms
Write: 10% 11749 30% 11749 50% 11749 90% 11749 99% 11749 ms
Write: 10% 14269 30% 14269 50% 14269 90% 14269 99% 14269 ms
Write: 10% 5846 30% 5846 50% 5846 90% 5846 99% 5846 ms
Write: 10% 14618 30% 14618 50% 14618 90% 14618 99% 14618 ms
Write: 10% 12365 30% 12365 50% 12365 90% 12365 99% 12365 ms
Write: 10% 8034 30% 8034 50% 8034 90% 8034 99% 8034 ms
Write: 10% 11761 30% 11761 50% 11761 90% 11761 99% 11761 ms
Write: 10% 7061 30% 7061 50% 7061 90% 7061 99% 7061 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 3616 30% 3616 50% 3616 90% 3616 99% 3616 ms
Write: 10% 10654 30% 10654 50% 10654 90% 10654 99% 10654 ms
Write: 10% 10973 30% 10973 50% 10973 90% 10973 99% 10973 ms
Write: 10% 12816 30% 12816 50% 12816 90% 12816 99% 12816 ms
Write: 10% 11225 30% 11225 50% 11225 90% 11225 99% 11225 ms
Write: 10% 10445 30% 10445 50% 10445 90% 10445 99% 10445 ms
Write: 10% 9886 30% 9886 50% 9886 90% 9886 99% 9886 ms
Write: 10% 3174 30% 3174 50% 3174 90% 3174 99% 3174 ms
Write: 10% 2467 30% 2467 50% 2467 90% 2467 99% 2467 ms
Write: 10% 2614 30% 2614 50% 2614 90% 2614 99% 2614 ms
Write: 10% 8901 30% 8901 50% 8901 90% 8901 99% 8901 ms
Write: 10% 9681 30% 9681 50% 9681 90% 9681 99% 9681 ms
Write: 10% 9822 30% 9822 50% 9822 90% 9822 99% 9822 ms
Write: 10% 2404 30% 2404 50% 2404 90% 2404 99% 2404 ms
Write: 10% 7804 30% 7804 50% 7804 90% 7804 99% 7804 ms
Write: 10% 2279 30% 2279 50% 2279 90% 2279 99% 2279 ms
Write: 10% 6725 30% 6725 50% 6725 90% 6725 99% 6725 ms
Write: 10% 11609 30% 11609 50% 11609 90% 11609 99% 11609 ms
Write: 10% 6530 30% 6530 50% 6530 90% 6530 99% 6530 ms
Write: 10% 6014 30% 6014 50% 6014 90% 6014 99% 6014 ms
Write: 10% 3546 30% 3546 50% 3546 90% 3546 99% 3546 ms
Write: 10% 2364 30% 2364 50% 2364 90% 2364 99% 2364 ms
Write: 10% 2314 30% 2314 50% 2314 90% 2314 99% 2314 ms
Write: 10% 4737 30% 4737 50% 4737 90% 4737 99% 4737 ms
Write: 10% 5720 30% 5720 50% 5720 90% 5720 99% 5720 ms
Write: 10% 4661 30% 4661 50% 4661 90% 4661 99% 4661 ms
Write: 10% 4179 30% 4179 50% 4179 90% 4179 99% 4179 ms
Write: 10% 4536 30% 4536 50% 4536 90% 4536 99% 4536 ms
Write: 10% 3515 30% 3515 50% 3515 90% 3515 99% 3515 ms
Write: 10% 8345 30% 8345 50% 8345 90% 8345 99% 8345 ms
Write: 10% 3486 30% 3486 50% 3486 90% 3486 99% 3486 ms
Write: 10% 3797 30% 3797 50% 3797 90% 3797 99% 3797 ms
Write: 10% 9356 30% 9356 50% 9356 90% 9356 99% 9356 ms
Write: 10% 6494 30% 6494 50% 6494 90% 6494 99% 6494 ms
Write: 10% 5472 30% 5472 50% 5472 90% 5472 99% 5472 ms
Write: 10% 5267 30% 5267 50% 5267 90% 5267 99% 5267 ms
Write: 10% 3726 30% 3726 50% 3726 90% 3726 99% 3726 ms
Write: 10% 9604 30% 9604 50% 9604 90% 9604 99% 9604 ms
Write: 10% 2649 30% 2649 50% 2649 90% 2649 99% 2649 ms
Write: 10% 3323 30% 3323 50% 3323 90% 3323 99% 3323 ms
Write: 10% 2618 30% 2618 50% 2618 90% 2618 99% 2618 ms
Step 2. read write
Write: 10% 13919 30% 13919 50% 13919 90% 13919 99% 13919 ms
Write: 10% 14026 30% 14026 50% 14026 90% 14026 99% 14026 ms
Write: 10% 15472 30% 15472 50% 15472 90% 15472 99% 15472 ms
Write: 10% 13071 30% 13071 50% 13071 90% 13071 99% 13071 ms
Write: 10% 15101 30% 15101 50% 15101 90% 15101 99% 15101 ms
Write: 10% 13694 30% 13694 50% 13694 90% 13694 99% 13694 ms
Write: 10% 14291 30% 14291 50% 14291 90% 14291 99% 14291 ms
Write: 10% 14355 30% 14355 50% 14355 90% 14355 99% 14355 ms
Write: 10% 14511 30% 14511 50% 14511 90% 14511 99% 14511 ms
Write: 10% 13965 30% 13965 50% 13965 90% 13965 99% 13965 ms
Write: 10% 13859 30% 13859 50% 13859 90% 13859 99% 13859 ms
Write: 10% 14427 30% 14427 50% 14427 90% 14427 99% 14427 ms
Write: 10% 11214 30% 11214 50% 11214 90% 11214 99% 11214 ms
Write: 10% 13535 30% 13535 50% 13535 90% 13535 99% 13535 ms
Write: 10% 9517 30% 9517 50% 9517 90% 9517 99% 9517 ms
Write: 10% 12975 30% 12975 50% 12975 90% 12975 99% 12975 ms
Write: 10% 11381 30% 11381 50% 11381 90% 11381 99% 11381 ms
Write: 10% 8854 30% 8854 50% 8854 90% 8854 99% 8854 ms
Write: 10% 12297 30% 12297 50% 12297 90% 12297 99% 12297 ms
Write: 10% 8189 30% 8189 50% 8189 90% 8189 99% 8189 ms
Write: 10% 12350 30% 12350 50% 12350 90% 12350 99% 12350 ms
Write: 10% 11840 30% 11840 50% 11840 90% 11840 99% 11840 ms
Write: 10% 4719 30% 4719 50% 4719 90% 4719 99% 4719 ms
Write: 10% 12890 30% 12890 50% 12890 90% 12890 99% 12890 ms
Write: 10% 10551 30% 10551 50% 10551 90% 10551 99% 10551 ms
Write: 10% 11881 30% 11881 50% 11881 90% 11881 99% 11881 ms
Write: 10% 2622 30% 2622 50% 2622 90% 2622 99% 2622 ms
Write: 10% 10798 30% 10798 50% 10798 90% 10798 99% 10798 ms
Write: 10% 9703 30% 9703 50% 9703 90% 9703 99% 9703 ms
Write: 10% 10140 30% 10140 50% 10140 90% 10140 99% 10140 ms
Write: 10% 2988 30% 2988 50% 2988 90% 2988 99% 2988 ms
Write: 10% 9537 30% 9537 50% 9537 90% 9537 99% 9537 ms
Write: 10% 9735 30% 9735 50% 9735 90% 9735 99% 9735 ms
Write: 10% 13279 30% 13279 50% 13279 90% 13279 99% 13279 ms
Write: 10% 8320 30% 8320 50% 8320 90% 8320 99% 8320 ms
Write: 10% 6353 30% 6353 50% 6353 90% 6353 99% 6353 ms
Write: 10% 6940 30% 6940 50% 6940 90% 6940 99% 6940 ms
Write: 10% 9404 30% 9404 50% 9404 90% 9404 99% 9404 ms
Write: 10% 6764 30% 6764 50% 6764 90% 6764 99% 6764 ms
Write: 10% 2410 30% 2410 50% 2410 90% 2410 99% 2410 ms
Write: 10% 5224 30% 5224 50% 5224 90% 5224 99% 5224 ms
Write: 10% 2553 30% 2553 50% 2553 90% 2553 99% 2553 ms
Write: 10% 8708 30% 8708 50% 8708 90% 8708 99% 8708 ms
Write: 10% 10581 30% 10581 50% 10581 90% 10581 99% 10581 ms
Write: 10% 4286 30% 4286 50% 4286 90% 4286 99% 4286 ms
Write: 10% 4346 30% 4346 50% 4346 90% 4346 99% 4346 ms
Write: 10% 4508 30% 4508 50% 4508 90% 4508 99% 4508 ms
Write: 10% 3099 30% 3099 50% 3099 90% 3099 99% 3099 ms
Write: 10% 3472 30% 3472 50% 3472 90% 3472 99% 3472 ms
Write: 10% 3263 30% 3263 50% 3263 90% 3263 99% 3263 ms
Write: 10% 9943 30% 9943 50% 9943 90% 9943 99% 9943 ms
Write: 10% 2931 30% 2931 50% 2931 90% 2931 99% 2931 ms
Write: 10% 5130 30% 5130 50% 5130 90% 5130 99% 5130 ms
Write: 10% 7975 30% 7975 50% 7975 90% 7975 99% 7975 ms
Write: 10% 2666 30% 2666 50% 2666 90% 2666 99% 2666 ms
Write: 10% 4890 30% 4890 50% 4890 90% 4890 99% 4890 ms
Write: 10% 2544 30% 2544 50% 2544 90% 2544 99% 2544 ms
Write: 10% 2532 30% 2532 50% 2532 90% 2532 99% 2532 ms
Write: 10% 2878 30% 2878 50% 2878 90% 2878 99% 2878 ms
Write: 10% 2283 30% 2283 50% 2283 90% 2283 99% 2283 ms
Write: 10% 2232 30% 2232 50% 2232 90% 2232 99% 2232 ms
Write: 10% 2641 30% 2641 50% 2641 90% 2641 99% 2641 ms
Write: 10% 2206 30% 2206 50% 2206 90% 2206 99% 2206 ms
Write: 10% 3986 30% 3986 50% 3986 90% 3986 99% 3986 ms
Read: 10% 5049 30% 8342 50% 11634 90% 18218 99% 19700 ms
Step 3. write modify
Write: 10% 13202 30% 13202 50% 13202 90% 13202 99% 13202 ms
Write: 10% 12979 30% 12979 50% 12979 90% 12979 99% 12979 ms
Write: 10% 12161 30% 12161 50% 12161 90% 12161 99% 12161 ms
Write: 10% 12868 30% 12868 50% 12868 90% 12868 99% 12868 ms
Write: 10% 14123 30% 14123 50% 14123 90% 14123 99% 14123 ms
Write: 10% 13686 30% 13686 50% 13686 90% 13686 99% 13686 ms
Write: 10% 12514 30% 12514 50% 12514 90% 12514 99% 12514 ms
Write: 10% 12847 30% 12847 50% 12847 90% 12847 99% 12847 ms
Write: 10% 12365 30% 12365 50% 12365 90% 12365 99% 12365 ms
Write: 10% 12510 30% 12510 50% 12510 90% 12510 99% 12510 ms
Write: 10% 12477 30% 12477 50% 12477 90% 12477 99% 12477 ms
Write: 10% 8684 30% 8684 50% 8684 90% 8684 99% 8684 ms
Write: 10% 9198 30% 9198 50% 9198 90% 9198 99% 9198 ms
Write: 10% 9061 30% 9061 50% 9061 90% 9061 99% 9061 ms
Write: 10% 12545 30% 12545 50% 12545 90% 12545 99% 12545 ms
Write: 10% 12382 30% 12382 50% 12382 90% 12382 99% 12382 ms
Write: 10% 12740 30% 12740 50% 12740 90% 12740 99% 12740 ms
Write: 10% 12703 30% 12703 50% 12703 90% 12703 99% 12703 ms
Write: 10% 12934 30% 12934 50% 12934 90% 12934 99% 12934 ms
Write: 10% 12350 30% 12350 50% 12350 90% 12350 99% 12350 ms
Write: 10% 11918 30% 11918 50% 11918 90% 11918 99% 11918 ms
Write: 10% 9140 30% 9140 50% 9140 90% 9140 99% 9140 ms
Write: 10% 10836 30% 10836 50% 10836 90% 10836 99% 10836 ms
Write: 10% 11178 30% 11178 50% 11178 90% 11178 99% 11178 ms
Write: 10% 5293 30% 5293 50% 5293 90% 5293 99% 5293 ms
Write: 10% 8738 30% 8738 50% 8738 90% 8738 99% 8738 ms
Write: 10% 10762 30% 10762 50% 10762 90% 10762 99% 10762 ms
Write: 10% 9932 30% 9932 50% 9932 90% 9932 99% 9932 ms
Write: 10% 8264 30% 8264 50% 8264 90% 8264 99% 8264 ms
Write: 10% 10281 30% 10281 50% 10281 90% 10281 99% 10281 ms
Write: 10% 9749 30% 9749 50% 9749 90% 9749 99% 9749 ms
Write: 10% 5895 30% 5895 50% 5895 90% 5895 99% 5895 ms
Write: 10% 8710 30% 8710 50% 8710 90% 8710 99% 8710 ms
Write: 10% 8560 30% 8560 50% 8560 90% 8560 99% 8560 ms
Write: 10% 8687 30% 8687 50% 8687 90% 8687 99% 8687 ms
Write: 10% 9018 30% 9018 50% 9018 90% 9018 99% 9018 ms
Write: 10% 8616 30% 8616 50% 8616 90% 8616 99% 8616 ms
Write: 10% 9002 30% 9002 50% 9002 90% 9002 99% 9002 ms
Write: 10% 5387 30% 5387 50% 5387 90% 5387 99% 5387 ms
Write: 10% 8116 30% 8116 50% 8116 90% 8116 99% 8116 ms
Write: 10% 7707 30% 7707 50% 7707 90% 7707 99% 7707 ms
Write: 10% 8512 30% 8512 50% 8512 90% 8512 99% 8512 ms
Write: 10% 7458 30% 7458 50% 7458 90% 7458 99% 7458 ms
Write: 10% 7114 30% 7114 50% 7114 90% 7114 99% 7114 ms
Write: 10% 7903 30% 7903 50% 7903 90% 7903 99% 7903 ms
Write: 10% 10122 30% 10122 50% 10122 90% 10122 99% 10122 ms
Write: 10% 4743 30% 4743 50% 4743 90% 4743 99% 4743 ms
Write: 10% 5786 30% 5786 50% 5786 90% 5786 99% 5786 ms
Write: 10% 5141 30% 5141 50% 5141 90% 5141 99% 5141 ms
Write: 10% 4929 30% 4929 50% 4929 90% 4929 99% 4929 ms
Write: 10% 5316 30% 5316 50% 5316 90% 5316 99% 5316 ms
Write: 10% 4706 30% 4706 50% 4706 90% 4706 99% 4706 ms
Write: 10% 5104 30% 5104 50% 5104 90% 5104 99% 5104 ms
Write: 10% 4874 30% 4874 50% 4874 90% 4874 99% 4874 ms
Write: 10% 4938 30% 4938 50% 4938 90% 4938 99% 4938 ms
Write: 10% 7248 30% 7248 50% 7248 90% 7248 99% 7248 ms
Write: 10% 6669 30% 6669 50% 6669 90% 6669 99% 6669 ms
Write: 10% 4716 30% 4716 50% 4716 90% 4716 99% 4716 ms
Write: 10% 4885 30% 4885 50% 4885 90% 4885 99% 4885 ms
Write: 10% 4147 30% 4147 50% 4147 90% 4147 99% 4147 ms
Write: 10% 9580 30% 9580 50% 9580 90% 9580 99% 9580 ms
Write: 10% 4984 30% 4984 50% 4984 90% 4984 99% 4984 ms
Write: 10% 6227 30% 6227 50% 6227 90% 6227 99% 6227 ms
Write: 10% 5291 30% 5291 50% 5291 90% 5291 99% 5291 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Update: 10% 2196 30% 2196 50% 2196 90% 2196 99% 2196 ms
Step 4. read modify write
Write: 10% 11466 30% 11466 50% 11466 90% 11466 99% 11466 ms
Write: 10% 12560 30% 12560 50% 12560 90% 12560 99% 12560 ms
Write: 10% 17352 30% 17352 50% 17352 90% 17352 99% 17352 ms
Write: 10% 16759 30% 16759 50% 16759 90% 16759 99% 16759 ms
Write: 10% 17054 30% 17054 50% 17054 90% 17054 99% 17054 ms
Write: 10% 16067 30% 16067 50% 16067 90% 16067 99% 16067 ms
Write: 10% 18727 30% 18727 50% 18727 90% 18727 99% 18727 ms
Write: 10% 19692 30% 19692 50% 19692 90% 19692 99% 19692 ms
Write: 10% 18749 30% 18749 50% 18749 90% 18749 99% 18749 ms
Write: 10% 19791 30% 19791 50% 19791 90% 19791 99% 19791 ms
Write: 10% 19856 30% 19856 50% 19856 90% 19856 99% 19856 ms
Write: 10% 19001 30% 19001 50% 19001 90% 19001 99% 19001 ms
Write: 10% 15369 30% 15369 50% 15369 90% 15369 99% 15369 ms
Write: 10% 18376 30% 18376 50% 18376 90% 18376 99% 18376 ms
Write: 10% 12905 30% 12905 50% 12905 90% 12905 99% 12905 ms
Write: 10% 19032 30% 19032 50% 19032 90% 19032 99% 19032 ms
Write: 10% 18915 30% 18915 50% 18915 90% 18915 99% 18915 ms
Write: 10% 11746 30% 11746 50% 11746 90% 11746 99% 11746 ms
Write: 10% 17255 30% 17255 50% 17255 90% 17255 99% 17255 ms
Write: 10% 17123 30% 17123 50% 17123 90% 17123 99% 17123 ms
Write: 10% 12187 30% 12187 50% 12187 90% 12187 99% 12187 ms
Write: 10% 10242 30% 10242 50% 10242 90% 10242 99% 10242 ms
Write: 10% 16414 30% 16414 50% 16414 90% 16414 99% 16414 ms
Write: 10% 17294 30% 17294 50% 17294 90% 17294 99% 17294 ms
Write: 10% 8387 30% 8387 50% 8387 90% 8387 99% 8387 ms
Write: 10% 7712 30% 7712 50% 7712 90% 7712 99% 7712 ms
Write: 10% 6597 30% 6597 50% 6597 90% 6597 99% 6597 ms
Write: 10% 13430 30% 13430 50% 13430 90% 13430 99% 13430 ms
Write: 10% 6512 30% 6512 50% 6512 90% 6512 99% 6512 ms
Write: 10% 13400 30% 13400 50% 13400 90% 13400 99% 13400 ms
Write: 10% 5482 30% 5482 50% 5482 90% 5482 99% 5482 ms
Write: 10% 13224 30% 13224 50% 13224 90% 13224 99% 13224 ms
Write: 10% 10761 30% 10761 50% 10761 90% 10761 99% 10761 ms
Write: 10% 10235 30% 10235 50% 10235 90% 10235 99% 10235 ms
Write: 10% 10495 30% 10495 50% 10495 90% 10495 99% 10495 ms
Write: 10% 10136 30% 10136 50% 10136 90% 10136 99% 10136 ms
Write: 10% 16095 30% 16095 50% 16095 90% 16095 99% 16095 ms
Write: 10% 9437 30% 9437 50% 9437 90% 9437 99% 9437 ms
Write: 10% 9098 30% 9098 50% 9098 90% 9098 99% 9098 ms
Write: 10% 6774 30% 6774 50% 6774 90% 6774 99% 6774 ms
Write: 10% 7419 30% 7419 50% 7419 90% 7419 99% 7419 ms
Write: 10% 15924 30% 15924 50% 15924 90% 15924 99% 15924 ms
Write: 10% 19148 30% 19148 50% 19148 90% 19148 99% 19148 ms
Write: 10% 15261 30% 15261 50% 15261 90% 15261 99% 15261 ms
Write: 10% 6075 30% 6075 50% 6075 90% 6075 99% 6075 ms
Write: 10% 6183 30% 6183 50% 6183 90% 6183 99% 6183 ms
Write: 10% 6086 30% 6086 50% 6086 90% 6086 99% 6086 ms
Write: 10% 6725 30% 6725 50% 6725 90% 6725 99% 6725 ms
Write: 10% 5618 30% 5618 50% 5618 90% 5618 99% 5618 ms
Write: 10% 13085 30% 13085 50% 13085 90% 13085 99% 13085 ms
Write: 10% 5515 30% 5515 50% 5515 90% 5515 99% 5515 ms
Write: 10% 11523 30% 11523 50% 11523 90% 11523 99% 11523 ms
Write: 10% 5264 30% 5264 50% 5264 90% 5264 99% 5264 ms
Write: 10% 6034 30% 6034 50% 6034 90% 6034 99% 6034 ms
Write: 10% 5412 30% 5412 50% 5412 90% 5412 99% 5412 ms
Write: 10% 5792 30% 5792 50% 5792 90% 5792 99% 5792 ms
Write: 10% 11141 30% 11141 50% 11141 90% 11141 99% 11141 ms
Write: 10% 14588 30% 14588 50% 14588 90% 14588 99% 14588 ms
Write: 10% 10137 30% 10137 50% 10137 90% 10137 99% 10137 ms
Write: 10% 5563 30% 5563 50% 5563 90% 5563 99% 5563 ms
Write: 10% 7308 30% 7308 50% 7308 90% 7308 99% 7308 ms
Write: 10% 12118 30% 12118 50% 12118 90% 12118 99% 12118 ms
Write: 10% 6069 30% 6069 50% 6069 90% 6069 99% 6069 ms
Write: 10% 5298 30% 5298 50% 5298 90% 5298 99% 5298 ms
Read: 10% 7032 30% 11242 50% 15452 90% 23872 99% 25767 ms
Update: 10% 2002 30% 2002 50% 2002 90% 2002 99% 2002 ms
