contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 0 failed
  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/sdka/00038e/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/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 639, 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/sdka/00038e/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/sdka/00038e/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-11T09:34:52.486420Z): tablet_id=72075186224037936;self_id=[1:7559895293400902839:2439];ev=NActors::IEventHandle;tx_id=281474976735663;lock_id=281474976735661;verification=!CommitSnapshot;fline=written.h:89;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:83: InternalPanicImpl @ 0xA71B616
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA713B66
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB5A63A8
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x144AC306
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x151B0021
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x151AFE34
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x151A7E0E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA0B25FC
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x151D146C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x15233BFE
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2029: ExecuteTransaction @ 0xD141244
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1934: DoExecute @ 0xD13F20A
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1948: Execute @ 0xD14258E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD11B626
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD11B626
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x15233339
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x151FC01A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB559FD7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB596E74
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB59AF12
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB59AB20
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB59B70E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA71D17C
23. ??:0: ?? @ 0x7F8EA6F8AAC2
24. ??:0: ?? @ 0x7F8EA701C8BF
Thread 0x00007f25c65ff640 (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 0x00007f25d577f640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 0x00007f25dc5ff640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 0x00007f25db7ff640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 0x00007f25dd3ff640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 0x00007f25da5ff640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/sdka/00038e/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 0x00007f25e37db640 (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 0x00007f2601dd3440 (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: ...8e/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/sdka/00038e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sdka/00038e/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sdka/00038e', '--source-root', '/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sdka/00038e/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/9943449381/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 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: (("...8e/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/sdka/00038e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/sdka/00038e/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/sdka/00038e', '--source-root', '/home/runner/.ya/build/build_root/sdka/00038e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/sdka/00038e/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/9943449381/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 2016 30% 2016 50% 2016 90% 2016 99% 2016 ms
Write: 10% 12414 30% 12414 50% 12414 90% 12414 99% 12414 ms
Write: 10% 13387 30% 13387 50% 13387 90% 13387 99% 13387 ms
Write: 10% 15337 30% 15337 50% 15337 90% 15337 99% 15337 ms
Write: 10% 15688 30% 15688 50% 15688 90% 15688 99% 15688 ms
Write: 10% 15934 30% 15934 50% 15934 90% 15934 99% 15934 ms
Write: 10% 15975 30% 15975 50% 15975 90% 15975 99% 15975 ms
Write: 10% 15064 30% 15064 50% 15064 90% 15064 99% 15064 ms
Write: 10% 14345 30% 14345 50% 14345 90% 14345 99% 14345 ms
Write: 10% 17188 30% 17188 50% 17188 90% 17188 99% 17188 ms
Write: 10% 13586 30% 13586 50% 13586 90% 13586 99% 13586 ms
Write: 10% 16718 30% 16718 50% 16718 90% 16718 99% 16718 ms
Write: 10% 15206 30% 15206 50% 15206 90% 15206 99% 15206 ms
Write: 10% 13247 30% 13247 50% 13247 90% 13247 99% 13247 ms
Write: 10% 9217 30% 9217 50% 9217 90% 9217 99% 9217 ms
Write: 10% 9888 30% 9888 50% 9888 90% 9888 99% 9888 ms
Write: 10% 13996 30% 13996 50% 13996 90% 13996 99% 13996 ms
Write: 10% 12776 30% 12776 50% 12776 90% 12776 99% 12776 ms
Write: 10% 12316 30% 12316 50% 12316 90% 12316 99% 12316 ms
Write: 10% 12761 30% 12761 50% 12761 90% 12761 99% 12761 ms
Write: 10% 7993 30% 7993 50% 7993 90% 7993 99% 7993 ms
Write: 10% 7757 30% 7757 50% 7757 90% 7757 99% 7757 ms
Write: 10% 12020 30% 12020 50% 12020 90% 12020 99% 12020 ms
Write: 10% 6552 30% 6552 50% 6552 90% 6552 99% 6552 ms
Write: 10% 12541 30% 12541 50% 12541 90% 12541 99% 12541 ms
Write: 10% 6261 30% 6261 50% 6261 90% 6261 99% 6261 ms
Write: 10% 5693 30% 5693 50% 5693 90% 5693 99% 5693 ms
Write: 10% 11625 30% 11625 50% 11625 90% 11625 99% 11625 ms
Write: 10% 11245 30% 11245 50% 11245 90% 11245 99% 11245 ms
Write: 10% 4939 30% 4939 50% 4939 90% 4939 99% 4939 ms
Write: 10% 8874 30% 8874 50% 8874 90% 8874 99% 8874 ms
Write: 10% 3839 30% 3839 50% 3839 90% 3839 99% 3839 ms
Write: 10% 9840 30% 9840 50% 9840 90% 9840 99% 9840 ms
Write: 10% 8528 30% 8528 50% 8528 90% 8528 99% 8528 ms
Write: 10% 8056 30% 8056 50% 8056 90% 8056 99% 8056 ms
Write: 10% 3669 30% 3669 50% 3669 90% 3669 99% 3669 ms
Write: 10% 9913 30% 9913 50% 9913 90% 9913 99% 9913 ms
Write: 10% 11714 30% 11714 50% 11714 90% 11714 99% 11714 ms
Write: 10% 8582 30% 8582 50% 8582 90% 8582 99% 8582 ms
Write: 10% 13582 30% 13582 50% 13582 90% 13582 99% 13582 ms
Write: 10% 3751 30% 3751 50% 3751 90% 3751 99% 3751 ms
Write: 10% 8749 30% 8749 50% 8749 90% 8749 99% 8749 ms
Write: 10% 8470 30% 8470 50% 8470 90% 8470 99% 8470 ms
Write: 10% 3486 30% 3486 50% 3486 90% 3486 99% 3486 ms
Write: 10% 2511 30% 2511 50% 2511 90% 2511 99% 2511 ms
Write: 10% 7227 30% 7227 50% 7227 90% 7227 99% 7227 ms
Write: 10% 3427 30% 3427 50% 3427 90% 3427 99% 3427 ms
Write: 10% 6785 30% 6785 50% 6785 90% 6785 99% 6785 ms
Write: 10% 6191 30% 6191 50% 6191 90% 6191 99% 6191 ms
Write: 10% 5666 30% 5666 50% 5666 90% 5666 99% 5666 ms
Write: 10% 5375 30% 5375 50% 5375 90% 5375 99% 5375 ms
Write: 10% 5112 30% 5112 50% 5112 90% 5112 99% 5112 ms
Write: 10% 4076 30% 4076 50% 4076 90% 4076 99% 4076 ms
Write: 10% 4576 30% 4576 50% 4576 90% 4576 99% 4576 ms
Write: 10% 3319 30% 3319 50% 3319 90% 3319 99% 3319 ms
Write: 10% 2621 30% 2621 50% 2621 90% 2621 99% 2621 ms
Write: 10% 2583 30% 2583 50% 2583 90% 2583 99% 2583 ms
Write: 10% 4695 30% 4695 50% 4695 90% 4695 99% 4695 ms
Write: 10% 4866 30% 4866 50% 4866 90% 4866 99% 4866 ms
Write: 10% 9920 30% 9920 50% 9920 90% 9920 99% 9920 ms
Write: 10% 5502 30% 5502 50% 5502 90% 5502 99% 5502 ms
Write: 10% 2499 30% 2499 50% 2499 90% 2499 99% 2499 ms
Write: 10% 2920 30% 2920 50% 2920 90% 2920 99% 2920 ms
Write: 10% 2647 30% 2647 50% 2647 90% 2647 99% 2647 ms
Step 2. read write
Write: 10% 4590 30% 4590 50% 4590 90% 4590 99% 4590 ms
Write: 10% 10757 30% 10757 50% 10757 90% 10757 99% 10757 ms
Write: 10% 15249 30% 15249 50% 15249 90% 15249 99% 15249 ms
Write: 10% 14200 30% 14200 50% 14200 90% 14200 99% 14200 ms
Write: 10% 15018 30% 15018 50% 15018 90% 15018 99% 15018 ms
Write: 10% 15554 30% 15554 50% 15554 90% 15554 99% 15554 ms
Write: 10% 15986 30% 15986 50% 15986 90% 15986 99% 15986 ms
Write: 10% 13165 30% 13165 50% 13165 90% 13165 99% 13165 ms
Write: 10% 15570 30% 15570 50% 15570 90% 15570 99% 15570 ms
Write: 10% 15854 30% 15854 50% 15854 90% 15854 99% 15854 ms
Write: 10% 15507 30% 15507 50% 15507 90% 15507 99% 15507 ms
Write: 10% 13666 30% 13666 50% 13666 90% 13666 99% 13666 ms
Write: 10% 15643 30% 15643 50% 15643 90% 15643 99% 15643 ms
Write: 10% 15209 30% 15209 50% 15209 90% 15209 99% 15209 ms
Write: 10% 14641 30% 14641 50% 14641 90% 14641 99% 14641 ms
Write: 10% 14823 30% 14823 50% 14823 90% 14823 99% 14823 ms
Write: 10% 14758 30% 14758 50% 14758 90% 14758 99% 14758 ms
Write: 10% 10669 30% 10669 50% 10669 90% 10669 99% 10669 ms
Write: 10% 16089 30% 16089 50% 16089 90% 16089 99% 16089 ms
Write: 10% 14208 30% 14208 50% 14208 90% 14208 99% 14208 ms
Write: 10% 3380 30% 3380 50% 3380 90% 3380 99% 3380 ms
Write: 10% 13008 30% 13008 50% 13008 90% 13008 99% 13008 ms
Write: 10% 3132 30% 3132 50% 3132 90% 3132 99% 3132 ms
Write: 10% 14860 30% 14860 50% 14860 90% 14860 99% 14860 ms
Write: 10% 13335 30% 13335 50% 13335 90% 13335 99% 13335 ms
Write: 10% 7491 30% 7491 50% 7491 90% 7491 99% 7491 ms
Write: 10% 6746 30% 6746 50% 6746 90% 6746 99% 6746 ms
Write: 10% 12537 30% 12537 50% 12537 90% 12537 99% 12537 ms
Write: 10% 12860 30% 12860 50% 12860 90% 12860 99% 12860 ms
Write: 10% 6218 30% 6218 50% 6218 90% 6218 99% 6218 ms
Write: 10% 12525 30% 12525 50% 12525 90% 12525 99% 12525 ms
Write: 10% 5635 30% 5635 50% 5635 90% 5635 99% 5635 ms
Write: 10% 5578 30% 5578 50% 5578 90% 5578 99% 5578 ms
Write: 10% 3853 30% 3853 50% 3853 90% 3853 99% 3853 ms
Write: 10% 2764 30% 2764 50% 2764 90% 2764 99% 2764 ms
Write: 10% 4852 30% 4852 50% 4852 90% 4852 99% 4852 ms
Write: 10% 3787 30% 3787 50% 3787 90% 3787 99% 3787 ms
Write: 10% 8374 30% 8374 50% 8374 90% 8374 99% 8374 ms
Write: 10% 3140 30% 3140 50% 3140 90% 3140 99% 3140 ms
Write: 10% 5569 30% 5569 50% 5569 90% 5569 99% 5569 ms
Write: 10% 7051 30% 7051 50% 7051 90% 7051 99% 7051 ms
Write: 10% 11189 30% 11189 50% 11189 90% 11189 99% 11189 ms
Write: 10% 12372 30% 12372 50% 12372 90% 12372 99% 12372 ms
Write: 10% 6485 30% 6485 50% 6485 90% 6485 99% 6485 ms
Write: 10% 9339 30% 9339 50% 9339 90% 9339 99% 9339 ms
Write: 10% 2698 30% 2698 50% 2698 90% 2698 99% 2698 ms
Write: 10% 3049 30% 3049 50% 3049 90% 3049 99% 3049 ms
Write: 10% 6992 30% 6992 50% 6992 90% 6992 99% 6992 ms
Write: 10% 3165 30% 3165 50% 3165 90% 3165 99% 3165 ms
Write: 10% 14671 30% 14671 50% 14671 90% 14671 99% 14671 ms
Write: 10% 12568 30% 12568 50% 12568 90% 12568 99% 12568 ms
Write: 10% 4220 30% 4220 50% 4220 90% 4220 99% 4220 ms
Write: 10% 10629 30% 10629 50% 10629 90% 10629 99% 10629 ms
Write: 10% 5230 30% 5230 50% 5230 90% 5230 99% 5230 ms
Write: 10% 3788 30% 3788 50% 3788 90% 3788 99% 3788 ms
Write: 10% 4781 30% 4781 50% 4781 90% 4781 99% 4781 ms
Write: 10% 2678 30% 2678 50% 2678 90% 2678 99% 2678 ms
Write: 10% 3318 30% 3318 50% 3318 90% 3318 99% 3318 ms
Write: 10% 3486 30% 3486 50% 3486 90% 3486 99% 3486 ms
Write: 10% 5505 30% 5505 50% 5505 90% 5505 99% 5505 ms
Write: 10% 10094 30% 10094 50% 10094 90% 10094 99% 10094 ms
Write: 10% 3429 30% 3429 50% 3429 90% 3429 99% 3429 ms
Write: 10% 4243 30% 4243 50% 4243 90% 4243 99% 4243 ms
Write: 10% 5886 30% 5886 50% 5886 90% 5886 99% 5886 ms
Read: 10% 9590 30% 11324 50% 13058 90% 16525 99% 17306 ms
Step 3. write modify
Write: 10% 7784 30% 7784 50% 7784 90% 7784 99% 7784 ms
Write: 10% 11304 30% 11304 50% 11304 90% 11304 99% 11304 ms
Write: 10% 12023 30% 12023 50% 12023 90% 12023 99% 12023 ms
Write: 10% 12676 30% 12676 50% 12676 90% 12676 99% 12676 ms
Was written: 18.75 MiB, Speed: 0.3125 MiB/s
Write: 10% 17114 30% 17114 50% 17114 90% 17114 99% 17114 ms
Write: 10% 17608 30% 17608 50% 17608 90% 17608 99% 17608 ms
Write: 10% 15218 30% 15218 50% 15218 90% 15218 99% 15218 ms
Write: 10% 15391 30% 15391 50% 15391 90% 15391 99% 15391 ms
Write: 10% 16631 30% 16631 50% 16631 90% 16631 99% 16631 ms
Write: 10% 15015 30% 15015 50% 15015 90% 15015 99% 15015 ms
Write: 10% 16067 30% 16067 50% 16067 90% 16067 99% 16067 ms
Write: 10% 16090 30% 16090 50% 16090 90% 16090 99% 16090 ms
Write: 10% 13655 30% 13655 50% 13655 90% 13655 99% 13655 ms
Write: 10% 15995 30% 15995 50% 15995 90% 15995 99% 15995 ms
Write: 10% 15303 30% 15303 50% 15303 90% 15303 99% 15303 ms
Write: 10% 12252 30% 12252 50% 12252 90% 12252 99% 12252 ms
Write: 10% 14822 30% 14822 50% 14822 90% 14822 99% 14822 ms
Write: 10% 14330 30% 14330 50% 14330 90% 14330 99% 14330 ms
Write: 10% 14849 30% 14849 50% 14849 90% 14849 99% 14849 ms
Write: 10% 12125 30% 12125 50% 12125 90% 12125 99% 12125 ms
Write: 10% 14459 30% 14459 50% 14459 90% 14459 99% 14459 ms
Write: 10% 13965 30% 13965 50% 13965 90% 13965 99% 13965 ms
Write: 10% 14415 30% 14415 50% 14415 90% 14415 99% 14415 ms
Write: 10% 13668 30% 13668 50% 13668 90% 13668 99% 13668 ms
Write: 10% 13756 30% 13756 50% 13756 90% 13756 99% 13756 ms
Write: 10% 9554 30% 9554 50% 9554 90% 9554 99% 9554 ms
Write: 10% 4180 30% 4180 50% 4180 90% 4180 99% 4180 ms
Write: 10% 6757 30% 6757 50% 6757 90% 6757 99% 6757 ms
Write: 10% 15958 30% 15958 50% 15958 90% 15958 99% 15958 ms
Write: 10% 6570 30% 6570 50% 6570 90% 6570 99% 6570 ms
Write: 10% 13105 30% 13105 50% 13105 90% 13105 99% 13105 ms
Write: 10% 10592 30% 10592 50% 10592 90% 10592 99% 10592 ms
Write: 10% 9495 30% 9495 50% 9495 90% 9495 99% 9495 ms
Write: 10% 10322 30% 10322 50% 10322 90% 10322 99% 10322 ms
Write: 10% 7707 30% 7707 50% 7707 90% 7707 99% 7707 ms
Write: 10% 6853 30% 6853 50% 6853 90% 6853 99% 6853 ms
Write: 10% 12746 30% 12746 50% 12746 90% 12746 99% 12746 ms
Write: 10% 8308 30% 8308 50% 8308 90% 8308 99% 8308 ms
Write: 10% 8739 30% 8739 50% 8739 90% 8739 99% 8739 ms
Write: 10% 7473 30% 7473 50% 7473 90% 7473 99% 7473 ms
Write: 10% 7004 30% 7004 50% 7004 90% 7004 99% 7004 ms
Write: 10% 7076 30% 7076 50% 7076 90% 7076 99% 7076 ms
Write: 10% 12633 30% 12633 50% 12633 90% 12633 99% 12633 ms
Write: 10% 7316 30% 7316 50% 7316 90% 7316 99% 7316 ms
Write: 10% 5877 30% 5877 50% 5877 90% 5877 99% 5877 ms
Write: 10% 10460 30% 10460 50% 10460 90% 10460 99% 10460 ms
Write: 10% 5424 30% 5424 50% 5424 90% 5424 99% 5424 ms
Write: 10% 6888 30% 6888 50% 6888 90% 6888 99% 6888 ms
Write: 10% 5126 30% 5126 50% 5126 90% 5126 99% 5126 ms
Write: 10% 4638 30% 4638 50% 4638 90% 4638 99% 4638 ms
Write: 10% 5260 30% 5260 50% 5260 90% 5260 99% 5260 ms
Write: 10% 4898 30% 4898 50% 4898 90% 4898 99% 4898 ms
Write: 10% 4031 30% 4031 50% 4031 90% 4031 99% 4031 ms
Write: 10% 4846 30% 4846 50% 4846 90% 4846 99% 4846 ms
Write: 10% 4596 30% 4596 50% 4596 90% 4596 99% 4596 ms
Write: 10% 4750 30% 4750 50% 4750 90% 4750 99% 4750 ms
Write: 10% 3990 30% 3990 50% 3990 90% 3990 99% 3990 ms
Write: 10% 8644 30% 8644 50% 8644 90% 8644 99% 8644 ms
Write: 10% 3615 30% 3615 50% 3615 90% 3615 99% 3615 ms
Write: 10% 3717 30% 3717 50% 3717 90% 3717 99% 3717 ms
Write: 10% 3621 30% 3621 50% 3621 90% 3621 99% 3621 ms
Write: 10% 4089 30% 4089 50% 4089 90% 4089 99% 4089 ms
Write: 10% 3607 30% 3607 50% 3607 90% 3607 99% 3607 ms
Write: 10% 3859 30% 3859 50% 3859 90% 3859 99% 3859 ms
Update: 10% 791 30% 791 50% 791 90% 791 99% 791 ms
Step 4. read modify write
Write: 10% 1946 30% 1946 50% 1946 90% 1946 99% 1946 ms
Write: 10% 5279 30% 5279 50% 5279 90% 5279 99% 5279 ms
Write: 10% 4624 30% 4624 50% 4624 90% 4624 99% 4624 ms
Write: 10% 11780 30% 11780 50% 11780 90% 11780 99% 11780 ms
Write: 10% 13056 30% 13056 50% 13056 90% 13056 99% 13056 ms
Write: 10% 14079 30% 14079 50% 14079 90% 14079 99% 14079 ms
Write: 10% 12969 30% 12969 50% 12969 90% 12969 99% 12969 ms
Write: 10% 12920 30% 12920 50% 12920 90% 12920 99% 12920 ms
Write: 10% 13917 30% 13917 50% 13917 90% 13917 99% 13917 ms
Write: 10% 12229 30% 12229 50% 12229 90% 12229 99% 12229 ms
Write: 10% 13780 30% 13780 50% 13780 90% 13780 99% 13780 ms
Write: 10% 12990 30% 12990 50% 12990 90% 12990 99% 12990 ms
Write: 10% 12779 30% 12779 50% 12779 90% 12779 99% 12779 ms
Write: 10% 13184 30% 13184 50% 13184 90% 13184 99% 13184 ms
Write: 10% 13138 30% 13138 50% 13138 90% 13138 99% 13138 ms
Write: 10% 12532 30% 12532 50% 12532 90% 12532 99% 12532 ms
Write: 10% 12142 30% 12142 50% 12142 90% 12142 99% 12142 ms
Write: 10% 12720 30% 12720 50% 12720 90% 12720 99% 12720 ms
Write: 10% 12139 30% 12139 50% 12139 90% 12139 99% 12139 ms
Write: 10% 12216 30% 12216 50% 12216 90% 12216 99% 12216 ms
Write: 10% 11888 30% 11888 50% 11888 90% 11888 99% 11888 ms
Write: 10% 11316 30% 11316 50% 11316 90% 11316 99% 11316 ms
Write: 10% 5085 30% 5085 50% 5085 90% 5085 99% 5085 ms
Write: 10% 11355 30% 11355 50% 11355 90% 11355 99% 11355 ms
Write: 10% 3931 30% 3931 50% 3931 90% 3931 99% 3931 ms
Write: 10% 6971 30% 6971 50% 6971 90% 6971 99% 6971 ms
Write: 10% 11480 30% 11480 50% 11480 90% 11480 99% 11480 ms
Write: 10% 7299 30% 7299 50% 7299 90% 7299 99% 7299 ms
Write: 10% 11691 30% 11691 50% 11691 90% 11691 99% 11691 ms
Write: 10% 11498 30% 11498 50% 11498 90% 11498 99% 11498 ms
Write: 10% 9373 30% 9373 50% 9373 90% 9373 99% 9373 ms
Write: 10% 9635 30% 9635 50% 9635 90% 9635 99% 9635 ms
Write: 10% 7096 30% 7096 50% 7096 90% 7096 99% 7096 ms
Write: 10% 7511 30% 7511 50% 7511 90% 7511 99% 7511 ms
Write: 10% 4458 30% 4458 50% 4458 90% 4458 99% 4458 ms
Write: 10% 5619 30% 5619 50% 5619 90% 5619 99% 5619 ms
Write: 10% 6418 30% 6418 50% 6418 90% 6418 99% 6418 ms
Write: 10% 5492 30% 5492 50% 5492 90% 5492 99% 5492 ms
Write: 10% 9530 30% 9530 50% 9530 90% 9530 99% 9530 ms
Write: 10% 4556 30% 4556 50% 4556 90% 4556 99% 4556 ms
Write: 10% 3883 30% 3883 50% 3883 90% 3883 99% 3883 ms
Write: 10% 6265 30% 6265 50% 6265 90% 6265 99% 6265 ms
Write: 10% 6108 30% 6108 50% 6108 90% 6108 99% 6108 ms
Write: 10% 6444 30% 6444 50% 6444 90% 6444 99% 6444 ms
Write: 10% 5450 30% 5450 50% 5450 90% 5450 99% 5450 ms
Write: 10% 4532 30% 4532 50% 4532 90% 4532 99% 4532 ms
Write: 10% 3026 30% 3026 50% 3026 90% 3026 99% 3026 ms
Write: 10% 6200 30% 6200 50% 6200 90% 6200 99% 6200 ms
Write: 10% 6582 30% 6582 50% 6582 90% 6582 99% 6582 ms
Write: 10% 3913 30% 3913 50% 3913 90% 3913 99% 3913 ms
Write: 10% 5102 30% 5102 50% 5102 90% 5102 99% 5102 ms
Write: 10% 4080 30% 4080 50% 4080 90% 4080 99% 4080 ms
Write: 10% 4694 30% 4694 50% 4694 90% 4694 99% 4694 ms
Write: 10% 3842 30% 3842 50% 3842 90% 3842 99% 3842 ms
Write: 10% 3691 30% 3691 50% 3691 90% 3691 99% 3691 ms
Write: 10% 3301 30% 3301 50% 3301 90% 3301 99% 3301 ms
Write: 10% 3302 30% 3302 50% 3302 90% 3302 99% 3302 ms
Write: 10% 3371 30% 3371 50% 3371 90% 3371 99% 3371 ms
Write: 10% 4500 30% 4500 50% 4500 90% 4500 99% 4500 ms
Write: 10% 4135 30% 4135 50% 4135 90% 4135 99% 4135 ms
Write: 10% 3404 30% 3404 50% 3404 90% 3404 99% 3404 ms
Write: 10% 4099 30% 4099 50% 4099 90% 4099 99% 4099 ms
Write: 10% 3393 30% 3393 50% 3393 90% 3393 99% 3393 ms
Write: 10% 4548 30% 4548 50% 4548 90% 4548 99% 4548 ms
Read: 10% 4990 30% 7976 50% 10962 90% 16934 99% 18277 ms
Update: 10% 1394 30% 1394 50% 1394 90% 1394 99% 1394 ms
