Thread 0 failed
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 1 failed
Thread 4 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/7rmc/004121/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/7rmc/004121/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/7rmc/004121/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 694, 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/7rmc/004121/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/7rmc/004121/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-11T16:05:07.107281Z): tablet_id=72075186224038239;self_id=[4:7571499464759048405:6698];ev=NActors::IEventHandle;tx_id=281474976745822;lock_id=281474976745820;verification=!HasRemoveSnapshot();fline=portion_info.h:217;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA7918E5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA789E26
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB617C78
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0xA0C85AC
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x14DA7301
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x14DA7112
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x14D9F12E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA128DAC
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x14DC871C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x14E2D46E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xD106496
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xD10445E
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xD1077DE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD0E05D6
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD0E05D6
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x14E2CBA9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x14DF4248
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C2ED7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB608724
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60C7E4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60C3F0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60CFDE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79353C
23. ??:0: ?? @ 0x7F846D8B1AC2
24. ??:0: ?? @ 0x7F846D9438BF

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: ...1/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/7rmc/004121/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7rmc/004121/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7rmc/004121', '--source-root', '/home/runner/.ya/build/build_root/7rmc/004121/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7rmc/004121/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/10190826595/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: (("...1/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/7rmc/004121/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7rmc/004121/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7rmc/004121', '--source-root', '/home/runner/.ya/build/build_root/7rmc/004121/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7rmc/004121/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/10190826595/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% 1515 30% 1515 50% 1515 90% 1515 99% 1515 ms
Write: 10% 2325 30% 2325 50% 2325 90% 2325 99% 2325 ms
Write: 10% 2859 30% 2859 50% 2859 90% 2859 99% 2859 ms
Write: 10% 5542 30% 5542 50% 5542 90% 5542 99% 5542 ms
Write: 10% 4481 30% 4481 50% 4481 90% 4481 99% 4481 ms
Write: 10% 14936 30% 14936 50% 14936 90% 14936 99% 14936 ms
Write: 10% 16402 30% 16402 50% 16402 90% 16402 99% 16402 ms
Write: 10% 16768 30% 16768 50% 16768 90% 16768 99% 16768 ms
Write: 10% 17712 30% 17712 50% 17712 90% 17712 99% 17712 ms
Write: 10% 17609 30% 17609 50% 17609 90% 17609 99% 17609 ms
Write: 10% 18945 30% 18945 50% 18945 90% 18945 99% 18945 ms
Write: 10% 17165 30% 17165 50% 17165 90% 17165 99% 17165 ms
Write: 10% 17503 30% 17503 50% 17503 90% 17503 99% 17503 ms
Write: 10% 18251 30% 18251 50% 18251 90% 18251 99% 18251 ms
Write: 10% 13626 30% 13626 50% 13626 90% 13626 99% 13626 ms
Write: 10% 18302 30% 18302 50% 18302 90% 18302 99% 18302 ms
Write: 10% 13518 30% 13518 50% 13518 90% 13518 99% 13518 ms
Write: 10% 13140 30% 13140 50% 13140 90% 13140 99% 13140 ms
Write: 10% 12056 30% 12056 50% 12056 90% 12056 99% 12056 ms
Write: 10% 11931 30% 11931 50% 11931 90% 11931 99% 11931 ms
Write: 10% 4587 30% 4587 50% 4587 90% 4587 99% 4587 ms
Write: 10% 15038 30% 15038 50% 15038 90% 15038 99% 15038 ms
Write: 10% 15495 30% 15495 50% 15495 90% 15495 99% 15495 ms
Write: 10% 10405 30% 10405 50% 10405 90% 10405 99% 10405 ms
Write: 10% 14941 30% 14941 50% 14941 90% 14941 99% 14941 ms
Write: 10% 14426 30% 14426 50% 14426 90% 14426 99% 14426 ms
Write: 10% 12789 30% 12789 50% 12789 90% 12789 99% 12789 ms
Write: 10% 13203 30% 13203 50% 13203 90% 13203 99% 13203 ms
Write: 10% 7071 30% 7071 50% 7071 90% 7071 99% 7071 ms
Write: 10% 6925 30% 6925 50% 6925 90% 6925 99% 6925 ms
Write: 10% 10549 30% 10549 50% 10549 90% 10549 99% 10549 ms
Write: 10% 11893 30% 11893 50% 11893 90% 11893 99% 11893 ms
Write: 10% 10537 30% 10537 50% 10537 90% 10537 99% 10537 ms
Write: 10% 6666 30% 6666 50% 6666 90% 6666 99% 6666 ms
Write: 10% 8433 30% 8433 50% 8433 90% 8433 99% 8433 ms
Write: 10% 11418 30% 11418 50% 11418 90% 11418 99% 11418 ms
Write: 10% 7009 30% 7009 50% 7009 90% 7009 99% 7009 ms
Write: 10% 7710 30% 7710 50% 7710 90% 7710 99% 7710 ms
Write: 10% 6958 30% 6958 50% 6958 90% 6958 99% 6958 ms
Write: 10% 5456 30% 5456 50% 5456 90% 5456 99% 5456 ms
Write: 10% 2712 30% 2712 50% 2712 90% 2712 99% 2712 ms
Write: 10% 5044 30% 5044 50% 5044 90% 5044 99% 5044 ms
Write: 10% 12103 30% 12103 50% 12103 90% 12103 99% 12103 ms
Write: 10% 3056 30% 3056 50% 3056 90% 3056 99% 3056 ms
Write: 10% 5307 30% 5307 50% 5307 90% 5307 99% 5307 ms
Write: 10% 4442 30% 4442 50% 4442 90% 4442 99% 4442 ms
Write: 10% 3781 30% 3781 50% 3781 90% 3781 99% 3781 ms
Write: 10% 8176 30% 8176 50% 8176 90% 8176 99% 8176 ms
Write: 10% 3635 30% 3635 50% 3635 90% 3635 99% 3635 ms
Write: 10% 4993 30% 4993 50% 4993 90% 4993 99% 4993 ms
Write: 10% 3418 30% 3418 50% 3418 90% 3418 99% 3418 ms
Write: 10% 3986 30% 3986 50% 3986 90% 3986 99% 3986 ms
Write: 10% 2950 30% 2950 50% 2950 90% 2950 99% 2950 ms
Write: 10% 3476 30% 3476 50% 3476 90% 3476 99% 3476 ms
Write: 10% 3223 30% 3223 50% 3223 90% 3223 99% 3223 ms
Write: 10% 4931 30% 4931 50% 4931 90% 4931 99% 4931 ms
Write: 10% 5973 30% 5973 50% 5973 90% 5973 99% 5973 ms
Write: 10% 10610 30% 10610 50% 10610 90% 10610 99% 10610 ms
Write: 10% 3880 30% 3880 50% 3880 90% 3880 99% 3880 ms
Write: 10% 4551 30% 4551 50% 4551 90% 4551 99% 4551 ms
Write: 10% 12455 30% 12455 50% 12455 90% 12455 99% 12455 ms
Write: 10% 3392 30% 3392 50% 3392 90% 3392 99% 3392 ms
Write: 10% 2956 30% 2956 50% 2956 90% 2956 99% 2956 ms
Write: 10% 3938 30% 3938 50% 3938 90% 3938 99% 3938 ms
Step 2. read write
Write: 10% 1996 30% 1996 50% 1996 90% 1996 99% 1996 ms
Write: 10% 1698 30% 1698 50% 1698 90% 1698 99% 1698 ms
Write: 10% 6875 30% 6875 50% 6875 90% 6875 99% 6875 ms
Write: 10% 8636 30% 8636 50% 8636 90% 8636 99% 8636 ms
Write: 10% 8068 30% 8068 50% 8068 90% 8068 99% 8068 ms
Write: 10% 9220 30% 9220 50% 9220 90% 9220 99% 9220 ms
Write: 10% 15358 30% 15358 50% 15358 90% 15358 99% 15358 ms
Write: 10% 17292 30% 17292 50% 17292 90% 17292 99% 17292 ms
Write: 10% 15332 30% 15332 50% 15332 90% 15332 99% 15332 ms
Write: 10% 14306 30% 14306 50% 14306 90% 14306 99% 14306 ms
Write: 10% 14465 30% 14465 50% 14465 90% 14465 99% 14465 ms
Write: 10% 16565 30% 16565 50% 16565 90% 16565 99% 16565 ms
Write: 10% 13394 30% 13394 50% 13394 90% 13394 99% 13394 ms
Write: 10% 15983 30% 15983 50% 15983 90% 15983 99% 15983 ms
Write: 10% 7829 30% 7829 50% 7829 90% 7829 99% 7829 ms
Write: 10% 11701 30% 11701 50% 11701 90% 11701 99% 11701 ms
Write: 10% 15153 30% 15153 50% 15153 90% 15153 99% 15153 ms
Write: 10% 4898 30% 4898 50% 4898 90% 4898 99% 4898 ms
Write: 10% 15244 30% 15244 50% 15244 90% 15244 99% 15244 ms
Write: 10% 10422 30% 10422 50% 10422 90% 10422 99% 10422 ms
Write: 10% 10196 30% 10196 50% 10196 90% 10196 99% 10196 ms
Write: 10% 14906 30% 14906 50% 14906 90% 14906 99% 14906 ms
Write: 10% 9234 30% 9234 50% 9234 90% 9234 99% 9234 ms
Write: 10% 13057 30% 13057 50% 13057 90% 13057 99% 13057 ms
Write: 10% 2666 30% 2666 50% 2666 90% 2666 99% 2666 ms
Write: 10% 8947 30% 8947 50% 8947 90% 8947 99% 8947 ms
Write: 10% 6101 30% 6101 50% 6101 90% 6101 99% 6101 ms
Write: 10% 12123 30% 12123 50% 12123 90% 12123 99% 12123 ms
Write: 10% 5496 30% 5496 50% 5496 90% 5496 99% 5496 ms
Write: 10% 5946 30% 5946 50% 5946 90% 5946 99% 5946 ms
Write: 10% 15888 30% 15888 50% 15888 90% 15888 99% 15888 ms
Write: 10% 5857 30% 5857 50% 5857 90% 5857 99% 5857 ms
Write: 10% 14731 30% 14731 50% 14731 90% 14731 99% 14731 ms
Write: 10% 4029 30% 4029 50% 4029 90% 4029 99% 4029 ms
Write: 10% 3289 30% 3289 50% 3289 90% 3289 99% 3289 ms
Write: 10% 7429 30% 7429 50% 7429 90% 7429 99% 7429 ms
Write: 10% 5575 30% 5575 50% 5575 90% 5575 99% 5575 ms
Write: 10% 3014 30% 3014 50% 3014 90% 3014 99% 3014 ms
Write: 10% 8726 30% 8726 50% 8726 90% 8726 99% 8726 ms
Write: 10% 11543 30% 11543 50% 11543 90% 11543 99% 11543 ms
Write: 10% 5076 30% 5076 50% 5076 90% 5076 99% 5076 ms
Write: 10% 5247 30% 5247 50% 5247 90% 5247 99% 5247 ms
Write: 10% 5076 30% 5076 50% 5076 90% 5076 99% 5076 ms
Write: 10% 12744 30% 12744 50% 12744 90% 12744 99% 12744 ms
Write: 10% 4524 30% 4524 50% 4524 90% 4524 99% 4524 ms
Write: 10% 11508 30% 11508 50% 11508 90% 11508 99% 11508 ms
Write: 10% 2897 30% 2897 50% 2897 90% 2897 99% 2897 ms
Write: 10% 9287 30% 9287 50% 9287 90% 9287 99% 9287 ms
Write: 10% 4527 30% 4527 50% 4527 90% 4527 99% 4527 ms
Write: 10% 9747 30% 9747 50% 9747 90% 9747 99% 9747 ms
Write: 10% 9440 30% 9440 50% 9440 90% 9440 99% 9440 ms
Write: 10% 5897 30% 5897 50% 5897 90% 5897 99% 5897 ms
Write: 10% 2939 30% 2939 50% 2939 90% 2939 99% 2939 ms
Write: 10% 6501 30% 6501 50% 6501 90% 6501 99% 6501 ms
Write: 10% 2674 30% 2674 50% 2674 90% 2674 99% 2674 ms
Write: 10% 2862 30% 2862 50% 2862 90% 2862 99% 2862 ms
Write: 10% 5424 30% 5424 50% 5424 90% 5424 99% 5424 ms
Write: 10% 4839 30% 4839 50% 4839 90% 4839 99% 4839 ms
Write: 10% 3895 30% 3895 50% 3895 90% 3895 99% 3895 ms
Write: 10% 3363 30% 3363 50% 3363 90% 3363 99% 3363 ms
Write: 10% 10892 30% 10892 50% 10892 90% 10892 99% 10892 ms
Write: 10% 3678 30% 3678 50% 3678 90% 3678 99% 3678 ms
Write: 10% 3661 30% 3661 50% 3661 90% 3661 99% 3661 ms
Write: 10% 3418 30% 3418 50% 3418 90% 3418 99% 3418 ms
Read: 10% 9187 30% 11442 50% 13697 90% 18206 99% 19221 ms
Step 3. write modify
Write: 10% 2078 30% 2078 50% 2078 90% 2078 99% 2078 ms
Write: 10% 7283 30% 7283 50% 7283 90% 7283 99% 7283 ms
Write: 10% 10067 30% 10067 50% 10067 90% 10067 99% 10067 ms
Write: 10% 10427 30% 10427 50% 10427 90% 10427 99% 10427 ms
Was written: 17.7734375 MiB, Speed: 0.2962239583333333 MiB/s
Write: 10% 17139 30% 17139 50% 17139 90% 17139 99% 17139 ms
Write: 10% 18287 30% 18287 50% 18287 90% 18287 99% 18287 ms
Write: 10% 18696 30% 18696 50% 18696 90% 18696 99% 18696 ms
Write: 10% 18470 30% 18470 50% 18470 90% 18470 99% 18470 ms
Write: 10% 17549 30% 17549 50% 17549 90% 17549 99% 17549 ms
Write: 10% 19857 30% 19857 50% 19857 90% 19857 99% 19857 ms
Write: 10% 18931 30% 18931 50% 18931 90% 18931 99% 18931 ms
Write: 10% 19072 30% 19072 50% 19072 90% 19072 99% 19072 ms
Write: 10% 8913 30% 8913 50% 8913 90% 8913 99% 8913 ms
Write: 10% 19089 30% 19089 50% 19089 90% 19089 99% 19089 ms
Write: 10% 17262 30% 17262 50% 17262 90% 17262 99% 17262 ms
Write: 10% 14017 30% 14017 50% 14017 90% 14017 99% 14017 ms
Write: 10% 17742 30% 17742 50% 17742 90% 17742 99% 17742 ms
Write: 10% 18235 30% 18235 50% 18235 90% 18235 99% 18235 ms
Write: 10% 16159 30% 16159 50% 16159 90% 16159 99% 16159 ms
Write: 10% 10051 30% 10051 50% 10051 90% 10051 99% 10051 ms
Write: 10% 16265 30% 16265 50% 16265 90% 16265 99% 16265 ms
Write: 10% 15715 30% 15715 50% 15715 90% 15715 99% 15715 ms
Write: 10% 14349 30% 14349 50% 14349 90% 14349 99% 14349 ms
Write: 10% 8796 30% 8796 50% 8796 90% 8796 99% 8796 ms
Write: 10% 16299 30% 16299 50% 16299 90% 16299 99% 16299 ms
Write: 10% 4220 30% 4220 50% 4220 90% 4220 99% 4220 ms
Write: 10% 4367 30% 4367 50% 4367 90% 4367 99% 4367 ms
Write: 10% 12295 30% 12295 50% 12295 90% 12295 99% 12295 ms
Write: 10% 11976 30% 11976 50% 11976 90% 11976 99% 11976 ms
Write: 10% 10987 30% 10987 50% 10987 90% 10987 99% 10987 ms
Write: 10% 10517 30% 10517 50% 10517 90% 10517 99% 10517 ms
Write: 10% 17389 30% 17389 50% 17389 90% 17389 99% 17389 ms
Write: 10% 10796 30% 10796 50% 10796 90% 10796 99% 10796 ms
Write: 10% 8123 30% 8123 50% 8123 90% 8123 99% 8123 ms
Write: 10% 5661 30% 5661 50% 5661 90% 5661 99% 5661 ms
Write: 10% 11556 30% 11556 50% 11556 90% 11556 99% 11556 ms
Write: 10% 2711 30% 2711 50% 2711 90% 2711 99% 2711 ms
Write: 10% 15402 30% 15402 50% 15402 90% 15402 99% 15402 ms
Write: 10% 13966 30% 13966 50% 13966 90% 13966 99% 13966 ms
Write: 10% 12151 30% 12151 50% 12151 90% 12151 99% 12151 ms
Write: 10% 9845 30% 9845 50% 9845 90% 9845 99% 9845 ms
Write: 10% 6296 30% 6296 50% 6296 90% 6296 99% 6296 ms
Write: 10% 10831 30% 10831 50% 10831 90% 10831 99% 10831 ms
Write: 10% 18111 30% 18111 50% 18111 90% 18111 99% 18111 ms
Write: 10% 6234 30% 6234 50% 6234 90% 6234 99% 6234 ms
Write: 10% 3563 30% 3563 50% 3563 90% 3563 99% 3563 ms
Write: 10% 10402 30% 10402 50% 10402 90% 10402 99% 10402 ms
Write: 10% 8541 30% 8541 50% 8541 90% 8541 99% 8541 ms
Write: 10% 5746 30% 5746 50% 5746 90% 5746 99% 5746 ms
Write: 10% 6697 30% 6697 50% 6697 90% 6697 99% 6697 ms
Write: 10% 7127 30% 7127 50% 7127 90% 7127 99% 7127 ms
Write: 10% 3849 30% 3849 50% 3849 90% 3849 99% 3849 ms
Write: 10% 9172 30% 9172 50% 9172 90% 9172 99% 9172 ms
Write: 10% 4960 30% 4960 50% 4960 90% 4960 99% 4960 ms
Write: 10% 3041 30% 3041 50% 3041 90% 3041 99% 3041 ms
Write: 10% 6667 30% 6667 50% 6667 90% 6667 99% 6667 ms
Write: 10% 10024 30% 10024 50% 10024 90% 10024 99% 10024 ms
Write: 10% 8606 30% 8606 50% 8606 90% 8606 99% 8606 ms
Write: 10% 2864 30% 2864 50% 2864 90% 2864 99% 2864 ms
Write: 10% 7838 30% 7838 50% 7838 90% 7838 99% 7838 ms
Write: 10% 2516 30% 2516 50% 2516 90% 2516 99% 2516 ms
Write: 10% 2851 30% 2851 50% 2851 90% 2851 99% 2851 ms
Write: 10% 3396 30% 3396 50% 3396 90% 3396 99% 3396 ms
Write: 10% 3551 30% 3551 50% 3551 90% 3551 99% 3551 ms
Update: 10% 1587 30% 1587 50% 1587 90% 1587 99% 1587 ms
Step 4. read modify write
Write: 10% 1726 30% 1726 50% 1726 90% 1726 99% 1726 ms
Write: 10% 1793 30% 1793 50% 1793 90% 1793 99% 1793 ms
Write: 10% 1961 30% 1961 50% 1961 90% 1961 99% 1961 ms
Write: 10% 15922 30% 15922 50% 15922 90% 15922 99% 15922 ms
Write: 10% 15264 30% 15264 50% 15264 90% 15264 99% 15264 ms
Write: 10% 16010 30% 16010 50% 16010 90% 16010 99% 16010 ms
Write: 10% 11778 30% 11778 50% 11778 90% 11778 99% 11778 ms
Write: 10% 17153 30% 17153 50% 17153 90% 17153 99% 17153 ms
Write: 10% 17012 30% 17012 50% 17012 90% 17012 99% 17012 ms
Write: 10% 8019 30% 8019 50% 8019 90% 8019 99% 8019 ms
Write: 10% 15863 30% 15863 50% 15863 90% 15863 99% 15863 ms
Write: 10% 16066 30% 16066 50% 16066 90% 16066 99% 16066 ms
Write: 10% 16371 30% 16371 50% 16371 90% 16371 99% 16371 ms
Write: 10% 10715 30% 10715 50% 10715 90% 10715 99% 10715 ms
Write: 10% 15564 30% 15564 50% 15564 90% 15564 99% 15564 ms
Write: 10% 12774 30% 12774 50% 12774 90% 12774 99% 12774 ms
Write: 10% 16656 30% 16656 50% 16656 90% 16656 99% 16656 ms
Write: 10% 14705 30% 14705 50% 14705 90% 14705 99% 14705 ms
Write: 10% 13965 30% 13965 50% 13965 90% 13965 99% 13965 ms
Write: 10% 15788 30% 15788 50% 15788 90% 15788 99% 15788 ms
Write: 10% 16248 30% 16248 50% 16248 90% 16248 99% 16248 ms
Write: 10% 14715 30% 14715 50% 14715 90% 14715 99% 14715 ms
Write: 10% 13669 30% 13669 50% 13669 90% 13669 99% 13669 ms
Write: 10% 9856 30% 9856 50% 9856 90% 9856 99% 9856 ms
Write: 10% 14326 30% 14326 50% 14326 90% 14326 99% 14326 ms
Write: 10% 13435 30% 13435 50% 13435 90% 13435 99% 13435 ms
Write: 10% 13558 30% 13558 50% 13558 90% 13558 99% 13558 ms
Write: 10% 7894 30% 7894 50% 7894 90% 7894 99% 7894 ms
Write: 10% 6693 30% 6693 50% 6693 90% 6693 99% 6693 ms
Write: 10% 3026 30% 3026 50% 3026 90% 3026 99% 3026 ms
Write: 10% 7404 30% 7404 50% 7404 90% 7404 99% 7404 ms
Write: 10% 3119 30% 3119 50% 3119 90% 3119 99% 3119 ms
Write: 10% 7298 30% 7298 50% 7298 90% 7298 99% 7298 ms
Write: 10% 3096 30% 3096 50% 3096 90% 3096 99% 3096 ms
Write: 10% 5584 30% 5584 50% 5584 90% 5584 99% 5584 ms
Write: 10% 11914 30% 11914 50% 11914 90% 11914 99% 11914 ms
Write: 10% 11889 30% 11889 50% 11889 90% 11889 99% 11889 ms
Write: 10% 9816 30% 9816 50% 9816 90% 9816 99% 9816 ms
Write: 10% 12953 30% 12953 50% 12953 90% 12953 99% 12953 ms
Write: 10% 4293 30% 4293 50% 4293 90% 4293 99% 4293 ms
Write: 10% 3527 30% 3527 50% 3527 90% 3527 99% 3527 ms
Write: 10% 9407 30% 9407 50% 9407 90% 9407 99% 9407 ms
Write: 10% 3812 30% 3812 50% 3812 90% 3812 99% 3812 ms
Write: 10% 3597 30% 3597 50% 3597 90% 3597 99% 3597 ms
Write: 10% 3375 30% 3375 50% 3375 90% 3375 99% 3375 ms
Write: 10% 3168 30% 3168 50% 3168 90% 3168 99% 3168 ms
Write: 10% 4807 30% 4807 50% 4807 90% 4807 99% 4807 ms
Write: 10% 5192 30% 5192 50% 5192 90% 5192 99% 5192 ms
Write: 10% 8089 30% 8089 50% 8089 90% 8089 99% 8089 ms
Write: 10% 3634 30% 3634 50% 3634 90% 3634 99% 3634 ms
Write: 10% 3904 30% 3904 50% 3904 90% 3904 99% 3904 ms
Write: 10% 11088 30% 11088 50% 11088 90% 11088 99% 11088 ms
Write: 10% 9082 30% 9082 50% 9082 90% 9082 99% 9082 ms
Write: 10% 3820 30% 3820 50% 3820 90% 3820 99% 3820 ms
Write: 10% 7648 30% 7648 50% 7648 90% 7648 99% 7648 ms
Write: 10% 5495 30% 5495 50% 5495 90% 5495 99% 5495 ms
Write: 10% 3764 30% 3764 50% 3764 90% 3764 99% 3764 ms
Write: 10% 5719 30% 5719 50% 5719 90% 5719 99% 5719 ms
Write: 10% 4629 30% 4629 50% 4629 90% 4629 99% 4629 ms
Write: 10% 3875 30% 3875 50% 3875 90% 3875 99% 3875 ms
Write: 10% 5834 30% 5834 50% 5834 90% 5834 99% 5834 ms
Write: 10% 8628 30% 8628 50% 8628 90% 8628 99% 8628 ms
Write: 10% 7708 30% 7708 50% 7708 90% 7708 99% 7708 ms
Write: 10% 3597 30% 3597 50% 3597 90% 3597 99% 3597 ms
Read: 10% 4024 30% 4247 50% 4470 90% 16092 99% 18707 ms
Update: 10% 1616 30% 1616 50% 1616 90% 1616 99% 1616 ms
