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

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-09T21:08:50.320150Z): tablet_id=72075186224038243;self_id=[1:7570835523801432346:4794];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976730891;lock_id=281474976730889;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 @ 0xA658E25
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA651366
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4DFC78
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0x9FA62AC
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x16848F71
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x16848D82
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16840D9E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9FF00BC
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x1686A38C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x168CEF7E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCFCE726
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCFCC6EE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCFCFA6E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCFA8866
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCFA8866
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x168CE6B9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x16895EB8
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB48AED7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4D0724
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4D47E4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4D43F0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4D4FDE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA65AA7C
23. ??:0: ?? @ 0x7F3515583AC2
24. ??:0: ?? @ 0x7F35156158BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/aw73/00489b/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_9/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/aw73/00489b/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_9/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-09T21:08:22.782048Z): tablet_id=72075186224037931;self_id=[9:7570835457760809307:2291];ev=NActors::IEventHandle;tx_id=281474976730693;lock_id=281474976730691;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 @ 0xA658E25
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA651366
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4DFC78
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0x9FA62AC
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x16848F71
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x16848D82
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16840D9E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x9FF00BC
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x1686A38C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x168CEF7E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0xCFCE726
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0xCFCC6EE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0xCFCFA6E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xCFA8866
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xCFA8866
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x168CE6B9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x16895EB8
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB48AED7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4D0724
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4D47E4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4D43F0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4D4FDE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA65AA7C
23. ??:0: ?? @ 0x7F85F1B4AAC2
24. ??:0: ?? @ 0x7F85F1BDC8BF

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...b/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/aw73/00489b/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/aw73/00489b/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/aw73/00489b', '--source-root', '/home/runner/.ya/build/build_root/aw73/00489b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/aw73/00489b/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: (("...b/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/aw73/00489b/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/aw73/00489b/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/aw73/00489b', '--source-root', '/home/runner/.ya/build/build_root/aw73/00489b/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/aw73/00489b/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% 4799 30% 4799 50% 4799 90% 4799 99% 4799 ms
Write: 10% 5433 30% 5433 50% 5433 90% 5433 99% 5433 ms
Write: 10% 7408 30% 7408 50% 7408 90% 7408 99% 7408 ms
Write: 10% 8179 30% 8179 50% 8179 90% 8179 99% 8179 ms
Write: 10% 11756 30% 11756 50% 11756 90% 11756 99% 11756 ms
Write: 10% 12531 30% 12531 50% 12531 90% 12531 99% 12531 ms
Write: 10% 13303 30% 13303 50% 13303 90% 13303 99% 13303 ms
Write: 10% 13450 30% 13450 50% 13450 90% 13450 99% 13450 ms
Write: 10% 14060 30% 14060 50% 14060 90% 14060 99% 14060 ms
Write: 10% 14673 30% 14673 50% 14673 90% 14673 99% 14673 ms
Write: 10% 14748 30% 14748 50% 14748 90% 14748 99% 14748 ms
Write: 10% 13160 30% 13160 50% 13160 90% 13160 99% 13160 ms
Write: 10% 14497 30% 14497 50% 14497 90% 14497 99% 14497 ms
Write: 10% 13279 30% 13279 50% 13279 90% 13279 99% 13279 ms
Write: 10% 13483 30% 13483 50% 13483 90% 13483 99% 13483 ms
Write: 10% 13540 30% 13540 50% 13540 90% 13540 99% 13540 ms
Write: 10% 13120 30% 13120 50% 13120 90% 13120 99% 13120 ms
Write: 10% 14114 30% 14114 50% 14114 90% 14114 99% 14114 ms
Write: 10% 13799 30% 13799 50% 13799 90% 13799 99% 13799 ms
Write: 10% 10126 30% 10126 50% 10126 90% 10126 99% 10126 ms
Write: 10% 12873 30% 12873 50% 12873 90% 12873 99% 12873 ms
Write: 10% 12839 30% 12839 50% 12839 90% 12839 99% 12839 ms
Write: 10% 8639 30% 8639 50% 8639 90% 8639 99% 8639 ms
Write: 10% 8989 30% 8989 50% 8989 90% 8989 99% 8989 ms
Write: 10% 12519 30% 12519 50% 12519 90% 12519 99% 12519 ms
Write: 10% 12090 30% 12090 50% 12090 90% 12090 99% 12090 ms
Write: 10% 5779 30% 5779 50% 5779 90% 5779 99% 5779 ms
Write: 10% 8304 30% 8304 50% 8304 90% 8304 99% 8304 ms
Write: 10% 8175 30% 8175 50% 8175 90% 8175 99% 8175 ms
Write: 10% 8655 30% 8655 50% 8655 90% 8655 99% 8655 ms
Write: 10% 13026 30% 13026 50% 13026 90% 13026 99% 13026 ms
Write: 10% 6730 30% 6730 50% 6730 90% 6730 99% 6730 ms
Write: 10% 4469 30% 4469 50% 4469 90% 4469 99% 4469 ms
Write: 10% 11521 30% 11521 50% 11521 90% 11521 99% 11521 ms
Write: 10% 8452 30% 8452 50% 8452 90% 8452 99% 8452 ms
Write: 10% 6840 30% 6840 50% 6840 90% 6840 99% 6840 ms
Write: 10% 5489 30% 5489 50% 5489 90% 5489 99% 5489 ms
Write: 10% 6798 30% 6798 50% 6798 90% 6798 99% 6798 ms
Write: 10% 6460 30% 6460 50% 6460 90% 6460 99% 6460 ms
Write: 10% 7153 30% 7153 50% 7153 90% 7153 99% 7153 ms
Write: 10% 5839 30% 5839 50% 5839 90% 5839 99% 5839 ms
Write: 10% 7017 30% 7017 50% 7017 90% 7017 99% 7017 ms
Write: 10% 2384 30% 2384 50% 2384 90% 2384 99% 2384 ms
Write: 10% 3268 30% 3268 50% 3268 90% 3268 99% 3268 ms
Write: 10% 6844 30% 6844 50% 6844 90% 6844 99% 6844 ms
Write: 10% 4673 30% 4673 50% 4673 90% 4673 99% 4673 ms
Write: 10% 5233 30% 5233 50% 5233 90% 5233 99% 5233 ms
Write: 10% 5093 30% 5093 50% 5093 90% 5093 99% 5093 ms
Write: 10% 3447 30% 3447 50% 3447 90% 3447 99% 3447 ms
Write: 10% 4949 30% 4949 50% 4949 90% 4949 99% 4949 ms
Write: 10% 4426 30% 4426 50% 4426 90% 4426 99% 4426 ms
Write: 10% 3161 30% 3161 50% 3161 90% 3161 99% 3161 ms
Write: 10% 6340 30% 6340 50% 6340 90% 6340 99% 6340 ms
Write: 10% 4963 30% 4963 50% 4963 90% 4963 99% 4963 ms
Write: 10% 2993 30% 2993 50% 2993 90% 2993 99% 2993 ms
Write: 10% 3151 30% 3151 50% 3151 90% 3151 99% 3151 ms
Write: 10% 3796 30% 3796 50% 3796 90% 3796 99% 3796 ms
Write: 10% 3495 30% 3495 50% 3495 90% 3495 99% 3495 ms
Write: 10% 3909 30% 3909 50% 3909 90% 3909 99% 3909 ms
Write: 10% 2889 30% 2889 50% 2889 90% 2889 99% 2889 ms
Write: 10% 5770 30% 5770 50% 5770 90% 5770 99% 5770 ms
Write: 10% 8145 30% 8145 50% 8145 90% 8145 99% 8145 ms
Write: 10% 3897 30% 3897 50% 3897 90% 3897 99% 3897 ms
Write: 10% 3047 30% 3047 50% 3047 90% 3047 99% 3047 ms
Step 2. read write
Write: 10% 2909 30% 2909 50% 2909 90% 2909 99% 2909 ms
Write: 10% 14535 30% 14535 50% 14535 90% 14535 99% 14535 ms
Write: 10% 14828 30% 14828 50% 14828 90% 14828 99% 14828 ms
Write: 10% 14565 30% 14565 50% 14565 90% 14565 99% 14565 ms
Write: 10% 14179 30% 14179 50% 14179 90% 14179 99% 14179 ms
Write: 10% 11473 30% 11473 50% 11473 90% 11473 99% 11473 ms
Write: 10% 12674 30% 12674 50% 12674 90% 12674 99% 12674 ms
Write: 10% 14223 30% 14223 50% 14223 90% 14223 99% 14223 ms
Write: 10% 10406 30% 10406 50% 10406 90% 10406 99% 10406 ms
Write: 10% 13855 30% 13855 50% 13855 90% 13855 99% 13855 ms
Write: 10% 12143 30% 12143 50% 12143 90% 12143 99% 12143 ms
Write: 10% 12606 30% 12606 50% 12606 90% 12606 99% 12606 ms
Write: 10% 1877 30% 1877 50% 1877 90% 1877 99% 1877 ms
Write: 10% 11257 30% 11257 50% 11257 90% 11257 99% 11257 ms
Write: 10% 11075 30% 11075 50% 11075 90% 11075 99% 11075 ms
Write: 10% 10992 30% 10992 50% 10992 90% 10992 99% 10992 ms
Write: 10% 10134 30% 10134 50% 10134 90% 10134 99% 10134 ms
Write: 10% 10382 30% 10382 50% 10382 90% 10382 99% 10382 ms
Write: 10% 10718 30% 10718 50% 10718 90% 10718 99% 10718 ms
Write: 10% 9870 30% 9870 50% 9870 90% 9870 99% 9870 ms
Write: 10% 10981 30% 10981 50% 10981 90% 10981 99% 10981 ms
Write: 10% 10129 30% 10129 50% 10129 90% 10129 99% 10129 ms
Write: 10% 10278 30% 10278 50% 10278 90% 10278 99% 10278 ms
Write: 10% 14498 30% 14498 50% 14498 90% 14498 99% 14498 ms
Write: 10% 9033 30% 9033 50% 9033 90% 9033 99% 9033 ms
Write: 10% 9407 30% 9407 50% 9407 90% 9407 99% 9407 ms
Write: 10% 7851 30% 7851 50% 7851 90% 7851 99% 7851 ms
Write: 10% 9453 30% 9453 50% 9453 90% 9453 99% 9453 ms
Write: 10% 1751 30% 1751 50% 1751 90% 1751 99% 1751 ms
Write: 10% 8948 30% 8948 50% 8948 90% 8948 99% 8948 ms
Write: 10% 9210 30% 9210 50% 9210 90% 9210 99% 9210 ms
Write: 10% 8470 30% 8470 50% 8470 90% 8470 99% 8470 ms
Write: 10% 7377 30% 7377 50% 7377 90% 7377 99% 7377 ms
Write: 10% 8816 30% 8816 50% 8816 90% 8816 99% 8816 ms
Write: 10% 9700 30% 9700 50% 9700 90% 9700 99% 9700 ms
Write: 10% 7511 30% 7511 50% 7511 90% 7511 99% 7511 ms
Write: 10% 2130 30% 2130 50% 2130 90% 2130 99% 2130 ms
Write: 10% 3199 30% 3199 50% 3199 90% 3199 99% 3199 ms
Write: 10% 8773 30% 8773 50% 8773 90% 8773 99% 8773 ms
Write: 10% 7386 30% 7386 50% 7386 90% 7386 99% 7386 ms
Write: 10% 6894 30% 6894 50% 6894 90% 6894 99% 6894 ms
Write: 10% 6289 30% 6289 50% 6289 90% 6289 99% 6289 ms
Write: 10% 2966 30% 2966 50% 2966 90% 2966 99% 2966 ms
Write: 10% 5699 30% 5699 50% 5699 90% 5699 99% 5699 ms
Write: 10% 5812 30% 5812 50% 5812 90% 5812 99% 5812 ms
Write: 10% 5089 30% 5089 50% 5089 90% 5089 99% 5089 ms
Write: 10% 3789 30% 3789 50% 3789 90% 3789 99% 3789 ms
Write: 10% 4760 30% 4760 50% 4760 90% 4760 99% 4760 ms
Write: 10% 2911 30% 2911 50% 2911 90% 2911 99% 2911 ms
Write: 10% 3211 30% 3211 50% 3211 90% 3211 99% 3211 ms
Write: 10% 4547 30% 4547 50% 4547 90% 4547 99% 4547 ms
Write: 10% 3961 30% 3961 50% 3961 90% 3961 99% 3961 ms
Write: 10% 2972 30% 2972 50% 2972 90% 2972 99% 2972 ms
Write: 10% 7452 30% 7452 50% 7452 90% 7452 99% 7452 ms
Write: 10% 2094 30% 2094 50% 2094 90% 2094 99% 2094 ms
Write: 10% 3153 30% 3153 50% 3153 90% 3153 99% 3153 ms
Write: 10% 6419 30% 6419 50% 6419 90% 6419 99% 6419 ms
Write: 10% 2882 30% 2882 50% 2882 90% 2882 99% 2882 ms
Write: 10% 1968 30% 1968 50% 1968 90% 1968 99% 1968 ms
Write: 10% 3514 30% 3514 50% 3514 90% 3514 99% 3514 ms
Write: 10% 2728 30% 2728 50% 2728 90% 2728 99% 2728 ms
Write: 10% 2924 30% 2924 50% 2924 90% 2924 99% 2924 ms
Write: 10% 1816 30% 1816 50% 1816 90% 1816 99% 1816 ms
Write: 10% 1663 30% 1663 50% 1663 90% 1663 99% 1663 ms
Read: 10% 4981 30% 8173 50% 11365 90% 17748 99% 19185 ms
Step 3. write modify
Write: 10% 942 30% 942 50% 942 90% 942 99% 942 ms
Write: 10% 6509 30% 6509 50% 6509 90% 6509 99% 6509 ms
Write: 10% 6463 30% 6463 50% 6463 90% 6463 99% 6463 ms
Write: 10% 8617 30% 8617 50% 8617 90% 8617 99% 8617 ms
Write: 10% 9818 30% 9818 50% 9818 90% 9818 99% 9818 ms
Write: 10% 11797 30% 11797 50% 11797 90% 11797 99% 11797 ms
Write: 10% 12849 30% 12849 50% 12849 90% 12849 99% 12849 ms
Write: 10% 11850 30% 11850 50% 11850 90% 11850 99% 11850 ms
Write: 10% 13674 30% 13674 50% 13674 90% 13674 99% 13674 ms
Write: 10% 12538 30% 12538 50% 12538 90% 12538 99% 12538 ms
Write: 10% 8467 30% 8467 50% 8467 90% 8467 99% 8467 ms
Write: 10% 11640 30% 11640 50% 11640 90% 11640 99% 11640 ms
Write: 10% 11939 30% 11939 50% 11939 90% 11939 99% 11939 ms
Write: 10% 11797 30% 11797 50% 11797 90% 11797 99% 11797 ms
Write: 10% 11352 30% 11352 50% 11352 90% 11352 99% 11352 ms
Write: 10% 11829 30% 11829 50% 11829 90% 11829 99% 11829 ms
Write: 10% 10985 30% 10985 50% 10985 90% 10985 99% 10985 ms
Write: 10% 11651 30% 11651 50% 11651 90% 11651 99% 11651 ms
Write: 10% 11542 30% 11542 50% 11542 90% 11542 99% 11542 ms
Write: 10% 11450 30% 11450 50% 11450 90% 11450 99% 11450 ms
Write: 10% 4344 30% 4344 50% 4344 90% 4344 99% 4344 ms
Write: 10% 10418 30% 10418 50% 10418 90% 10418 99% 10418 ms
Write: 10% 10515 30% 10515 50% 10515 90% 10515 99% 10515 ms
Write: 10% 11043 30% 11043 50% 11043 90% 11043 99% 11043 ms
Write: 10% 8836 30% 8836 50% 8836 90% 8836 99% 8836 ms
Write: 10% 10746 30% 10746 50% 10746 90% 10746 99% 10746 ms
Write: 10% 10844 30% 10844 50% 10844 90% 10844 99% 10844 ms
Write: 10% 9859 30% 9859 50% 9859 90% 9859 99% 9859 ms
Write: 10% 10291 30% 10291 50% 10291 90% 10291 99% 10291 ms
Write: 10% 9819 30% 9819 50% 9819 90% 9819 99% 9819 ms
Write: 10% 3941 30% 3941 50% 3941 90% 3941 99% 3941 ms
Write: 10% 10664 30% 10664 50% 10664 90% 10664 99% 10664 ms
Write: 10% 8960 30% 8960 50% 8960 90% 8960 99% 8960 ms
Write: 10% 12336 30% 12336 50% 12336 90% 12336 99% 12336 ms
Write: 10% 8932 30% 8932 50% 8932 90% 8932 99% 8932 ms
Write: 10% 8772 30% 8772 50% 8772 90% 8772 99% 8772 ms
Write: 10% 8727 30% 8727 50% 8727 90% 8727 99% 8727 ms
Write: 10% 10239 30% 10239 50% 10239 90% 10239 99% 10239 ms
Write: 10% 8956 30% 8956 50% 8956 90% 8956 99% 8956 ms
Write: 10% 3009 30% 3009 50% 3009 90% 3009 99% 3009 ms
Write: 10% 3087 30% 3087 50% 3087 90% 3087 99% 3087 ms
Write: 10% 5508 30% 5508 50% 5508 90% 5508 99% 5508 ms
Write: 10% 8180 30% 8180 50% 8180 90% 8180 99% 8180 ms
Write: 10% 9906 30% 9906 50% 9906 90% 9906 99% 9906 ms
Write: 10% 9427 30% 9427 50% 9427 90% 9427 99% 9427 ms
Write: 10% 5708 30% 5708 50% 5708 90% 5708 99% 5708 ms
Write: 10% 5369 30% 5369 50% 5369 90% 5369 99% 5369 ms
Write: 10% 4075 30% 4075 50% 4075 90% 4075 99% 4075 ms
Write: 10% 9847 30% 9847 50% 9847 90% 9847 99% 9847 ms
Write: 10% 5371 30% 5371 50% 5371 90% 5371 99% 5371 ms
Write: 10% 3653 30% 3653 50% 3653 90% 3653 99% 3653 ms
Write: 10% 6413 30% 6413 50% 6413 90% 6413 99% 6413 ms
Write: 10% 4489 30% 4489 50% 4489 90% 4489 99% 4489 ms
Write: 10% 4992 30% 4992 50% 4992 90% 4992 99% 4992 ms
Write: 10% 3897 30% 3897 50% 3897 90% 3897 99% 3897 ms
Write: 10% 4007 30% 4007 50% 4007 90% 4007 99% 4007 ms
Write: 10% 3926 30% 3926 50% 3926 90% 3926 99% 3926 ms
Write: 10% 3889 30% 3889 50% 3889 90% 3889 99% 3889 ms
Write: 10% 4045 30% 4045 50% 4045 90% 4045 99% 4045 ms
Write: 10% 8935 30% 8935 50% 8935 90% 8935 99% 8935 ms
Write: 10% 3810 30% 3810 50% 3810 90% 3810 99% 3810 ms
Write: 10% 4971 30% 4971 50% 4971 90% 4971 99% 4971 ms
Write: 10% 6099 30% 6099 50% 6099 90% 6099 99% 6099 ms
Write: 10% 3871 30% 3871 50% 3871 90% 3871 99% 3871 ms
Update: 10% 1342 30% 1342 50% 1342 90% 1342 99% 1342 ms
Step 4. read modify write
Was written: 20.80078125 MiB, Speed: 0.3466796875 MiB/s
Write: 10% 10550 30% 10550 50% 10550 90% 10550 99% 10550 ms
Write: 10% 12660 30% 12660 50% 12660 90% 12660 99% 12660 ms
Write: 10% 14009 30% 14009 50% 14009 90% 14009 99% 14009 ms
Write: 10% 15370 30% 15370 50% 15370 90% 15370 99% 15370 ms
Write: 10% 14473 30% 14473 50% 14473 90% 14473 99% 14473 ms
Write: 10% 14680 30% 14680 50% 14680 90% 14680 99% 14680 ms
Write: 10% 14295 30% 14295 50% 14295 90% 14295 99% 14295 ms
Write: 10% 9785 30% 9785 50% 9785 90% 9785 99% 9785 ms
Write: 10% 9654 30% 9654 50% 9654 90% 9654 99% 9654 ms
Write: 10% 9938 30% 9938 50% 9938 90% 9938 99% 9938 ms
Write: 10% 13285 30% 13285 50% 13285 90% 13285 99% 13285 ms
Write: 10% 14244 30% 14244 50% 14244 90% 14244 99% 14244 ms
Write: 10% 11307 30% 11307 50% 11307 90% 11307 99% 11307 ms
Write: 10% 10889 30% 10889 50% 10889 90% 10889 99% 10889 ms
Write: 10% 13174 30% 13174 50% 13174 90% 13174 99% 13174 ms
Write: 10% 13193 30% 13193 50% 13193 90% 13193 99% 13193 ms
Write: 10% 13317 30% 13317 50% 13317 90% 13317 99% 13317 ms
Write: 10% 8751 30% 8751 50% 8751 90% 8751 99% 8751 ms
Write: 10% 8603 30% 8603 50% 8603 90% 8603 99% 8603 ms
Write: 10% 13162 30% 13162 50% 13162 90% 13162 99% 13162 ms
Write: 10% 8391 30% 8391 50% 8391 90% 8391 99% 8391 ms
Write: 10% 10374 30% 10374 50% 10374 90% 10374 99% 10374 ms
Write: 10% 7921 30% 7921 50% 7921 90% 7921 99% 7921 ms
Write: 10% 6610 30% 6610 50% 6610 90% 6610 99% 6610 ms
Write: 10% 12154 30% 12154 50% 12154 90% 12154 99% 12154 ms
Write: 10% 6392 30% 6392 50% 6392 90% 6392 99% 6392 ms
Write: 10% 4370 30% 4370 50% 4370 90% 4370 99% 4370 ms
Write: 10% 11534 30% 11534 50% 11534 90% 11534 99% 11534 ms
Write: 10% 9140 30% 9140 50% 9140 90% 9140 99% 9140 ms
Write: 10% 9943 30% 9943 50% 9943 90% 9943 99% 9943 ms
Write: 10% 4004 30% 4004 50% 4004 90% 4004 99% 4004 ms
Write: 10% 12136 30% 12136 50% 12136 90% 12136 99% 12136 ms
Write: 10% 10646 30% 10646 50% 10646 90% 10646 99% 10646 ms
Write: 10% 10273 30% 10273 50% 10273 90% 10273 99% 10273 ms
Write: 10% 9725 30% 9725 50% 9725 90% 9725 99% 9725 ms
Write: 10% 12156 30% 12156 50% 12156 90% 12156 99% 12156 ms
Write: 10% 4140 30% 4140 50% 4140 90% 4140 99% 4140 ms
Write: 10% 8751 30% 8751 50% 8751 90% 8751 99% 8751 ms
Write: 10% 13188 30% 13188 50% 13188 90% 13188 99% 13188 ms
Write: 10% 8849 30% 8849 50% 8849 90% 8849 99% 8849 ms
Write: 10% 7758 30% 7758 50% 7758 90% 7758 99% 7758 ms
Write: 10% 7290 30% 7290 50% 7290 90% 7290 99% 7290 ms
Write: 10% 5376 30% 5376 50% 5376 90% 5376 99% 5376 ms
Write: 10% 6624 30% 6624 50% 6624 90% 6624 99% 6624 ms
Write: 10% 6226 30% 6226 50% 6226 90% 6226 99% 6226 ms
Write: 10% 5777 30% 5777 50% 5777 90% 5777 99% 5777 ms
Write: 10% 5858 30% 5858 50% 5858 90% 5858 99% 5858 ms
Write: 10% 12034 30% 12034 50% 12034 90% 12034 99% 12034 ms
Write: 10% 4598 30% 4598 50% 4598 90% 4598 99% 4598 ms
Write: 10% 4775 30% 4775 50% 4775 90% 4775 99% 4775 ms
Write: 10% 4490 30% 4490 50% 4490 90% 4490 99% 4490 ms
Write: 10% 4379 30% 4379 50% 4379 90% 4379 99% 4379 ms
Write: 10% 4420 30% 4420 50% 4420 90% 4420 99% 4420 ms
Write: 10% 5241 30% 5241 50% 5241 90% 5241 99% 5241 ms
Write: 10% 4963 30% 4963 50% 4963 90% 4963 99% 4963 ms
Write: 10% 8906 30% 8906 50% 8906 90% 8906 99% 8906 ms
Write: 10% 8087 30% 8087 50% 8087 90% 8087 99% 8087 ms
Write: 10% 8020 30% 8020 50% 8020 90% 8020 99% 8020 ms
Write: 10% 11160 30% 11160 50% 11160 90% 11160 99% 11160 ms
Write: 10% 4879 30% 4879 50% 4879 90% 4879 99% 4879 ms
Write: 10% 4521 30% 4521 50% 4521 90% 4521 99% 4521 ms
Write: 10% 8167 30% 8167 50% 8167 90% 8167 99% 8167 ms
Write: 10% 5904 30% 5904 50% 5904 90% 5904 99% 5904 ms
Write: 10% 4390 30% 4390 50% 4390 90% 4390 99% 4390 ms
Read: 10% 5757 30% 8662 50% 11566 90% 17376 99% 18683 ms
Update: 10% 1483 30% 1483 50% 1483 90% 1483 99% 1483 ms
