Thread 0 failed
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/9i66/0012f7/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/9i66/0012f7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/9i66/0012f7/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/9i66/0012f7/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/9i66/0012f7/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-30T18:14:42.334809Z): tablet_id=72075186224038222;self_id=[8:7567079803484484240:6362];ev=NActors::IEventHandle;tx_id=281474976745746;lock_id=281474976745742;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 @ 0x1F922A57
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F91078A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x221B639D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x421C90E4
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42B68C50
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42B683D7
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B555E9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E5D66AF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42BC57D5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42CC6CB5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27261200
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2725B50C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x27263E2E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x271F78FA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x271F78FA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42CC56D5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C36CB7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x220AFC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2218EE71
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x22198A96
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2219804D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2219A0BE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F927AB4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F5C54C6
24. ??:0: ?? @ 0x7F264704EAC2
25. ??:0: ?? @ 0x7F26470E08BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/9i66/0012f7/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/9i66/0012f7/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-10-30T18:14:56.855608Z): tablet_id=72075186224038320;self_id=[1:7567079805861980936:7338];ev=NActors::IEventHandle;tx_id=281474976745770;lock_id=281474976745768;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 @ 0x1F922A57
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F91078A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x221B639D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x421C90E4
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42B68C50
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42B683D7
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B555E9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E5D66AF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42BC57D5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42CC6CB5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27261200
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2725B50C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x27263E2E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x271F78FA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x271F78FA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42CC56D5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C36CB7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x220AFC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2218EE71
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x22198A96
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2219804D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2219A0BE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F927AB4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F5C54C6
24. ??:0: ?? @ 0x7F813346DAC2
25. ??:0: ?? @ 0x7F81334FF8BF
Thread 0x00007b1c2f7fd640 (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/9i66/0012f7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/9i66/0012f7/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 0x00007b1c2b97b640 (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/9i66/0012f7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/9i66/0012f7/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 0x00007b1c32cb5640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 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 0x00007f1c65304a40 (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/9i66/0012f7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/9i66/0012f7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/9i66/0012f7', '--source-root', '/home/runner/.ya/build/build_root/9i66/0012f7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/0012f7/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/10116586272/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/9i66/0012f7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/9i66/0012f7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/9i66/0012f7', '--source-root', '/home/runner/.ya/build/build_root/9i66/0012f7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/9i66/0012f7/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/10116586272/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% 3877 30% 3877 50% 3877 90% 3877 99% 3877 ms
Write: 10% 6328 30% 6328 50% 6328 90% 6328 99% 6328 ms
Write: 10% 8763 30% 8763 50% 8763 90% 8763 99% 8763 ms
Write: 10% 15264 30% 15264 50% 15264 90% 15264 99% 15264 ms
Write: 10% 15908 30% 15908 50% 15908 90% 15908 99% 15908 ms
Write: 10% 17702 30% 17702 50% 17702 90% 17702 99% 17702 ms
Write: 10% 19210 30% 19210 50% 19210 90% 19210 99% 19210 ms
Write: 10% 17174 30% 17174 50% 17174 90% 17174 99% 17174 ms
Write: 10% 16781 30% 16781 50% 16781 90% 16781 99% 16781 ms
Write: 10% 16949 30% 16949 50% 16949 90% 16949 99% 16949 ms
Write: 10% 19739 30% 19739 50% 19739 90% 19739 99% 19739 ms
Write: 10% 19748 30% 19748 50% 19748 90% 19748 99% 19748 ms
Write: 10% 12847 30% 12847 50% 12847 90% 12847 99% 12847 ms
Write: 10% 15846 30% 15846 50% 15846 90% 15846 99% 15846 ms
Write: 10% 20554 30% 20554 50% 20554 90% 20554 99% 20554 ms
Write: 10% 16759 30% 16759 50% 16759 90% 16759 99% 16759 ms
Write: 10% 16042 30% 16042 50% 16042 90% 16042 99% 16042 ms
Write: 10% 17625 30% 17625 50% 17625 90% 17625 99% 17625 ms
Write: 10% 14419 30% 14419 50% 14419 90% 14419 99% 14419 ms
Write: 10% 16905 30% 16905 50% 16905 90% 16905 99% 16905 ms
Write: 10% 17950 30% 17950 50% 17950 90% 17950 99% 17950 ms
Write: 10% 14345 30% 14345 50% 14345 90% 14345 99% 14345 ms
Write: 10% 15433 30% 15433 50% 15433 90% 15433 99% 15433 ms
Write: 10% 18340 30% 18340 50% 18340 90% 18340 99% 18340 ms
Write: 10% 4098 30% 4098 50% 4098 90% 4098 99% 4098 ms
Write: 10% 15309 30% 15309 50% 15309 90% 15309 99% 15309 ms
Write: 10% 14026 30% 14026 50% 14026 90% 14026 99% 14026 ms
Write: 10% 15116 30% 15116 50% 15116 90% 15116 99% 15116 ms
Write: 10% 14205 30% 14205 50% 14205 90% 14205 99% 14205 ms
Write: 10% 18566 30% 18566 50% 18566 90% 18566 99% 18566 ms
Write: 10% 17553 30% 17553 50% 17553 90% 17553 99% 17553 ms
Write: 10% 8520 30% 8520 50% 8520 90% 8520 99% 8520 ms
Write: 10% 21529 30% 21529 50% 21529 90% 21529 99% 21529 ms
Write: 10% 10039 30% 10039 50% 10039 90% 10039 99% 10039 ms
Write: 10% 5211 30% 5211 50% 5211 90% 5211 99% 5211 ms
Write: 10% 20303 30% 20303 50% 20303 90% 20303 99% 20303 ms
Write: 10% 7387 30% 7387 50% 7387 90% 7387 99% 7387 ms
Write: 10% 5938 30% 5938 50% 5938 90% 5938 99% 5938 ms
Write: 10% 13372 30% 13372 50% 13372 90% 13372 99% 13372 ms
Write: 10% 8153 30% 8153 50% 8153 90% 8153 99% 8153 ms
Write: 10% 11631 30% 11631 50% 11631 90% 11631 99% 11631 ms
Write: 10% 2316 30% 2316 50% 2316 90% 2316 99% 2316 ms
Write: 10% 6607 30% 6607 50% 6607 90% 6607 99% 6607 ms
Write: 10% 3979 30% 3979 50% 3979 90% 3979 99% 3979 ms
Write: 10% 13069 30% 13069 50% 13069 90% 13069 99% 13069 ms
Write: 10% 3235 30% 3235 50% 3235 90% 3235 99% 3235 ms
Write: 10% 2649 30% 2649 50% 2649 90% 2649 99% 2649 ms
Write: 10% 7734 30% 7734 50% 7734 90% 7734 99% 7734 ms
Write: 10% 4401 30% 4401 50% 4401 90% 4401 99% 4401 ms
Write: 10% 8743 30% 8743 50% 8743 90% 8743 99% 8743 ms
Write: 10% 3525 30% 3525 50% 3525 90% 3525 99% 3525 ms
Write: 10% 9437 30% 9437 50% 9437 90% 9437 99% 9437 ms
Write: 10% 4119 30% 4119 50% 4119 90% 4119 99% 4119 ms
Write: 10% 3864 30% 3864 50% 3864 90% 3864 99% 3864 ms
Write: 10% 3254 30% 3254 50% 3254 90% 3254 99% 3254 ms
Write: 10% 6183 30% 6183 50% 6183 90% 6183 99% 6183 ms
Write: 10% 5008 30% 5008 50% 5008 90% 5008 99% 5008 ms
Write: 10% 6161 30% 6161 50% 6161 90% 6161 99% 6161 ms
Write: 10% 4516 30% 4516 50% 4516 90% 4516 99% 4516 ms
Write: 10% 2885 30% 2885 50% 2885 90% 2885 99% 2885 ms
Write: 10% 8887 30% 8887 50% 8887 90% 8887 99% 8887 ms
Write: 10% 4911 30% 4911 50% 4911 90% 4911 99% 4911 ms
Write: 10% 9448 30% 9448 50% 9448 90% 9448 99% 9448 ms
Write: 10% 3506 30% 3506 50% 3506 90% 3506 99% 3506 ms
Step 2. read write
Write: 10% 2007 30% 2007 50% 2007 90% 2007 99% 2007 ms
Write: 10% 5328 30% 5328 50% 5328 90% 5328 99% 5328 ms
Write: 10% 8148 30% 8148 50% 8148 90% 8148 99% 8148 ms
Write: 10% 7401 30% 7401 50% 7401 90% 7401 99% 7401 ms
Write: 10% 17410 30% 17410 50% 17410 90% 17410 99% 17410 ms
Write: 10% 16095 30% 16095 50% 16095 90% 16095 99% 16095 ms
Write: 10% 19596 30% 19596 50% 19596 90% 19596 99% 19596 ms
Write: 10% 19366 30% 19366 50% 19366 90% 19366 99% 19366 ms
Write: 10% 19139 30% 19139 50% 19139 90% 19139 99% 19139 ms
Write: 10% 20639 30% 20639 50% 20639 90% 20639 99% 20639 ms
Write: 10% 19013 30% 19013 50% 19013 90% 19013 99% 19013 ms
Write: 10% 18953 30% 18953 50% 18953 90% 18953 99% 18953 ms
Write: 10% 17157 30% 17157 50% 17157 90% 17157 99% 17157 ms
Write: 10% 15082 30% 15082 50% 15082 90% 15082 99% 15082 ms
Write: 10% 18867 30% 18867 50% 18867 90% 18867 99% 18867 ms
Write: 10% 18619 30% 18619 50% 18619 90% 18619 99% 18619 ms
Write: 10% 17964 30% 17964 50% 17964 90% 17964 99% 17964 ms
Write: 10% 17208 30% 17208 50% 17208 90% 17208 99% 17208 ms
Write: 10% 17496 30% 17496 50% 17496 90% 17496 99% 17496 ms
Write: 10% 17289 30% 17289 50% 17289 90% 17289 99% 17289 ms
Write: 10% 17342 30% 17342 50% 17342 90% 17342 99% 17342 ms
Write: 10% 15385 30% 15385 50% 15385 90% 15385 99% 15385 ms
Write: 10% 17265 30% 17265 50% 17265 90% 17265 99% 17265 ms
Write: 10% 15436 30% 15436 50% 15436 90% 15436 99% 15436 ms
Write: 10% 19829 30% 19829 50% 19829 90% 19829 99% 19829 ms
Write: 10% 13976 30% 13976 50% 13976 90% 13976 99% 13976 ms
Write: 10% 16596 30% 16596 50% 16596 90% 16596 99% 16596 ms
Write: 10% 9604 30% 9604 50% 9604 90% 9604 99% 9604 ms
Write: 10% 12591 30% 12591 50% 12591 90% 12591 99% 12591 ms
Write: 10% 9052 30% 9052 50% 9052 90% 9052 99% 9052 ms
Write: 10% 10519 30% 10519 50% 10519 90% 10519 99% 10519 ms
Write: 10% 8909 30% 8909 50% 8909 90% 8909 99% 8909 ms
Write: 10% 8503 30% 8503 50% 8503 90% 8503 99% 8503 ms
Write: 10% 6226 30% 6226 50% 6226 90% 6226 99% 6226 ms
Write: 10% 7387 30% 7387 50% 7387 90% 7387 99% 7387 ms
Write: 10% 10397 30% 10397 50% 10397 90% 10397 99% 10397 ms
Write: 10% 7023 30% 7023 50% 7023 90% 7023 99% 7023 ms
Write: 10% 5682 30% 5682 50% 5682 90% 5682 99% 5682 ms
Write: 10% 5139 30% 5139 50% 5139 90% 5139 99% 5139 ms
Write: 10% 3804 30% 3804 50% 3804 90% 3804 99% 3804 ms
Write: 10% 9188 30% 9188 50% 9188 90% 9188 99% 9188 ms
Write: 10% 3735 30% 3735 50% 3735 90% 3735 99% 3735 ms
Write: 10% 13534 30% 13534 50% 13534 90% 13534 99% 13534 ms
Write: 10% 9013 30% 9013 50% 9013 90% 9013 99% 9013 ms
Write: 10% 10472 30% 10472 50% 10472 90% 10472 99% 10472 ms
Write: 10% 10130 30% 10130 50% 10130 90% 10130 99% 10130 ms
Write: 10% 2458 30% 2458 50% 2458 90% 2458 99% 2458 ms
Write: 10% 15597 30% 15597 50% 15597 90% 15597 99% 15597 ms
Write: 10% 8374 30% 8374 50% 8374 90% 8374 99% 8374 ms
Write: 10% 9703 30% 9703 50% 9703 90% 9703 99% 9703 ms
Write: 10% 5536 30% 5536 50% 5536 90% 5536 99% 5536 ms
Write: 10% 7963 30% 7963 50% 7963 90% 7963 99% 7963 ms
Write: 10% 3366 30% 3366 50% 3366 90% 3366 99% 3366 ms
Write: 10% 2678 30% 2678 50% 2678 90% 2678 99% 2678 ms
Write: 10% 5968 30% 5968 50% 5968 90% 5968 99% 5968 ms
Write: 10% 5691 30% 5691 50% 5691 90% 5691 99% 5691 ms
Write: 10% 3299 30% 3299 50% 3299 90% 3299 99% 3299 ms
Write: 10% 2438 30% 2438 50% 2438 90% 2438 99% 2438 ms
Write: 10% 3225 30% 3225 50% 3225 90% 3225 99% 3225 ms
Write: 10% 3006 30% 3006 50% 3006 90% 3006 99% 3006 ms
Write: 10% 14096 30% 14096 50% 14096 90% 14096 99% 14096 ms
Write: 10% 3600 30% 3600 50% 3600 90% 3600 99% 3600 ms
Write: 10% 2894 30% 2894 50% 2894 90% 2894 99% 2894 ms
Write: 10% 3422 30% 3422 50% 3422 90% 3422 99% 3422 ms
Read: 10% 4031 30% 4153 50% 4274 90% 21060 99% 24836 ms
Step 3. write modify
Was written: 15.0390625 MiB, Speed: 0.2506510416666667 MiB/s
Write: 10% 1800 30% 1800 50% 1800 90% 1800 99% 1800 ms
Write: 10% 2328 30% 2328 50% 2328 90% 2328 99% 2328 ms
Write: 10% 2552 30% 2552 50% 2552 90% 2552 99% 2552 ms
Write: 10% 12081 30% 12081 50% 12081 90% 12081 99% 12081 ms
Write: 10% 17759 30% 17759 50% 17759 90% 17759 99% 17759 ms
Write: 10% 18978 30% 18978 50% 18978 90% 18978 99% 18978 ms
Write: 10% 18403 30% 18403 50% 18403 90% 18403 99% 18403 ms
Write: 10% 20086 30% 20086 50% 20086 90% 20086 99% 20086 ms
Write: 10% 17812 30% 17812 50% 17812 90% 17812 99% 17812 ms
Write: 10% 11695 30% 11695 50% 11695 90% 11695 99% 11695 ms
Write: 10% 15806 30% 15806 50% 15806 90% 15806 99% 15806 ms
Write: 10% 15533 30% 15533 50% 15533 90% 15533 99% 15533 ms
Write: 10% 18948 30% 18948 50% 18948 90% 18948 99% 18948 ms
Write: 10% 21055 30% 21055 50% 21055 90% 21055 99% 21055 ms
Write: 10% 16222 30% 16222 50% 16222 90% 16222 99% 16222 ms
Write: 10% 18221 30% 18221 50% 18221 90% 18221 99% 18221 ms
Write: 10% 6210 30% 6210 50% 6210 90% 6210 99% 6210 ms
Write: 10% 15020 30% 15020 50% 15020 90% 15020 99% 15020 ms
Write: 10% 15464 30% 15464 50% 15464 90% 15464 99% 15464 ms
Write: 10% 17964 30% 17964 50% 17964 90% 17964 99% 17964 ms
Write: 10% 4951 30% 4951 50% 4951 90% 4951 99% 4951 ms
Write: 10% 14214 30% 14214 50% 14214 90% 14214 99% 14214 ms
Write: 10% 17949 30% 17949 50% 17949 90% 17949 99% 17949 ms
Write: 10% 17543 30% 17543 50% 17543 90% 17543 99% 17543 ms
Write: 10% 11795 30% 11795 50% 11795 90% 11795 99% 11795 ms
Write: 10% 3420 30% 3420 50% 3420 90% 3420 99% 3420 ms
Write: 10% 16288 30% 16288 50% 16288 90% 16288 99% 16288 ms
Write: 10% 8836 30% 8836 50% 8836 90% 8836 99% 8836 ms
Write: 10% 9097 30% 9097 50% 9097 90% 9097 99% 9097 ms
Write: 10% 15301 30% 15301 50% 15301 90% 15301 99% 15301 ms
Write: 10% 9334 30% 9334 50% 9334 90% 9334 99% 9334 ms
Write: 10% 7165 30% 7165 50% 7165 90% 7165 99% 7165 ms
Write: 10% 7341 30% 7341 50% 7341 90% 7341 99% 7341 ms
Write: 10% 13053 30% 13053 50% 13053 90% 13053 99% 13053 ms
Write: 10% 18850 30% 18850 50% 18850 90% 18850 99% 18850 ms
Write: 10% 13042 30% 13042 50% 13042 90% 13042 99% 13042 ms
Write: 10% 10742 30% 10742 50% 10742 90% 10742 99% 10742 ms
Write: 10% 5134 30% 5134 50% 5134 90% 5134 99% 5134 ms
Write: 10% 4507 30% 4507 50% 4507 90% 4507 99% 4507 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 10718 30% 10718 50% 10718 90% 10718 99% 10718 ms
Write: 10% 3080 30% 3080 50% 3080 90% 3080 99% 3080 ms
Write: 10% 9375 30% 9375 50% 9375 90% 9375 99% 9375 ms
Write: 10% 9413 30% 9413 50% 9413 90% 9413 99% 9413 ms
Write: 10% 8970 30% 8970 50% 8970 90% 8970 99% 8970 ms
Write: 10% 18881 30% 18881 50% 18881 90% 18881 99% 18881 ms
Write: 10% 5624 30% 5624 50% 5624 90% 5624 99% 5624 ms
Write: 10% 12218 30% 12218 50% 12218 90% 12218 99% 12218 ms
Write: 10% 10003 30% 10003 50% 10003 90% 10003 99% 10003 ms
Write: 10% 3921 30% 3921 50% 3921 90% 3921 99% 3921 ms
Write: 10% 3087 30% 3087 50% 3087 90% 3087 99% 3087 ms
Write: 10% 9276 30% 9276 50% 9276 90% 9276 99% 9276 ms
Write: 10% 3397 30% 3397 50% 3397 90% 3397 99% 3397 ms
Write: 10% 6358 30% 6358 50% 6358 90% 6358 99% 6358 ms
Write: 10% 15646 30% 15646 50% 15646 90% 15646 99% 15646 ms
Write: 10% 5266 30% 5266 50% 5266 90% 5266 99% 5266 ms
Write: 10% 5406 30% 5406 50% 5406 90% 5406 99% 5406 ms
Write: 10% 3961 30% 3961 50% 3961 90% 3961 99% 3961 ms
Write: 10% 9568 30% 9568 50% 9568 90% 9568 99% 9568 ms
Write: 10% 10885 30% 10885 50% 10885 90% 10885 99% 10885 ms
Write: 10% 5151 30% 5151 50% 5151 90% 5151 99% 5151 ms
Write: 10% 3791 30% 3791 50% 3791 90% 3791 99% 3791 ms
Write: 10% 3972 30% 3972 50% 3972 90% 3972 99% 3972 ms
Write: 10% 6465 30% 6465 50% 6465 90% 6465 99% 6465 ms
Update: 10% 1005 30% 1005 50% 1005 90% 1005 99% 1005 ms
Step 4. read modify write
Write: 10% 9559 30% 9559 50% 9559 90% 9559 99% 9559 ms
Write: 10% 10478 30% 10478 50% 10478 90% 10478 99% 10478 ms
Write: 10% 17947 30% 17947 50% 17947 90% 17947 99% 17947 ms
Write: 10% 17642 30% 17642 50% 17642 90% 17642 99% 17642 ms
Write: 10% 18160 30% 18160 50% 18160 90% 18160 99% 18160 ms
Write: 10% 17506 30% 17506 50% 17506 90% 17506 99% 17506 ms
Write: 10% 19456 30% 19456 50% 19456 90% 19456 99% 19456 ms
Write: 10% 14586 30% 14586 50% 14586 90% 14586 99% 14586 ms
Write: 10% 12319 30% 12319 50% 12319 90% 12319 99% 12319 ms
Write: 10% 18584 30% 18584 50% 18584 90% 18584 99% 18584 ms
Write: 10% 18999 30% 18999 50% 18999 90% 18999 99% 18999 ms
Write: 10% 16740 30% 16740 50% 16740 90% 16740 99% 16740 ms
Write: 10% 15350 30% 15350 50% 15350 90% 15350 99% 15350 ms
Write: 10% 9274 30% 9274 50% 9274 90% 9274 99% 9274 ms
Write: 10% 14544 30% 14544 50% 14544 90% 14544 99% 14544 ms
Write: 10% 13635 30% 13635 50% 13635 90% 13635 99% 13635 ms
Write: 10% 13519 30% 13519 50% 13519 90% 13519 99% 13519 ms
Write: 10% 8145 30% 8145 50% 8145 90% 8145 99% 8145 ms
Write: 10% 13216 30% 13216 50% 13216 90% 13216 99% 13216 ms
Write: 10% 17102 30% 17102 50% 17102 90% 17102 99% 17102 ms
Write: 10% 16235 30% 16235 50% 16235 90% 16235 99% 16235 ms
Write: 10% 18824 30% 18824 50% 18824 90% 18824 99% 18824 ms
Write: 10% 18171 30% 18171 50% 18171 90% 18171 99% 18171 ms
Write: 10% 13263 30% 13263 50% 13263 90% 13263 99% 13263 ms
Write: 10% 13368 30% 13368 50% 13368 90% 13368 99% 13368 ms
Write: 10% 12384 30% 12384 50% 12384 90% 12384 99% 12384 ms
Write: 10% 9129 30% 9129 50% 9129 90% 9129 99% 9129 ms
Write: 10% 13199 30% 13199 50% 13199 90% 13199 99% 13199 ms
Write: 10% 8694 30% 8694 50% 8694 90% 8694 99% 8694 ms
Write: 10% 8397 30% 8397 50% 8397 90% 8397 99% 8397 ms
Write: 10% 13987 30% 13987 50% 13987 90% 13987 99% 13987 ms
Write: 10% 12985 30% 12985 50% 12985 90% 12985 99% 12985 ms
Write: 10% 4965 30% 4965 50% 4965 90% 4965 99% 4965 ms
Write: 10% 4765 30% 4765 50% 4765 90% 4765 99% 4765 ms
Write: 10% 4446 30% 4446 50% 4446 90% 4446 99% 4446 ms
Write: 10% 4544 30% 4544 50% 4544 90% 4544 99% 4544 ms
Write: 10% 16307 30% 16307 50% 16307 90% 16307 99% 16307 ms
Write: 10% 9112 30% 9112 50% 9112 90% 9112 99% 9112 ms
Write: 10% 15597 30% 15597 50% 15597 90% 15597 99% 15597 ms
Write: 10% 7088 30% 7088 50% 7088 90% 7088 99% 7088 ms
Write: 10% 10984 30% 10984 50% 10984 90% 10984 99% 10984 ms
Write: 10% 15115 30% 15115 50% 15115 90% 15115 99% 15115 ms
Write: 10% 8436 30% 8436 50% 8436 90% 8436 99% 8436 ms
Write: 10% 6400 30% 6400 50% 6400 90% 6400 99% 6400 ms
Write: 10% 6152 30% 6152 50% 6152 90% 6152 99% 6152 ms
Write: 10% 6422 30% 6422 50% 6422 90% 6422 99% 6422 ms
Write: 10% 14102 30% 14102 50% 14102 90% 14102 99% 14102 ms
Write: 10% 6165 30% 6165 50% 6165 90% 6165 99% 6165 ms
Write: 10% 14965 30% 14965 50% 14965 90% 14965 99% 14965 ms
Write: 10% 5182 30% 5182 50% 5182 90% 5182 99% 5182 ms
Write: 10% 4318 30% 4318 50% 4318 90% 4318 99% 4318 ms
Write: 10% 4654 30% 4654 50% 4654 90% 4654 99% 4654 ms
Write: 10% 4118 30% 4118 50% 4118 90% 4118 99% 4118 ms
Write: 10% 7455 30% 7455 50% 7455 90% 7455 99% 7455 ms
Write: 10% 15019 30% 15019 50% 15019 90% 15019 99% 15019 ms
Write: 10% 12946 30% 12946 50% 12946 90% 12946 99% 12946 ms
Write: 10% 6124 30% 6124 50% 6124 90% 6124 99% 6124 ms
Write: 10% 6498 30% 6498 50% 6498 90% 6498 99% 6498 ms
Write: 10% 7970 30% 7970 50% 7970 90% 7970 99% 7970 ms
Write: 10% 9674 30% 9674 50% 9674 90% 9674 99% 9674 ms
Write: 10% 16936 30% 16936 50% 16936 90% 16936 99% 16936 ms
Write: 10% 4688 30% 4688 50% 4688 90% 4688 99% 4688 ms
Write: 10% 4760 30% 4760 50% 4760 90% 4760 99% 4760 ms
Write: 10% 8143 30% 8143 50% 8143 90% 8143 99% 8143 ms
Read: 10% 11771 30% 14143 50% 16515 90% 21260 99% 22327 ms
Update: 10% 1806 30% 1806 50% 1806 90% 1806 99% 1806 ms
