Thread 0 failed
Thread 2 failed
Thread 1 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/cno6/0016b6/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/cno6/0016b6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/cno6/0016b6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 676, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/cno6/0016b6/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/cno6/0016b6/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-31T15:14:50.830497Z): tablet_id=72075186224038158;self_id=[7:7567404574501554670:7158];ev=NActors::IEventHandle;tx_id=281474976740731;lock_id=281474976740725;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 @ 0x1F97F057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F96CD8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2221762D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42276944
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42C163A0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42C15B27
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42C02D39
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E632CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C72F25
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42D74175
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x272C4320
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x272BE62C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x272C6F4E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2725AA1A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2725AA1A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D72B95
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42CE4407
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2210BC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x221F0101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x221F9D26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x221F92DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x221FB34E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F9840B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F621AC6
24. ??:0: ?? @ 0x7F3C1490FAC2
25. ??:0: ?? @ 0x7F3C149A18BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/cno6/0016b6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_8/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/cno6/0016b6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_8/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-31T15:14:50.814267Z): tablet_id=72075186224038141;self_id=[8:7567404571386243227:6311];ev=NActors::IEventHandle;tx_id=281474976740730;lock_id=281474976740726;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 @ 0x1F97F057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F96CD8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2221762D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42276944
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42C163A0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42C15B27
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42C02D39
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E632CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C72F25
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42D74175
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x272C4320
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x272BE62C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x272C6F4E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2725AA1A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2725AA1A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D72B95
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42CE4407
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2210BC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x221F0101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x221F9D26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x221F92DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x221FB34E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F9840B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F621AC6
24. ??:0: ?? @ 0x7F46EAD13AC2
25. ??:0: ?? @ 0x7F46EADA58BF
Thread 0x00007b032cf97640 (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 0x00007b032fdac640 (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/cno6/0016b6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/cno6/0016b6/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 0x00007b032c48e640 (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/cno6/0016b6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/cno6/0016b6/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 0x00007b03326c8640 (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/cno6/0016b6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/cno6/0016b6/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 0x00007b03341d2640 (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 0x00007f0366cb7a40 (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: .../build/build_root/cno6/0016b6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cno6/0016b6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cno6/0016b6', '--source-root', '/home/runner/.ya/build/build_root/cno6/0016b6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cno6/0016b6/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/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' 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: ((".../build/build_root/cno6/0016b6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cno6/0016b6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cno6/0016b6', '--source-root', '/home/runner/.ya/build/build_root/cno6/0016b6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cno6/0016b6/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/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 1676 30% 1676 50% 1676 90% 1676 99% 1676 ms
Write: 10% 2098 30% 2098 50% 2098 90% 2098 99% 2098 ms
Write: 10% 1626 30% 1626 50% 1626 90% 1626 99% 1626 ms
Write: 10% 3707 30% 3707 50% 3707 90% 3707 99% 3707 ms
Write: 10% 5571 30% 5571 50% 5571 90% 5571 99% 5571 ms
Write: 10% 6711 30% 6711 50% 6711 90% 6711 99% 6711 ms
Write: 10% 4912 30% 4912 50% 4912 90% 4912 99% 4912 ms
Write: 10% 9310 30% 9310 50% 9310 90% 9310 99% 9310 ms
Write: 10% 11526 30% 11526 50% 11526 90% 11526 99% 11526 ms
Write: 10% 13400 30% 13400 50% 13400 90% 13400 99% 13400 ms
Write: 10% 18992 30% 18992 50% 18992 90% 18992 99% 18992 ms
Write: 10% 15518 30% 15518 50% 15518 90% 15518 99% 15518 ms
Write: 10% 15217 30% 15217 50% 15217 90% 15217 99% 15217 ms
Write: 10% 15159 30% 15159 50% 15159 90% 15159 99% 15159 ms
Write: 10% 16425 30% 16425 50% 16425 90% 16425 99% 16425 ms
Write: 10% 15406 30% 15406 50% 15406 90% 15406 99% 15406 ms
Write: 10% 14600 30% 14600 50% 14600 90% 14600 99% 14600 ms
Write: 10% 14678 30% 14678 50% 14678 90% 14678 99% 14678 ms
Write: 10% 12025 30% 12025 50% 12025 90% 12025 99% 12025 ms
Write: 10% 14307 30% 14307 50% 14307 90% 14307 99% 14307 ms
Write: 10% 13707 30% 13707 50% 13707 90% 13707 99% 13707 ms
Write: 10% 11113 30% 11113 50% 11113 90% 11113 99% 11113 ms
Write: 10% 11768 30% 11768 50% 11768 90% 11768 99% 11768 ms
Write: 10% 15317 30% 15317 50% 15317 90% 15317 99% 15317 ms
Write: 10% 13166 30% 13166 50% 13166 90% 13166 99% 13166 ms
Write: 10% 13543 30% 13543 50% 13543 90% 13543 99% 13543 ms
Write: 10% 15598 30% 15598 50% 15598 90% 15598 99% 15598 ms
Write: 10% 10996 30% 10996 50% 10996 90% 10996 99% 10996 ms
Write: 10% 12810 30% 12810 50% 12810 90% 12810 99% 12810 ms
Write: 10% 15879 30% 15879 50% 15879 90% 15879 99% 15879 ms
Write: 10% 7479 30% 7479 50% 7479 90% 7479 99% 7479 ms
Write: 10% 9485 30% 9485 50% 9485 90% 9485 99% 9485 ms
Write: 10% 12873 30% 12873 50% 12873 90% 12873 99% 12873 ms
Write: 10% 8473 30% 8473 50% 8473 90% 8473 99% 8473 ms
Write: 10% 8812 30% 8812 50% 8812 90% 8812 99% 8812 ms
Write: 10% 13418 30% 13418 50% 13418 90% 13418 99% 13418 ms
Write: 10% 16238 30% 16238 50% 16238 90% 16238 99% 16238 ms
Write: 10% 8177 30% 8177 50% 8177 90% 8177 99% 8177 ms
Write: 10% 7429 30% 7429 50% 7429 90% 7429 99% 7429 ms
Write: 10% 11762 30% 11762 50% 11762 90% 11762 99% 11762 ms
Write: 10% 9256 30% 9256 50% 9256 90% 9256 99% 9256 ms
Write: 10% 7215 30% 7215 50% 7215 90% 7215 99% 7215 ms
Write: 10% 4569 30% 4569 50% 4569 90% 4569 99% 4569 ms
Write: 10% 2323 30% 2323 50% 2323 90% 2323 99% 2323 ms
Write: 10% 9199 30% 9199 50% 9199 90% 9199 99% 9199 ms
Write: 10% 3013 30% 3013 50% 3013 90% 3013 99% 3013 ms
Write: 10% 3126 30% 3126 50% 3126 90% 3126 99% 3126 ms
Write: 10% 2039 30% 2039 50% 2039 90% 2039 99% 2039 ms
Write: 10% 8406 30% 8406 50% 8406 90% 8406 99% 8406 ms
Write: 10% 2066 30% 2066 50% 2066 90% 2066 99% 2066 ms
Write: 10% 9923 30% 9923 50% 9923 90% 9923 99% 9923 ms
Write: 10% 4630 30% 4630 50% 4630 90% 4630 99% 4630 ms
Write: 10% 5024 30% 5024 50% 5024 90% 5024 99% 5024 ms
Write: 10% 10133 30% 10133 50% 10133 90% 10133 99% 10133 ms
Write: 10% 6476 30% 6476 50% 6476 90% 6476 99% 6476 ms
Write: 10% 10576 30% 10576 50% 10576 90% 10576 99% 10576 ms
Write: 10% 2479 30% 2479 50% 2479 90% 2479 99% 2479 ms
Write: 10% 3574 30% 3574 50% 3574 90% 3574 99% 3574 ms
Write: 10% 3004 30% 3004 50% 3004 90% 3004 99% 3004 ms
Write: 10% 6456 30% 6456 50% 6456 90% 6456 99% 6456 ms
Write: 10% 2183 30% 2183 50% 2183 90% 2183 99% 2183 ms
Write: 10% 2755 30% 2755 50% 2755 90% 2755 99% 2755 ms
Write: 10% 3214 30% 3214 50% 3214 90% 3214 99% 3214 ms
Write: 10% 1543 30% 1543 50% 1543 90% 1543 99% 1543 ms
Step 2. read write
Write: 10% 2632 30% 2632 50% 2632 90% 2632 99% 2632 ms
Write: 10% 2743 30% 2743 50% 2743 90% 2743 99% 2743 ms
Write: 10% 7282 30% 7282 50% 7282 90% 7282 99% 7282 ms
Write: 10% 11774 30% 11774 50% 11774 90% 11774 99% 11774 ms
Write: 10% 12162 30% 12162 50% 12162 90% 12162 99% 12162 ms
Write: 10% 16701 30% 16701 50% 16701 90% 16701 99% 16701 ms
Write: 10% 20117 30% 20117 50% 20117 90% 20117 99% 20117 ms
Write: 10% 19733 30% 19733 50% 19733 90% 19733 99% 19733 ms
Write: 10% 18616 30% 18616 50% 18616 90% 18616 99% 18616 ms
Write: 10% 20896 30% 20896 50% 20896 90% 20896 99% 20896 ms
Write: 10% 17002 30% 17002 50% 17002 90% 17002 99% 17002 ms
Write: 10% 17976 30% 17976 50% 17976 90% 17976 99% 17976 ms
Write: 10% 22076 30% 22076 50% 22076 90% 22076 99% 22076 ms
Write: 10% 15932 30% 15932 50% 15932 90% 15932 99% 15932 ms
Write: 10% 19235 30% 19235 50% 19235 90% 19235 99% 19235 ms
Write: 10% 18330 30% 18330 50% 18330 90% 18330 99% 18330 ms
Write: 10% 14909 30% 14909 50% 14909 90% 14909 99% 14909 ms
Write: 10% 17000 30% 17000 50% 17000 90% 17000 99% 17000 ms
Write: 10% 18652 30% 18652 50% 18652 90% 18652 99% 18652 ms
Write: 10% 18326 30% 18326 50% 18326 90% 18326 99% 18326 ms
Write: 10% 3100 30% 3100 50% 3100 90% 3100 99% 3100 ms
Write: 10% 16577 30% 16577 50% 16577 90% 16577 99% 16577 ms
Write: 10% 10282 30% 10282 50% 10282 90% 10282 99% 10282 ms
Write: 10% 4127 30% 4127 50% 4127 90% 4127 99% 4127 ms
Write: 10% 9131 30% 9131 50% 9131 90% 9131 99% 9131 ms
Write: 10% 11073 30% 11073 50% 11073 90% 11073 99% 11073 ms
Write: 10% 15110 30% 15110 50% 15110 90% 15110 99% 15110 ms
Write: 10% 14752 30% 14752 50% 14752 90% 14752 99% 14752 ms
Write: 10% 6883 30% 6883 50% 6883 90% 6883 99% 6883 ms
Write: 10% 10195 30% 10195 50% 10195 90% 10195 99% 10195 ms
Write: 10% 6814 30% 6814 50% 6814 90% 6814 99% 6814 ms
Write: 10% 3389 30% 3389 50% 3389 90% 3389 99% 3389 ms
Write: 10% 8210 30% 8210 50% 8210 90% 8210 99% 8210 ms
Write: 10% 6676 30% 6676 50% 6676 90% 6676 99% 6676 ms
Write: 10% 14701 30% 14701 50% 14701 90% 14701 99% 14701 ms
Write: 10% 6635 30% 6635 50% 6635 90% 6635 99% 6635 ms
Write: 10% 10714 30% 10714 50% 10714 90% 10714 99% 10714 ms
Write: 10% 5017 30% 5017 50% 5017 90% 5017 99% 5017 ms
Write: 10% 4934 30% 4934 50% 4934 90% 4934 99% 4934 ms
Write: 10% 9971 30% 9971 50% 9971 90% 9971 99% 9971 ms
Write: 10% 4842 30% 4842 50% 4842 90% 4842 99% 4842 ms
Write: 10% 3582 30% 3582 50% 3582 90% 3582 99% 3582 ms
Write: 10% 15957 30% 15957 50% 15957 90% 15957 99% 15957 ms
Write: 10% 10379 30% 10379 50% 10379 90% 10379 99% 10379 ms
Write: 10% 7952 30% 7952 50% 7952 90% 7952 99% 7952 ms
Write: 10% 21116 30% 21116 50% 21116 90% 21116 99% 21116 ms
Write: 10% 12552 30% 12552 50% 12552 90% 12552 99% 12552 ms
Write: 10% 6988 30% 6988 50% 6988 90% 6988 99% 6988 ms
Write: 10% 11884 30% 11884 50% 11884 90% 11884 99% 11884 ms
Write: 10% 12692 30% 12692 50% 12692 90% 12692 99% 12692 ms
Write: 10% 3175 30% 3175 50% 3175 90% 3175 99% 3175 ms
Write: 10% 5573 30% 5573 50% 5573 90% 5573 99% 5573 ms
Write: 10% 2797 30% 2797 50% 2797 90% 2797 99% 2797 ms
Write: 10% 7823 30% 7823 50% 7823 90% 7823 99% 7823 ms
Write: 10% 6547 30% 6547 50% 6547 90% 6547 99% 6547 ms
Write: 10% 6414 30% 6414 50% 6414 90% 6414 99% 6414 ms
Write: 10% 21830 30% 21830 50% 21830 90% 21830 99% 21830 ms
Write: 10% 2943 30% 2943 50% 2943 90% 2943 99% 2943 ms
Write: 10% 8863 30% 8863 50% 8863 90% 8863 99% 8863 ms
Write: 10% 2306 30% 2306 50% 2306 90% 2306 99% 2306 ms
Write: 10% 4044 30% 4044 50% 4044 90% 4044 99% 4044 ms
Write: 10% 3872 30% 3872 50% 3872 90% 3872 99% 3872 ms
Write: 10% 5332 30% 5332 50% 5332 90% 5332 99% 5332 ms
Write: 10% 4163 30% 4163 50% 4163 90% 4163 99% 4163 ms
Read: 10% 7445 30% 12232 50% 17019 90% 26593 99% 28747 ms
Step 3. write modify
Write: 10% 654 30% 654 50% 654 90% 654 99% 654 ms
Write: 10% 2537 30% 2537 50% 2537 90% 2537 99% 2537 ms
Was written: 15.33203125 MiB, Speed: 0.2555338541666667 MiB/s
Write: 10% 1718 30% 1718 50% 1718 90% 1718 99% 1718 ms
Write: 10% 3966 30% 3966 50% 3966 90% 3966 99% 3966 ms
Write: 10% 4735 30% 4735 50% 4735 90% 4735 99% 4735 ms
Write: 10% 6924 30% 6924 50% 6924 90% 6924 99% 6924 ms
Write: 10% 6968 30% 6968 50% 6968 90% 6968 99% 6968 ms
Write: 10% 12456 30% 12456 50% 12456 90% 12456 99% 12456 ms
Write: 10% 13073 30% 13073 50% 13073 90% 13073 99% 13073 ms
Write: 10% 15087 30% 15087 50% 15087 90% 15087 99% 15087 ms
Write: 10% 16845 30% 16845 50% 16845 90% 16845 99% 16845 ms
Write: 10% 15866 30% 15866 50% 15866 90% 15866 99% 15866 ms
Write: 10% 16410 30% 16410 50% 16410 90% 16410 99% 16410 ms
Write: 10% 15133 30% 15133 50% 15133 90% 15133 99% 15133 ms
Write: 10% 16176 30% 16176 50% 16176 90% 16176 99% 16176 ms
Write: 10% 15618 30% 15618 50% 15618 90% 15618 99% 15618 ms
Write: 10% 16002 30% 16002 50% 16002 90% 16002 99% 16002 ms
Write: 10% 15591 30% 15591 50% 15591 90% 15591 99% 15591 ms
Write: 10% 14828 30% 14828 50% 14828 90% 14828 99% 14828 ms
Write: 10% 16520 30% 16520 50% 16520 90% 16520 99% 16520 ms
Write: 10% 12728 30% 12728 50% 12728 90% 12728 99% 12728 ms
Write: 10% 12732 30% 12732 50% 12732 90% 12732 99% 12732 ms
Write: 10% 14199 30% 14199 50% 14199 90% 14199 99% 14199 ms
Write: 10% 9123 30% 9123 50% 9123 90% 9123 99% 9123 ms
Write: 10% 16460 30% 16460 50% 16460 90% 16460 99% 16460 ms
Write: 10% 16181 30% 16181 50% 16181 90% 16181 99% 16181 ms
Write: 10% 14121 30% 14121 50% 14121 90% 14121 99% 14121 ms
Write: 10% 17865 30% 17865 50% 17865 90% 17865 99% 17865 ms
Write: 10% 16041 30% 16041 50% 16041 90% 16041 99% 16041 ms
Write: 10% 11020 30% 11020 50% 11020 90% 11020 99% 11020 ms
Write: 10% 7288 30% 7288 50% 7288 90% 7288 99% 7288 ms
Write: 10% 5501 30% 5501 50% 5501 90% 5501 99% 5501 ms
Write: 10% 6778 30% 6778 50% 6778 90% 6778 99% 6778 ms
Write: 10% 6158 30% 6158 50% 6158 90% 6158 99% 6158 ms
Write: 10% 3690 30% 3690 50% 3690 90% 3690 99% 3690 ms
Write: 10% 3879 30% 3879 50% 3879 90% 3879 99% 3879 ms
Write: 10% 5069 30% 5069 50% 5069 90% 5069 99% 5069 ms
Write: 10% 3515 30% 3515 50% 3515 90% 3515 99% 3515 ms
Write: 10% 2693 30% 2693 50% 2693 90% 2693 99% 2693 ms
Write: 10% 3803 30% 3803 50% 3803 90% 3803 99% 3803 ms
Write: 10% 7979 30% 7979 50% 7979 90% 7979 99% 7979 ms
Write: 10% 5314 30% 5314 50% 5314 90% 5314 99% 5314 ms
Write: 10% 4009 30% 4009 50% 4009 90% 4009 99% 4009 ms
Write: 10% 5457 30% 5457 50% 5457 90% 5457 99% 5457 ms
Write: 10% 8596 30% 8596 50% 8596 90% 8596 99% 8596 ms
Write: 10% 9323 30% 9323 50% 9323 90% 9323 99% 9323 ms
Write: 10% 13729 30% 13729 50% 13729 90% 13729 99% 13729 ms
Write: 10% 6692 30% 6692 50% 6692 90% 6692 99% 6692 ms
Write: 10% 13618 30% 13618 50% 13618 90% 13618 99% 13618 ms
Write: 10% 4625 30% 4625 50% 4625 90% 4625 99% 4625 ms
Write: 10% 8651 30% 8651 50% 8651 90% 8651 99% 8651 ms
Write: 10% 9396 30% 9396 50% 9396 90% 9396 99% 9396 ms
Write: 10% 8235 30% 8235 50% 8235 90% 8235 99% 8235 ms
Write: 10% 5575 30% 5575 50% 5575 90% 5575 99% 5575 ms
Write: 10% 5881 30% 5881 50% 5881 90% 5881 99% 5881 ms
Write: 10% 4773 30% 4773 50% 4773 90% 4773 99% 4773 ms
Write: 10% 3405 30% 3405 50% 3405 90% 3405 99% 3405 ms
Write: 10% 3457 30% 3457 50% 3457 90% 3457 99% 3457 ms
Write: 10% 14308 30% 14308 50% 14308 90% 14308 99% 14308 ms
Write: 10% 3859 30% 3859 50% 3859 90% 3859 99% 3859 ms
Write: 10% 2878 30% 2878 50% 2878 90% 2878 99% 2878 ms
Write: 10% 3000 30% 3000 50% 3000 90% 3000 99% 3000 ms
Write: 10% 2988 30% 2988 50% 2988 90% 2988 99% 2988 ms
Write: 10% 5138 30% 5138 50% 5138 90% 5138 99% 5138 ms
Update: 10% 2186 30% 2186 50% 2186 90% 2186 99% 2186 ms
Step 4. read modify write
Write: 10% 1920 30% 1920 50% 1920 90% 1920 99% 1920 ms
Write: 10% 5065 30% 5065 50% 5065 90% 5065 99% 5065 ms
Write: 10% 8513 30% 8513 50% 8513 90% 8513 99% 8513 ms
Write: 10% 8135 30% 8135 50% 8135 90% 8135 99% 8135 ms
Write: 10% 11039 30% 11039 50% 11039 90% 11039 99% 11039 ms
Write: 10% 14312 30% 14312 50% 14312 90% 14312 99% 14312 ms
Write: 10% 14342 30% 14342 50% 14342 90% 14342 99% 14342 ms
Write: 10% 17679 30% 17679 50% 17679 90% 17679 99% 17679 ms
Write: 10% 18391 30% 18391 50% 18391 90% 18391 99% 18391 ms
Write: 10% 20176 30% 20176 50% 20176 90% 20176 99% 20176 ms
Write: 10% 19769 30% 19769 50% 19769 90% 19769 99% 19769 ms
Write: 10% 20701 30% 20701 50% 20701 90% 20701 99% 20701 ms
Write: 10% 21834 30% 21834 50% 21834 90% 21834 99% 21834 ms
Write: 10% 19289 30% 19289 50% 19289 90% 19289 99% 19289 ms
Write: 10% 17949 30% 17949 50% 17949 90% 17949 99% 17949 ms
Write: 10% 20066 30% 20066 50% 20066 90% 20066 99% 20066 ms
Write: 10% 16178 30% 16178 50% 16178 90% 16178 99% 16178 ms
Write: 10% 19053 30% 19053 50% 19053 90% 19053 99% 19053 ms
Write: 10% 17845 30% 17845 50% 17845 90% 17845 99% 17845 ms
Write: 10% 12804 30% 12804 50% 12804 90% 12804 99% 12804 ms
Write: 10% 16898 30% 16898 50% 16898 90% 16898 99% 16898 ms
Write: 10% 16201 30% 16201 50% 16201 90% 16201 99% 16201 ms
Write: 10% 16924 30% 16924 50% 16924 90% 16924 99% 16924 ms
Write: 10% 17603 30% 17603 50% 17603 90% 17603 99% 17603 ms
Write: 10% 18984 30% 18984 50% 18984 90% 18984 99% 18984 ms
Write: 10% 6740 30% 6740 50% 6740 90% 6740 99% 6740 ms
Write: 10% 16005 30% 16005 50% 16005 90% 16005 99% 16005 ms
Write: 10% 10168 30% 10168 50% 10168 90% 10168 99% 10168 ms
Write: 10% 13425 30% 13425 50% 13425 90% 13425 99% 13425 ms
Write: 10% 15737 30% 15737 50% 15737 90% 15737 99% 15737 ms
Write: 10% 8465 30% 8465 50% 8465 90% 8465 99% 8465 ms
Write: 10% 8350 30% 8350 50% 8350 90% 8350 99% 8350 ms
Write: 10% 15242 30% 15242 50% 15242 90% 15242 99% 15242 ms
Write: 10% 17088 30% 17088 50% 17088 90% 17088 99% 17088 ms
Write: 10% 11957 30% 11957 50% 11957 90% 11957 99% 11957 ms
Write: 10% 11816 30% 11816 50% 11816 90% 11816 99% 11816 ms
Write: 10% 15672 30% 15672 50% 15672 90% 15672 99% 15672 ms
Write: 10% 11208 30% 11208 50% 11208 90% 11208 99% 11208 ms
Write: 10% 2571 30% 2571 50% 2571 90% 2571 99% 2571 ms
Write: 10% 15460 30% 15460 50% 15460 90% 15460 99% 15460 ms
Write: 10% 6646 30% 6646 50% 6646 90% 6646 99% 6646 ms
Write: 10% 2351 30% 2351 50% 2351 90% 2351 99% 2351 ms
Write: 10% 4919 30% 4919 50% 4919 90% 4919 99% 4919 ms
Write: 10% 6399 30% 6399 50% 6399 90% 6399 99% 6399 ms
Write: 10% 3757 30% 3757 50% 3757 90% 3757 99% 3757 ms
Write: 10% 8849 30% 8849 50% 8849 90% 8849 99% 8849 ms
Write: 10% 3294 30% 3294 50% 3294 90% 3294 99% 3294 ms
Write: 10% 4078 30% 4078 50% 4078 90% 4078 99% 4078 ms
Write: 10% 6778 30% 6778 50% 6778 90% 6778 99% 6778 ms
Write: 10% 12718 30% 12718 50% 12718 90% 12718 99% 12718 ms
Write: 10% 3911 30% 3911 50% 3911 90% 3911 99% 3911 ms
Write: 10% 4760 30% 4760 50% 4760 90% 4760 99% 4760 ms
Write: 10% 8878 30% 8878 50% 8878 90% 8878 99% 8878 ms
Write: 10% 5445 30% 5445 50% 5445 90% 5445 99% 5445 ms
Write: 10% 6657 30% 6657 50% 6657 90% 6657 99% 6657 ms
Write: 10% 9018 30% 9018 50% 9018 90% 9018 99% 9018 ms
Write: 10% 4353 30% 4353 50% 4353 90% 4353 99% 4353 ms
Write: 10% 3557 30% 3557 50% 3557 90% 3557 99% 3557 ms
Write: 10% 11073 30% 11073 50% 11073 90% 11073 99% 11073 ms
Write: 10% 3107 30% 3107 50% 3107 90% 3107 99% 3107 ms
Write: 10% 4500 30% 4500 50% 4500 90% 4500 99% 4500 ms
Write: 10% 3034 30% 3034 50% 3034 90% 3034 99% 3034 ms
Write: 10% 3678 30% 3678 50% 3678 90% 3678 99% 3678 ms
Write: 10% 10399 30% 10399 50% 10399 90% 10399 99% 10399 ms
Read: 10% 7793 30% 12426 50% 17060 90% 26328 99% 28413 ms
Was written: 25.0 MiB, Speed: 0.1611328125 MiB/s
Update: 10% 2330 30% 2330 50% 2330 90% 2330 99% 2330 ms
