  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/sqc0/001de6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 123, in test
    self.worker(ctx, get_external_param("table_suffix", ""), exit_codes, 0, errors)
  File "/home/runner/.ya/build/build_root/sqc0/001de6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85, in worker
    self._test_suffix(local_ctx, suffix, codes, idx)
  File "/home/runner/.ya/build/build_root/sqc0/001de6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136, in _test_suffix
    ctx.executable(self, ctx)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 339, in scenario_alter_compression
    self._scenario(
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 227, in _scenario
    assert self._read_data(ctx=ctx, tables=tables, column_names=column_names)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 197, in _read_data
    scan_result = sth.execute_scan_query(
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202, in impl
    return func(*a, **kw)
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 480, in execute_scan_query
    for result_set in it:
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
  File "contrib/python/ydb/py3/ydb/table.py", line 1212, in <lambda>
    lambda resp: _wrap_scan_query_response(resp, self._table_client_settings),
  File "contrib/python/ydb/py3/ydb/table.py", line 983, in _wrap_scan_query_response
    return ScanQueryResult(response.result, table_client_settings)
  File "contrib/python/ydb/py3/ydb/table.py", line 955, in __init__
    self.result_set = convert.ResultSet.from_message(self._result.result_set, table_client_settings)
  File "contrib/python/ydb/py3/ydb/convert.py", line 374, in from_message
    row = _Row(message.columns)
  File "contrib/python/ydb/py3/ydb/convert.py", line 401, in __init__
    super(_Row, self).__init__()
  File "contrib/python/ydb/py3/ydb/convert.py", line 27, in __init__
    def __init__(self, *args, **kwargs):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0 failed

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: ...a/build/build_root/sqc0/001de6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sqc0/001de6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sqc0/001de6', '--source-root', '/home/runner/.ya/build/build_root/sqc0/001de6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sqc0/001de6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--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 1770, 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: (("...a/build/build_root/sqc0/001de6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sqc0/001de6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sqc0/001de6', '--source-root', '/home/runner/.ya/build/build_root/sqc0/001de6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sqc0/001de6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--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",), {})
Thread 0 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 135, in runtestprotocol
    reports.append(call_and_report(item, "teardown", log, nextitem=nextitem))
  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 183, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  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/sqc0/001dc6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/sqc0/001dc6/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 672, in stop
    thread.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/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: ...a/build/build_root/sqc0/001dc6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sqc0/001dc6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sqc0/001dc6', '--source-root', '/home/runner/.ya/build/build_root/sqc0/001dc6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sqc0/001dc6/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/9750504073/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 1770, 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: (("...a/build/build_root/sqc0/001dc6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sqc0/001dc6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sqc0/001dc6', '--source-root', '/home/runner/.ya/build/build_root/sqc0/001dc6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sqc0/001dc6/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/9750504073/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% 4062 30% 4062 50% 4062 90% 4062 99% 4062 ms
Write: 10% 2301 30% 2301 50% 2301 90% 2301 99% 2301 ms
Write: 10% 3864 30% 3864 50% 3864 90% 3864 99% 3864 ms
Write: 10% 4359 30% 4359 50% 4359 90% 4359 99% 4359 ms
Write: 10% 5911 30% 5911 50% 5911 90% 5911 99% 5911 ms
Write: 10% 10811 30% 10811 50% 10811 90% 10811 99% 10811 ms
Write: 10% 14417 30% 14417 50% 14417 90% 14417 99% 14417 ms
Write: 10% 16104 30% 16104 50% 16104 90% 16104 99% 16104 ms
Write: 10% 16535 30% 16535 50% 16535 90% 16535 99% 16535 ms
Write: 10% 21582 30% 21582 50% 21582 90% 21582 99% 21582 ms
Write: 10% 23334 30% 23334 50% 23334 90% 23334 99% 23334 ms
Write: 10% 23570 30% 23570 50% 23570 90% 23570 99% 23570 ms
Write: 10% 23379 30% 23379 50% 23379 90% 23379 99% 23379 ms
Write: 10% 23639 30% 23639 50% 23639 90% 23639 99% 23639 ms
Write: 10% 24534 30% 24534 50% 24534 90% 24534 99% 24534 ms
Write: 10% 21910 30% 21910 50% 21910 90% 21910 99% 21910 ms
Write: 10% 25407 30% 25407 50% 25407 90% 25407 99% 25407 ms
Write: 10% 21304 30% 21304 50% 21304 90% 21304 99% 21304 ms
Write: 10% 19327 30% 19327 50% 19327 90% 19327 99% 19327 ms
Write: 10% 19032 30% 19032 50% 19032 90% 19032 99% 19032 ms
Write: 10% 23432 30% 23432 50% 23432 90% 23432 99% 23432 ms
Write: 10% 18457 30% 18457 50% 18457 90% 18457 99% 18457 ms
Write: 10% 23456 30% 23456 50% 23456 90% 23456 99% 23456 ms
Write: 10% 7536 30% 7536 50% 7536 90% 7536 99% 7536 ms
Write: 10% 18315 30% 18315 50% 18315 90% 18315 99% 18315 ms
Write: 10% 24515 30% 24515 50% 24515 90% 24515 99% 24515 ms
Write: 10% 8122 30% 8122 50% 8122 90% 8122 99% 8122 ms
Write: 10% 16437 30% 16437 50% 16437 90% 16437 99% 16437 ms
Write: 10% 7740 30% 7740 50% 7740 90% 7740 99% 7740 ms
Write: 10% 15146 30% 15146 50% 15146 90% 15146 99% 15146 ms
Write: 10% 22573 30% 22573 50% 22573 90% 22573 99% 22573 ms
Write: 10% 10395 30% 10395 50% 10395 90% 10395 99% 10395 ms
Write: 10% 8890 30% 8890 50% 8890 90% 8890 99% 8890 ms
Write: 10% 22179 30% 22179 50% 22179 90% 22179 99% 22179 ms
Write: 10% 16363 30% 16363 50% 16363 90% 16363 99% 16363 ms
Write: 10% 12108 30% 12108 50% 12108 90% 12108 99% 12108 ms
Write: 10% 16289 30% 16289 50% 16289 90% 16289 99% 16289 ms
Write: 10% 13076 30% 13076 50% 13076 90% 13076 99% 13076 ms
Write: 10% 13565 30% 13565 50% 13565 90% 13565 99% 13565 ms
Write: 10% 9101 30% 9101 50% 9101 90% 9101 99% 9101 ms
Write: 10% 5830 30% 5830 50% 5830 90% 5830 99% 5830 ms
Write: 10% 19070 30% 19070 50% 19070 90% 19070 99% 19070 ms
Write: 10% 11280 30% 11280 50% 11280 90% 11280 99% 11280 ms
Write: 10% 15946 30% 15946 50% 15946 90% 15946 99% 15946 ms
Write: 10% 5022 30% 5022 50% 5022 90% 5022 99% 5022 ms
Write: 10% 10853 30% 10853 50% 10853 90% 10853 99% 10853 ms
Write: 10% 2500 30% 2500 50% 2500 90% 2500 99% 2500 ms
Write: 10% 16082 30% 16082 50% 16082 90% 16082 99% 16082 ms
Write: 10% 2893 30% 2893 50% 2893 90% 2893 99% 2893 ms
Write: 10% 2490 30% 2490 50% 2490 90% 2490 99% 2490 ms
Write: 10% 7071 30% 7071 50% 7071 90% 7071 99% 7071 ms
Write: 10% 4470 30% 4470 50% 4470 90% 4470 99% 4470 ms
Write: 10% 4630 30% 4630 50% 4630 90% 4630 99% 4630 ms
Write: 10% 3146 30% 3146 50% 3146 90% 3146 99% 3146 ms
Write: 10% 4159 30% 4159 50% 4159 90% 4159 99% 4159 ms
Write: 10% 12128 30% 12128 50% 12128 90% 12128 99% 12128 ms
Write: 10% 11642 30% 11642 50% 11642 90% 11642 99% 11642 ms
Write: 10% 19816 30% 19816 50% 19816 90% 19816 99% 19816 ms
Write: 10% 5293 30% 5293 50% 5293 90% 5293 99% 5293 ms
Write: 10% 2993 30% 2993 50% 2993 90% 2993 99% 2993 ms
Write: 10% 4716 30% 4716 50% 4716 90% 4716 99% 4716 ms
Write: 10% 4682 30% 4682 50% 4682 90% 4682 99% 4682 ms
Write: 10% 8562 30% 8562 50% 8562 90% 8562 99% 8562 ms
Write: 10% 7051 30% 7051 50% 7051 90% 7051 99% 7051 ms
Step 2. read write
Write: 10% 6124 30% 6124 50% 6124 90% 6124 99% 6124 ms
Write: 10% 10056 30% 10056 50% 10056 90% 10056 99% 10056 ms
Write: 10% 12600 30% 12600 50% 12600 90% 12600 99% 12600 ms
Write: 10% 16467 30% 16467 50% 16467 90% 16467 99% 16467 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 23251 30% 23251 50% 23251 90% 23251 99% 23251 ms
Write: 10% 23245 30% 23245 50% 23245 90% 23245 99% 23245 ms
Write: 10% 23402 30% 23402 50% 23402 90% 23402 99% 23402 ms
Write: 10% 21360 30% 21360 50% 21360 90% 21360 99% 21360 ms
Write: 10% 25284 30% 25284 50% 25284 90% 25284 99% 25284 ms
Write: 10% 26639 30% 26639 50% 26639 90% 26639 99% 26639 ms
Write: 10% 29253 30% 29253 50% 29253 90% 29253 99% 29253 ms
Write: 10% 17098 30% 17098 50% 17098 90% 17098 99% 17098 ms
Write: 10% 19370 30% 19370 50% 19370 90% 19370 99% 19370 ms
Write: 10% 18358 30% 18358 50% 18358 90% 18358 99% 18358 ms
Write: 10% 19137 30% 19137 50% 19137 90% 19137 99% 19137 ms
Write: 10% 24018 30% 24018 50% 24018 90% 24018 99% 24018 ms
Write: 10% 26905 30% 26905 50% 26905 90% 26905 99% 26905 ms
Write: 10% 19140 30% 19140 50% 19140 90% 19140 99% 19140 ms
Write: 10% 14340 30% 14340 50% 14340 90% 14340 99% 14340 ms
Write: 10% 18073 30% 18073 50% 18073 90% 18073 99% 18073 ms
Write: 10% 17756 30% 17756 50% 17756 90% 17756 99% 17756 ms
Write: 10% 23865 30% 23865 50% 23865 90% 23865 99% 23865 ms
Write: 10% 22589 30% 22589 50% 22589 90% 22589 99% 22589 ms
Write: 10% 22378 30% 22378 50% 22378 90% 22378 99% 22378 ms
Write: 10% 26530 30% 26530 50% 26530 90% 26530 99% 26530 ms
Write: 10% 16964 30% 16964 50% 16964 90% 16964 99% 16964 ms
Write: 10% 16988 30% 16988 50% 16988 90% 16988 99% 16988 ms
Write: 10% 24481 30% 24481 50% 24481 90% 24481 99% 24481 ms
Write: 10% 20081 30% 20081 50% 20081 90% 20081 99% 20081 ms
Write: 10% 14034 30% 14034 50% 14034 90% 14034 99% 14034 ms
Write: 10% 10949 30% 10949 50% 10949 90% 10949 99% 10949 ms
Write: 10% 22799 30% 22799 50% 22799 90% 22799 99% 22799 ms
Write: 10% 7362 30% 7362 50% 7362 90% 7362 99% 7362 ms
Write: 10% 8766 30% 8766 50% 8766 90% 8766 99% 8766 ms
Write: 10% 10751 30% 10751 50% 10751 90% 10751 99% 10751 ms
Write: 10% 7824 30% 7824 50% 7824 90% 7824 99% 7824 ms
Write: 10% 8558 30% 8558 50% 8558 90% 8558 99% 8558 ms
Write: 10% 7086 30% 7086 50% 7086 90% 7086 99% 7086 ms
Write: 10% 3094 30% 3094 50% 3094 90% 3094 99% 3094 ms
Write: 10% 6067 30% 6067 50% 6067 90% 6067 99% 6067 ms
Write: 10% 10780 30% 10780 50% 10780 90% 10780 99% 10780 ms
Write: 10% 25149 30% 25149 50% 25149 90% 25149 99% 25149 ms
Write: 10% 10742 30% 10742 50% 10742 90% 10742 99% 10742 ms
Write: 10% 23698 30% 23698 50% 23698 90% 23698 99% 23698 ms
Write: 10% 8469 30% 8469 50% 8469 90% 8469 99% 8469 ms
Write: 10% 4246 30% 4246 50% 4246 90% 4246 99% 4246 ms
Write: 10% 15612 30% 15612 50% 15612 90% 15612 99% 15612 ms
Write: 10% 4476 30% 4476 50% 4476 90% 4476 99% 4476 ms
Write: 10% 2887 30% 2887 50% 2887 90% 2887 99% 2887 ms
Write: 10% 6135 30% 6135 50% 6135 90% 6135 99% 6135 ms
Write: 10% 3403 30% 3403 50% 3403 90% 3403 99% 3403 ms
Write: 10% 6606 30% 6606 50% 6606 90% 6606 99% 6606 ms
Write: 10% 3755 30% 3755 50% 3755 90% 3755 99% 3755 ms
Write: 10% 8550 30% 8550 50% 8550 90% 8550 99% 8550 ms
Write: 10% 7903 30% 7903 50% 7903 90% 7903 99% 7903 ms
Write: 10% 14138 30% 14138 50% 14138 90% 14138 99% 14138 ms
Write: 10% 3597 30% 3597 50% 3597 90% 3597 99% 3597 ms
Write: 10% 9247 30% 9247 50% 9247 90% 9247 99% 9247 ms
Write: 10% 5983 30% 5983 50% 5983 90% 5983 99% 5983 ms
Write: 10% 7778 30% 7778 50% 7778 90% 7778 99% 7778 ms
Write: 10% 4644 30% 4644 50% 4644 90% 4644 99% 4644 ms
Write: 10% 4074 30% 4074 50% 4074 90% 4074 99% 4074 ms
Write: 10% 4183 30% 4183 50% 4183 90% 4183 99% 4183 ms
Write: 10% 6772 30% 6772 50% 6772 90% 6772 99% 6772 ms
Read: 10% 6740 30% 11513 50% 16285 90% 23388 99% 24986 ms
Step 3. write modify
Write: 10% 4213 30% 4213 50% 4213 90% 4213 99% 4213 ms
Write: 10% 5685 30% 5685 50% 5685 90% 5685 99% 5685 ms
Write: 10% 17355 30% 17355 50% 17355 90% 17355 99% 17355 ms
Write: 10% 16966 30% 16966 50% 16966 90% 16966 99% 16966 ms
Write: 10% 21297 30% 21297 50% 21297 90% 21297 99% 21297 ms
Write: 10% 22973 30% 22973 50% 22973 90% 22973 99% 22973 ms
Write: 10% 23314 30% 23314 50% 23314 90% 23314 99% 23314 ms
Write: 10% 23268 30% 23268 50% 23268 90% 23268 99% 23268 ms
Write: 10% 23747 30% 23747 50% 23747 90% 23747 99% 23747 ms
Write: 10% 21780 30% 21780 50% 21780 90% 21780 99% 21780 ms
Write: 10% 21292 30% 21292 50% 21292 90% 21292 99% 21292 ms
Write: 10% 21352 30% 21352 50% 21352 90% 21352 99% 21352 ms
Write: 10% 28598 30% 28598 50% 28598 90% 28598 99% 28598 ms
Write: 10% 26940 30% 26940 50% 26940 90% 26940 99% 26940 ms
Write: 10% 19694 30% 19694 50% 19694 90% 19694 99% 19694 ms
Write: 10% 20707 30% 20707 50% 20707 90% 20707 99% 20707 ms
Write: 10% 26284 30% 26284 50% 26284 90% 26284 99% 26284 ms
Write: 10% 28639 30% 28639 50% 28639 90% 28639 99% 28639 ms
Write: 10% 25777 30% 25777 50% 25777 90% 25777 99% 25777 ms
Write: 10% 19733 30% 19733 50% 19733 90% 19733 99% 19733 ms
Write: 10% 24310 30% 24310 50% 24310 90% 24310 99% 24310 ms
Write: 10% 29035 30% 29035 50% 29035 90% 29035 99% 29035 ms
Write: 10% 22833 30% 22833 50% 22833 90% 22833 99% 22833 ms
Write: 10% 19210 30% 19210 50% 19210 90% 19210 99% 19210 ms
Write: 10% 19003 30% 19003 50% 19003 90% 19003 99% 19003 ms
Write: 10% 19302 30% 19302 50% 19302 90% 19302 99% 19302 ms
Write: 10% 21768 30% 21768 50% 21768 90% 21768 99% 21768 ms
Write: 10% 15511 30% 15511 50% 15511 90% 15511 99% 15511 ms
Write: 10% 13358 30% 13358 50% 13358 90% 13358 99% 13358 ms
Write: 10% 21124 30% 21124 50% 21124 90% 21124 99% 21124 ms
Write: 10% 20743 30% 20743 50% 20743 90% 20743 99% 20743 ms
Write: 10% 20421 30% 20421 50% 20421 90% 20421 99% 20421 ms
Write: 10% 11497 30% 11497 50% 11497 90% 11497 99% 11497 ms
Write: 10% 19135 30% 19135 50% 19135 90% 19135 99% 19135 ms
Write: 10% 19674 30% 19674 50% 19674 90% 19674 99% 19674 ms
Write: 10% 10153 30% 10153 50% 10153 90% 10153 99% 10153 ms
Write: 10% 4539 30% 4539 50% 4539 90% 4539 99% 4539 ms
Write: 10% 3829 30% 3829 50% 3829 90% 3829 99% 3829 ms
Write: 10% 3823 30% 3823 50% 3823 90% 3823 99% 3823 ms
Write: 10% 3962 30% 3962 50% 3962 90% 3962 99% 3962 ms
Write: 10% 11309 30% 11309 50% 11309 90% 11309 99% 11309 ms
Write: 10% 3915 30% 3915 50% 3915 90% 3915 99% 3915 ms
Write: 10% 12795 30% 12795 50% 12795 90% 12795 99% 12795 ms
Write: 10% 10127 30% 10127 50% 10127 90% 10127 99% 10127 ms
Write: 10% 9141 30% 9141 50% 9141 90% 9141 99% 9141 ms
Write: 10% 8889 30% 8889 50% 8889 90% 8889 99% 8889 ms
Write: 10% 15226 30% 15226 50% 15226 90% 15226 99% 15226 ms
Write: 10% 16060 30% 16060 50% 16060 90% 16060 99% 16060 ms
Write: 10% 3911 30% 3911 50% 3911 90% 3911 99% 3911 ms
Write: 10% 17026 30% 17026 50% 17026 90% 17026 99% 17026 ms
Write: 10% 3847 30% 3847 50% 3847 90% 3847 99% 3847 ms
Write: 10% 7079 30% 7079 50% 7079 90% 7079 99% 7079 ms
Write: 10% 6735 30% 6735 50% 6735 90% 6735 99% 6735 ms
Write: 10% 9513 30% 9513 50% 9513 90% 9513 99% 9513 ms
Write: 10% 4054 30% 4054 50% 4054 90% 4054 99% 4054 ms
Write: 10% 8010 30% 8010 50% 8010 90% 8010 99% 8010 ms
Write: 10% 7892 30% 7892 50% 7892 90% 7892 99% 7892 ms
Write: 10% 4519 30% 4519 50% 4519 90% 4519 99% 4519 ms
Write: 10% 4768 30% 4768 50% 4768 90% 4768 99% 4768 ms
Write: 10% 18888 30% 18888 50% 18888 90% 18888 99% 18888 ms
Write: 10% 5619 30% 5619 50% 5619 90% 5619 99% 5619 ms
Write: 10% 6711 30% 6711 50% 6711 90% 6711 99% 6711 ms
Write: 10% 4360 30% 4360 50% 4360 90% 4360 99% 4360 ms
Write: 10% 11537 30% 11537 50% 11537 90% 11537 99% 11537 ms
Update: 10% 2618 30% 2618 50% 2618 90% 2618 99% 2618 ms
Step 4. read modify write
Was written: 19.3359375 MiB, Speed: 0.11393229166666667 MiB/s
Write: 10% 1698 30% 1698 50% 1698 90% 1698 99% 1698 ms
Write: 10% 1249 30% 1249 50% 1249 90% 1249 99% 1249 ms
Write: 10% 2586 30% 2586 50% 2586 90% 2586 99% 2586 ms
Write: 10% 2970 30% 2970 50% 2970 90% 2970 99% 2970 ms
Write: 10% 5220 30% 5220 50% 5220 90% 5220 99% 5220 ms
Write: 10% 4898 30% 4898 50% 4898 90% 4898 99% 4898 ms
Write: 10% 7975 30% 7975 50% 7975 90% 7975 99% 7975 ms
Write: 10% 6499 30% 6499 50% 6499 90% 6499 99% 6499 ms
Write: 10% 7645 30% 7645 50% 7645 90% 7645 99% 7645 ms
Write: 10% 8754 30% 8754 50% 8754 90% 8754 99% 8754 ms
Write: 10% 3728 30% 3728 50% 3728 90% 3728 99% 3728 ms
Write: 10% 10430 30% 10430 50% 10430 90% 10430 99% 10430 ms
Write: 10% 14905 30% 14905 50% 14905 90% 14905 99% 14905 ms
Write: 10% 11858 30% 11858 50% 11858 90% 11858 99% 11858 ms
Write: 10% 15060 30% 15060 50% 15060 90% 15060 99% 15060 ms
Write: 10% 16932 30% 16932 50% 16932 90% 16932 99% 16932 ms
Write: 10% 16341 30% 16341 50% 16341 90% 16341 99% 16341 ms
Write: 10% 19566 30% 19566 50% 19566 90% 19566 99% 19566 ms
Write: 10% 17510 30% 17510 50% 17510 90% 17510 99% 17510 ms
Write: 10% 17282 30% 17282 50% 17282 90% 17282 99% 17282 ms
Write: 10% 17279 30% 17279 50% 17279 90% 17279 99% 17279 ms
Write: 10% 17259 30% 17259 50% 17259 90% 17259 99% 17259 ms
Write: 10% 16664 30% 16664 50% 16664 90% 16664 99% 16664 ms
Write: 10% 16105 30% 16105 50% 16105 90% 16105 99% 16105 ms
Write: 10% 16235 30% 16235 50% 16235 90% 16235 99% 16235 ms
Write: 10% 19250 30% 19250 50% 19250 90% 19250 99% 19250 ms
Write: 10% 17238 30% 17238 50% 17238 90% 17238 99% 17238 ms
Write: 10% 15308 30% 15308 50% 15308 90% 15308 99% 15308 ms
Write: 10% 18676 30% 18676 50% 18676 90% 18676 99% 18676 ms
Write: 10% 20833 30% 20833 50% 20833 90% 20833 99% 20833 ms
Write: 10% 23100 30% 23100 50% 23100 90% 23100 99% 23100 ms
Write: 10% 8210 30% 8210 50% 8210 90% 8210 99% 8210 ms
Write: 10% 19894 30% 19894 50% 19894 90% 19894 99% 19894 ms
Write: 10% 10790 30% 10790 50% 10790 90% 10790 99% 10790 ms
Write: 10% 18105 30% 18105 50% 18105 90% 18105 99% 18105 ms
Write: 10% 17337 30% 17337 50% 17337 90% 17337 99% 17337 ms
Write: 10% 3895 30% 3895 50% 3895 90% 3895 99% 3895 ms
Write: 10% 15529 30% 15529 50% 15529 90% 15529 99% 15529 ms
Write: 10% 8988 30% 8988 50% 8988 90% 8988 99% 8988 ms
Write: 10% 9929 30% 9929 50% 9929 90% 9929 99% 9929 ms
Write: 10% 3582 30% 3582 50% 3582 90% 3582 99% 3582 ms
Write: 10% 9156 30% 9156 50% 9156 90% 9156 99% 9156 ms
Write: 10% 10004 30% 10004 50% 10004 90% 10004 99% 10004 ms
Write: 10% 15763 30% 15763 50% 15763 90% 15763 99% 15763 ms
Write: 10% 5766 30% 5766 50% 5766 90% 5766 99% 5766 ms
Write: 10% 8454 30% 8454 50% 8454 90% 8454 99% 8454 ms
Write: 10% 5904 30% 5904 50% 5904 90% 5904 99% 5904 ms
Write: 10% 4686 30% 4686 50% 4686 90% 4686 99% 4686 ms
Write: 10% 9783 30% 9783 50% 9783 90% 9783 99% 9783 ms
Write: 10% 5159 30% 5159 50% 5159 90% 5159 99% 5159 ms
Write: 10% 18312 30% 18312 50% 18312 90% 18312 99% 18312 ms
Write: 10% 5405 30% 5405 50% 5405 90% 5405 99% 5405 ms
Write: 10% 5209 30% 5209 50% 5209 90% 5209 99% 5209 ms
Write: 10% 2867 30% 2867 50% 2867 90% 2867 99% 2867 ms
Write: 10% 3116 30% 3116 50% 3116 90% 3116 99% 3116 ms
Write: 10% 3687 30% 3687 50% 3687 90% 3687 99% 3687 ms
Write: 10% 4436 30% 4436 50% 4436 90% 4436 99% 4436 ms
Write: 10% 3159 30% 3159 50% 3159 90% 3159 99% 3159 ms
Write: 10% 8365 30% 8365 50% 8365 90% 8365 99% 8365 ms
Write: 10% 3991 30% 3991 50% 3991 90% 3991 99% 3991 ms
Write: 10% 3060 30% 3060 50% 3060 90% 3060 99% 3060 ms
Write: 10% 3682 30% 3682 50% 3682 90% 3682 99% 3682 ms
Write: 10% 6083 30% 6083 50% 6083 90% 6083 99% 6083 ms
Write: 10% 4442 30% 4442 50% 4442 90% 4442 99% 4442 ms
Read: 10% 6772 30% 11598 50% 16424 90% 23101 99% 24603 ms
Update: 10% 2717 30% 2717 50% 2717 90% 2717 99% 2717 ms
