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 2 failed
Thread 1 failed
Thread 0 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/x35s/0029bf/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/x35s/0029bf/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/x35s/0029bf/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 639, 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/x35s/0029bf/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/x35s/0029bf/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-28T14:28:45.123357Z): tablet_id=72075186224038190;self_id=[7:7566279465582198346:4530];ev=NActors::IEventHandle;tx_id=281474976755727;lock_id=281474976755721;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7F6DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7EF316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB67FC98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x16963536
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C7F131
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C7EF44
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C76F5E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA18DD7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA054C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D0415E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0xD156786
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0xD15474E
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0xD157ACE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD130856
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD130856
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D03899
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CCBEEA
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB628D57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB670744
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB674804
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB674410
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB674FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7F8A2C
23. ??:0: ?? @ 0x7FDBDF1A4AC2
24. ??:0: ?? @ 0x7FDBDF2368BF
Thread 0x00007fd4aa1ff640 (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 0x00007fd4b1dfe640 (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/x35s/0029bf/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/x35s/0029bf/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 0x00007fd4bcbff640 (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/x35s/0029bf/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/x35s/0029bf/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 0x00007fd4c03ff640 (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 0x00007fd4de9fc440 (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: ...f/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/x35s/0029bf/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/x35s/0029bf/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/x35s/0029bf', '--source-root', '/home/runner/.ya/build/build_root/x35s/0029bf/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/x35s/0029bf/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/10105424729/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: (("...f/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/x35s/0029bf/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/x35s/0029bf/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/x35s/0029bf', '--source-root', '/home/runner/.ya/build/build_root/x35s/0029bf/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/x35s/0029bf/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/10105424729/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% 2284 30% 2284 50% 2284 90% 2284 99% 2284 ms
Write: 10% 2974 30% 2974 50% 2974 90% 2974 99% 2974 ms
Write: 10% 4089 30% 4089 50% 4089 90% 4089 99% 4089 ms
Write: 10% 5330 30% 5330 50% 5330 90% 5330 99% 5330 ms
Write: 10% 15339 30% 15339 50% 15339 90% 15339 99% 15339 ms
Write: 10% 15505 30% 15505 50% 15505 90% 15505 99% 15505 ms
Write: 10% 14827 30% 14827 50% 14827 90% 14827 99% 14827 ms
Write: 10% 15224 30% 15224 50% 15224 90% 15224 99% 15224 ms
Write: 10% 14774 30% 14774 50% 14774 90% 14774 99% 14774 ms
Write: 10% 11224 30% 11224 50% 11224 90% 11224 99% 11224 ms
Write: 10% 14304 30% 14304 50% 14304 90% 14304 99% 14304 ms
Write: 10% 10519 30% 10519 50% 10519 90% 10519 99% 10519 ms
Write: 10% 13057 30% 13057 50% 13057 90% 13057 99% 13057 ms
Write: 10% 12918 30% 12918 50% 12918 90% 12918 99% 12918 ms
Write: 10% 13921 30% 13921 50% 13921 90% 13921 99% 13921 ms
Write: 10% 13977 30% 13977 50% 13977 90% 13977 99% 13977 ms
Write: 10% 10771 30% 10771 50% 10771 90% 10771 99% 10771 ms
Write: 10% 10767 30% 10767 50% 10767 90% 10767 99% 10767 ms
Write: 10% 13757 30% 13757 50% 13757 90% 13757 99% 13757 ms
Write: 10% 13634 30% 13634 50% 13634 90% 13634 99% 13634 ms
Write: 10% 15430 30% 15430 50% 15430 90% 15430 99% 15430 ms
Write: 10% 13128 30% 13128 50% 13128 90% 13128 99% 13128 ms
Write: 10% 8745 30% 8745 50% 8745 90% 8745 99% 8745 ms
Write: 10% 12613 30% 12613 50% 12613 90% 12613 99% 12613 ms
Write: 10% 10505 30% 10505 50% 10505 90% 10505 99% 10505 ms
Write: 10% 12714 30% 12714 50% 12714 90% 12714 99% 12714 ms
Write: 10% 12590 30% 12590 50% 12590 90% 12590 99% 12590 ms
Write: 10% 11692 30% 11692 50% 11692 90% 11692 99% 11692 ms
Write: 10% 6182 30% 6182 50% 6182 90% 6182 99% 6182 ms
Write: 10% 4479 30% 4479 50% 4479 90% 4479 99% 4479 ms
Write: 10% 2935 30% 2935 50% 2935 90% 2935 99% 2935 ms
Write: 10% 2828 30% 2828 50% 2828 90% 2828 99% 2828 ms
Write: 10% 2582 30% 2582 50% 2582 90% 2582 99% 2582 ms
Write: 10% 12922 30% 12922 50% 12922 90% 12922 99% 12922 ms
Write: 10% 2631 30% 2631 50% 2631 90% 2631 99% 2631 ms
Write: 10% 2793 30% 2793 50% 2793 90% 2793 99% 2793 ms
Write: 10% 7649 30% 7649 50% 7649 90% 7649 99% 7649 ms
Write: 10% 7986 30% 7986 50% 7986 90% 7986 99% 7986 ms
Write: 10% 2782 30% 2782 50% 2782 90% 2782 99% 2782 ms
Write: 10% 11362 30% 11362 50% 11362 90% 11362 99% 11362 ms
Write: 10% 5869 30% 5869 50% 5869 90% 5869 99% 5869 ms
Write: 10% 6832 30% 6832 50% 6832 90% 6832 99% 6832 ms
Write: 10% 5754 30% 5754 50% 5754 90% 5754 99% 5754 ms
Write: 10% 4112 30% 4112 50% 4112 90% 4112 99% 4112 ms
Write: 10% 3717 30% 3717 50% 3717 90% 3717 99% 3717 ms
Write: 10% 4025 30% 4025 50% 4025 90% 4025 99% 4025 ms
Write: 10% 3593 30% 3593 50% 3593 90% 3593 99% 3593 ms
Write: 10% 3442 30% 3442 50% 3442 90% 3442 99% 3442 ms
Write: 10% 9870 30% 9870 50% 9870 90% 9870 99% 9870 ms
Write: 10% 10740 30% 10740 50% 10740 90% 10740 99% 10740 ms
Write: 10% 3774 30% 3774 50% 3774 90% 3774 99% 3774 ms
Write: 10% 3220 30% 3220 50% 3220 90% 3220 99% 3220 ms
Write: 10% 10458 30% 10458 50% 10458 90% 10458 99% 10458 ms
Write: 10% 2983 30% 2983 50% 2983 90% 2983 99% 2983 ms
Write: 10% 3206 30% 3206 50% 3206 90% 3206 99% 3206 ms
Write: 10% 13956 30% 13956 50% 13956 90% 13956 99% 13956 ms
Write: 10% 2946 30% 2946 50% 2946 90% 2946 99% 2946 ms
Write: 10% 9807 30% 9807 50% 9807 90% 9807 99% 9807 ms
Write: 10% 3243 30% 3243 50% 3243 90% 3243 99% 3243 ms
Write: 10% 4596 30% 4596 50% 4596 90% 4596 99% 4596 ms
Write: 10% 9893 30% 9893 50% 9893 90% 9893 99% 9893 ms
Write: 10% 2759 30% 2759 50% 2759 90% 2759 99% 2759 ms
Write: 10% 2627 30% 2627 50% 2627 90% 2627 99% 2627 ms
Write: 10% 3416 30% 3416 50% 3416 90% 3416 99% 3416 ms
Step 2. read write
Write: 10% 9854 30% 9854 50% 9854 90% 9854 99% 9854 ms
Write: 10% 12335 30% 12335 50% 12335 90% 12335 99% 12335 ms
Write: 10% 12728 30% 12728 50% 12728 90% 12728 99% 12728 ms
Write: 10% 12785 30% 12785 50% 12785 90% 12785 99% 12785 ms
Write: 10% 14161 30% 14161 50% 14161 90% 14161 99% 14161 ms
Write: 10% 13573 30% 13573 50% 13573 90% 13573 99% 13573 ms
Write: 10% 14646 30% 14646 50% 14646 90% 14646 99% 14646 ms
Write: 10% 13952 30% 13952 50% 13952 90% 13952 99% 13952 ms
Write: 10% 13243 30% 13243 50% 13243 90% 13243 99% 13243 ms
Write: 10% 13738 30% 13738 50% 13738 90% 13738 99% 13738 ms
Write: 10% 14098 30% 14098 50% 14098 90% 14098 99% 14098 ms
Write: 10% 13231 30% 13231 50% 13231 90% 13231 99% 13231 ms
Write: 10% 9129 30% 9129 50% 9129 90% 9129 99% 9129 ms
Write: 10% 9946 30% 9946 50% 9946 90% 9946 99% 9946 ms
Write: 10% 9493 30% 9493 50% 9493 90% 9493 99% 9493 ms
Write: 10% 11823 30% 11823 50% 11823 90% 11823 99% 11823 ms
Write: 10% 12134 30% 12134 50% 12134 90% 12134 99% 12134 ms
Write: 10% 12726 30% 12726 50% 12726 90% 12726 99% 12726 ms
Write: 10% 3235 30% 3235 50% 3235 90% 3235 99% 3235 ms
Write: 10% 12156 30% 12156 50% 12156 90% 12156 99% 12156 ms
Write: 10% 12130 30% 12130 50% 12130 90% 12130 99% 12130 ms
Write: 10% 11558 30% 11558 50% 11558 90% 11558 99% 11558 ms
Write: 10% 13193 30% 13193 50% 13193 90% 13193 99% 13193 ms
Write: 10% 12120 30% 12120 50% 12120 90% 12120 99% 12120 ms
Write: 10% 8542 30% 8542 50% 8542 90% 8542 99% 8542 ms
Write: 10% 6940 30% 6940 50% 6940 90% 6940 99% 6940 ms
Write: 10% 2674 30% 2674 50% 2674 90% 2674 99% 2674 ms
Write: 10% 6699 30% 6699 50% 6699 90% 6699 99% 6699 ms
Write: 10% 4998 30% 4998 50% 4998 90% 4998 99% 4998 ms
Write: 10% 11356 30% 11356 50% 11356 90% 11356 99% 11356 ms
Write: 10% 10673 30% 10673 50% 10673 90% 10673 99% 10673 ms
Write: 10% 11223 30% 11223 50% 11223 90% 11223 99% 11223 ms
Write: 10% 10388 30% 10388 50% 10388 90% 10388 99% 10388 ms
Write: 10% 5681 30% 5681 50% 5681 90% 5681 99% 5681 ms
Write: 10% 7751 30% 7751 50% 7751 90% 7751 99% 7751 ms
Write: 10% 8008 30% 8008 50% 8008 90% 8008 99% 8008 ms
Write: 10% 8148 30% 8148 50% 8148 90% 8148 99% 8148 ms
Write: 10% 8986 30% 8986 50% 8986 90% 8986 99% 8986 ms
Write: 10% 2472 30% 2472 50% 2472 90% 2472 99% 2472 ms
Write: 10% 2228 30% 2228 50% 2228 90% 2228 99% 2228 ms
Write: 10% 4461 30% 4461 50% 4461 90% 4461 99% 4461 ms
Write: 10% 7627 30% 7627 50% 7627 90% 7627 99% 7627 ms
Write: 10% 2275 30% 2275 50% 2275 90% 2275 99% 2275 ms
Write: 10% 5570 30% 5570 50% 5570 90% 5570 99% 5570 ms
Write: 10% 3473 30% 3473 50% 3473 90% 3473 99% 3473 ms
Write: 10% 3343 30% 3343 50% 3343 90% 3343 99% 3343 ms
Write: 10% 3081 30% 3081 50% 3081 90% 3081 99% 3081 ms
Write: 10% 6964 30% 6964 50% 6964 90% 6964 99% 6964 ms
Write: 10% 4003 30% 4003 50% 4003 90% 4003 99% 4003 ms
Write: 10% 3827 30% 3827 50% 3827 90% 3827 99% 3827 ms
Write: 10% 9103 30% 9103 50% 9103 90% 9103 99% 9103 ms
Write: 10% 7321 30% 7321 50% 7321 90% 7321 99% 7321 ms
Write: 10% 13404 30% 13404 50% 13404 90% 13404 99% 13404 ms
Write: 10% 3277 30% 3277 50% 3277 90% 3277 99% 3277 ms
Write: 10% 10897 30% 10897 50% 10897 90% 10897 99% 10897 ms
Write: 10% 2651 30% 2651 50% 2651 90% 2651 99% 2651 ms
Write: 10% 6388 30% 6388 50% 6388 90% 6388 99% 6388 ms
Write: 10% 4017 30% 4017 50% 4017 90% 4017 99% 4017 ms
Write: 10% 11095 30% 11095 50% 11095 90% 11095 99% 11095 ms
Write: 10% 3541 30% 3541 50% 3541 90% 3541 99% 3541 ms
Write: 10% 3773 30% 3773 50% 3773 90% 3773 99% 3773 ms
Write: 10% 2795 30% 2795 50% 2795 90% 2795 99% 2795 ms
Write: 10% 3795 30% 3795 50% 3795 90% 3795 99% 3795 ms
Write: 10% 2670 30% 2670 50% 2670 90% 2670 99% 2670 ms
Read: 10% 9394 30% 10426 50% 11459 90% 13525 99% 13990 ms
Step 3. write modify
Write: 10% 1883 30% 1883 50% 1883 90% 1883 99% 1883 ms
Write: 10% 3951 30% 3951 50% 3951 90% 3951 99% 3951 ms
Write: 10% 11392 30% 11392 50% 11392 90% 11392 99% 11392 ms
Write: 10% 14167 30% 14167 50% 14167 90% 14167 99% 14167 ms
Write: 10% 13617 30% 13617 50% 13617 90% 13617 99% 13617 ms
Write: 10% 14164 30% 14164 50% 14164 90% 14164 99% 14164 ms
Write: 10% 14079 30% 14079 50% 14079 90% 14079 99% 14079 ms
Write: 10% 13208 30% 13208 50% 13208 90% 13208 99% 13208 ms
Write: 10% 13231 30% 13231 50% 13231 90% 13231 99% 13231 ms
Write: 10% 12384 30% 12384 50% 12384 90% 12384 99% 12384 ms
Write: 10% 15218 30% 15218 50% 15218 90% 15218 99% 15218 ms
Write: 10% 14430 30% 14430 50% 14430 90% 14430 99% 14430 ms
Write: 10% 15303 30% 15303 50% 15303 90% 15303 99% 15303 ms
Write: 10% 13499 30% 13499 50% 13499 90% 13499 99% 13499 ms
Write: 10% 13767 30% 13767 50% 13767 90% 13767 99% 13767 ms
Write: 10% 12251 30% 12251 50% 12251 90% 12251 99% 12251 ms
Write: 10% 15177 30% 15177 50% 15177 90% 15177 99% 15177 ms
Write: 10% 12698 30% 12698 50% 12698 90% 12698 99% 12698 ms
Write: 10% 11838 30% 11838 50% 11838 90% 11838 99% 11838 ms
Write: 10% 9986 30% 9986 50% 9986 90% 9986 99% 9986 ms
Write: 10% 12859 30% 12859 50% 12859 90% 12859 99% 12859 ms
Write: 10% 12412 30% 12412 50% 12412 90% 12412 99% 12412 ms
Write: 10% 12945 30% 12945 50% 12945 90% 12945 99% 12945 ms
Write: 10% 15113 30% 15113 50% 15113 90% 15113 99% 15113 ms
Write: 10% 11528 30% 11528 50% 11528 90% 11528 99% 11528 ms
Write: 10% 4977 30% 4977 50% 4977 90% 4977 99% 4977 ms
Write: 10% 3492 30% 3492 50% 3492 90% 3492 99% 3492 ms
Write: 10% 12221 30% 12221 50% 12221 90% 12221 99% 12221 ms
Write: 10% 8967 30% 8967 50% 8967 90% 8967 99% 8967 ms
Write: 10% 11875 30% 11875 50% 11875 90% 11875 99% 11875 ms
Write: 10% 10823 30% 10823 50% 10823 90% 10823 99% 10823 ms
Write: 10% 9242 30% 9242 50% 9242 90% 9242 99% 9242 ms
Write: 10% 11569 30% 11569 50% 11569 90% 11569 99% 11569 ms
Write: 10% 3236 30% 3236 50% 3236 90% 3236 99% 3236 ms
Write: 10% 11750 30% 11750 50% 11750 90% 11750 99% 11750 ms
Write: 10% 4549 30% 4549 50% 4549 90% 4549 99% 4549 ms
Write: 10% 4368 30% 4368 50% 4368 90% 4368 99% 4368 ms
Write: 10% 3152 30% 3152 50% 3152 90% 3152 99% 3152 ms
Write: 10% 3131 30% 3131 50% 3131 90% 3131 99% 3131 ms
Write: 10% 7995 30% 7995 50% 7995 90% 7995 99% 7995 ms
Write: 10% 3103 30% 3103 50% 3103 90% 3103 99% 3103 ms
Write: 10% 3332 30% 3332 50% 3332 90% 3332 99% 3332 ms
Write: 10% 6335 30% 6335 50% 6335 90% 6335 99% 6335 ms
Write: 10% 14163 30% 14163 50% 14163 90% 14163 99% 14163 ms
Write: 10% 12231 30% 12231 50% 12231 90% 12231 99% 12231 ms
Write: 10% 6044 30% 6044 50% 6044 90% 6044 99% 6044 ms
Write: 10% 7124 30% 7124 50% 7124 90% 7124 99% 7124 ms
Write: 10% 5619 30% 5619 50% 5619 90% 5619 99% 5619 ms
Write: 10% 3119 30% 3119 50% 3119 90% 3119 99% 3119 ms
Write: 10% 8385 30% 8385 50% 8385 90% 8385 99% 8385 ms
Write: 10% 11932 30% 11932 50% 11932 90% 11932 99% 11932 ms
Write: 10% 3737 30% 3737 50% 3737 90% 3737 99% 3737 ms
Write: 10% 4049 30% 4049 50% 4049 90% 4049 99% 4049 ms
Write: 10% 3481 30% 3481 50% 3481 90% 3481 99% 3481 ms
Write: 10% 10202 30% 10202 50% 10202 90% 10202 99% 10202 ms
Write: 10% 4734 30% 4734 50% 4734 90% 4734 99% 4734 ms
Write: 10% 8320 30% 8320 50% 8320 90% 8320 99% 8320 ms
Write: 10% 4869 30% 4869 50% 4869 90% 4869 99% 4869 ms
Write: 10% 4356 30% 4356 50% 4356 90% 4356 99% 4356 ms
Write: 10% 4852 30% 4852 50% 4852 90% 4852 99% 4852 ms
Write: 10% 3591 30% 3591 50% 3591 90% 3591 99% 3591 ms
Write: 10% 3720 30% 3720 50% 3720 90% 3720 99% 3720 ms
Write: 10% 2695 30% 2695 50% 2695 90% 2695 99% 2695 ms
Write: 10% 3463 30% 3463 50% 3463 90% 3463 99% 3463 ms
Update: 10% 2021 30% 2021 50% 2021 90% 2021 99% 2021 ms
Step 4. read modify write
Was written: 21.58203125 MiB, Speed: 0.3597005208333333 MiB/s
Write: 10% 9940 30% 9940 50% 9940 90% 9940 99% 9940 ms
Write: 10% 10700 30% 10700 50% 10700 90% 10700 99% 10700 ms
Write: 10% 14728 30% 14728 50% 14728 90% 14728 99% 14728 ms
Write: 10% 15543 30% 15543 50% 15543 90% 15543 99% 15543 ms
Write: 10% 15238 30% 15238 50% 15238 90% 15238 99% 15238 ms
Write: 10% 15498 30% 15498 50% 15498 90% 15498 99% 15498 ms
Write: 10% 14639 30% 14639 50% 14639 90% 14639 99% 14639 ms
Write: 10% 11343 30% 11343 50% 11343 90% 11343 99% 11343 ms
Write: 10% 14077 30% 14077 50% 14077 90% 14077 99% 14077 ms
Write: 10% 15536 30% 15536 50% 15536 90% 15536 99% 15536 ms
Write: 10% 14224 30% 14224 50% 14224 90% 14224 99% 14224 ms
Write: 10% 14548 30% 14548 50% 14548 90% 14548 99% 14548 ms
Write: 10% 14500 30% 14500 50% 14500 90% 14500 99% 14500 ms
Write: 10% 13694 30% 13694 50% 13694 90% 13694 99% 13694 ms
Write: 10% 13065 30% 13065 50% 13065 90% 13065 99% 13065 ms
Write: 10% 13001 30% 13001 50% 13001 90% 13001 99% 13001 ms
Write: 10% 13703 30% 13703 50% 13703 90% 13703 99% 13703 ms
Write: 10% 4920 30% 4920 50% 4920 90% 4920 99% 4920 ms
Write: 10% 12066 30% 12066 50% 12066 90% 12066 99% 12066 ms
Write: 10% 9291 30% 9291 50% 9291 90% 9291 99% 9291 ms
Write: 10% 7800 30% 7800 50% 7800 90% 7800 99% 7800 ms
Write: 10% 12078 30% 12078 50% 12078 90% 12078 99% 12078 ms
Write: 10% 3988 30% 3988 50% 3988 90% 3988 99% 3988 ms
Write: 10% 4845 30% 4845 50% 4845 90% 4845 99% 4845 ms
Write: 10% 13966 30% 13966 50% 13966 90% 13966 99% 13966 ms
Write: 10% 11151 30% 11151 50% 11151 90% 11151 99% 11151 ms
Write: 10% 7260 30% 7260 50% 7260 90% 7260 99% 7260 ms
Write: 10% 11271 30% 11271 50% 11271 90% 11271 99% 11271 ms
Write: 10% 3540 30% 3540 50% 3540 90% 3540 99% 3540 ms
Write: 10% 11076 30% 11076 50% 11076 90% 11076 99% 11076 ms
Write: 10% 10762 30% 10762 50% 10762 90% 10762 99% 10762 ms
Write: 10% 10400 30% 10400 50% 10400 90% 10400 99% 10400 ms
Write: 10% 10310 30% 10310 50% 10310 90% 10310 99% 10310 ms
Write: 10% 11452 30% 11452 50% 11452 90% 11452 99% 11452 ms
Write: 10% 9814 30% 9814 50% 9814 90% 9814 99% 9814 ms
Write: 10% 11597 30% 11597 50% 11597 90% 11597 99% 11597 ms
Write: 10% 7127 30% 7127 50% 7127 90% 7127 99% 7127 ms
Write: 10% 6814 30% 6814 50% 6814 90% 6814 99% 6814 ms
Write: 10% 5748 30% 5748 50% 5748 90% 5748 99% 5748 ms
Write: 10% 5808 30% 5808 50% 5808 90% 5808 99% 5808 ms
Write: 10% 8811 30% 8811 50% 8811 90% 8811 99% 8811 ms
Write: 10% 7383 30% 7383 50% 7383 90% 7383 99% 7383 ms
Write: 10% 11086 30% 11086 50% 11086 90% 11086 99% 11086 ms
Write: 10% 4421 30% 4421 50% 4421 90% 4421 99% 4421 ms
Write: 10% 5043 30% 5043 50% 5043 90% 5043 99% 5043 ms
Write: 10% 11168 30% 11168 50% 11168 90% 11168 99% 11168 ms
Write: 10% 12399 30% 12399 50% 12399 90% 12399 99% 12399 ms
Write: 10% 5406 30% 5406 50% 5406 90% 5406 99% 5406 ms
Write: 10% 5857 30% 5857 50% 5857 90% 5857 99% 5857 ms
Write: 10% 9814 30% 9814 50% 9814 90% 9814 99% 9814 ms
Write: 10% 5084 30% 5084 50% 5084 90% 5084 99% 5084 ms
Write: 10% 3772 30% 3772 50% 3772 90% 3772 99% 3772 ms
Write: 10% 6064 30% 6064 50% 6064 90% 6064 99% 6064 ms
Write: 10% 4489 30% 4489 50% 4489 90% 4489 99% 4489 ms
Write: 10% 4733 30% 4733 50% 4733 90% 4733 99% 4733 ms
Write: 10% 7449 30% 7449 50% 7449 90% 7449 99% 7449 ms
Write: 10% 4288 30% 4288 50% 4288 90% 4288 99% 4288 ms
Write: 10% 6650 30% 6650 50% 6650 90% 6650 99% 6650 ms
Write: 10% 5060 30% 5060 50% 5060 90% 5060 99% 5060 ms
Write: 10% 4037 30% 4037 50% 4037 90% 4037 99% 4037 ms
Write: 10% 4078 30% 4078 50% 4078 90% 4078 99% 4078 ms
Write: 10% 7895 30% 7895 50% 7895 90% 7895 99% 7895 ms
Write: 10% 4493 30% 4493 50% 4493 90% 4493 99% 4493 ms
Write: 10% 7417 30% 7417 50% 7417 90% 7417 99% 7417 ms
Read: 10% 6914 30% 9642 50% 12370 90% 17827 99% 19054 ms
Update: 10% 1605 30% 1605 50% 1605 90% 1605 99% 1605 ms
