============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/00308d/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
135.51s call     test_restarts.py::TestRestartClusterBlock42::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
18.91s setup    test_restarts.py::TestRestartClusterBlock42::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
7.02s teardown test_restarts.py::TestRestartClusterBlock42::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
======================== 1 passed in 161.94s (0:02:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py F

=================================== FAILURES ===================================
_ TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok _
ydb/tests/functional/restarts/test_restarts.py:102: in test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
    all_tablet_ids = create_tablets_and_wait_for_start(self.cluster.client, num_of_nodes * TABLETS_PER_NODE)
ydb/tests/library/kv/helpers.py:33: in create_tablets_and_wait_for_start
    assert_that(
E   AssertionError: 
E   Expected: 
E   ============================================================
E    {
E     CreateTabletResult = a sequence containing [an object with a property 'Status' matching (<0> or <2>)]
E     Status = <1>
E   
E   }
E   ============================================================
E   
E        but: Actual protobuf = 
E   ============================================================
E   Status: 128
E   ErrorReason: "Client pipe to Hive destroyed (connection lost), Marker# HC9"
E   
E   ============================================================
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13708
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8529
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29122
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26472
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26472
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14935
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26361
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1433
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23950
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/kikimr_cluster_1tubwosq
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5616
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3512
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3025
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_1/logfile_k8up2i3t.log --grpc-port=5616 --mon-port=15230 --ic-port=13708
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7733
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20713
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20005
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18938
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_2/logfile_yhyor3dx.log --grpc-port=7733 --mon-port=20713 --ic-port=8529
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64694
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20368
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28258
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_3/logfile_2mw3zcn1.log --grpc-port=64694 --mon-port=17450 --ic-port=29122
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9325
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16561
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1965
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1965
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1966
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3866
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_4/logfile_md3ee2tn.log --grpc-port=9325 --mon-port=16561 --ic-port=26473
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28295
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28822
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3959
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17068
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_5/logfile_x2oinldc.log --grpc-port=28295 --mon-port=28822 --ic-port=14935
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18860
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13262
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28884
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23368
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_6/logfile_oo9jzew_.log --grpc-port=18860 --mon-port=13262 --ic-port=26361
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27375
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14287
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13815
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_7/logfile_rp1tx9c7.log --grpc-port=27375 --mon-port=14287 --ic-port=1433
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27944
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17296
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21258
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3102
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_8/logfile_wuwhrkeo.log --grpc-port=27944 --mon-port=17296 --ic-port=23950
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1d05lbppe.data on node localhost:5616/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_1/logfile_k8up2i3t.log --grpc-port=5616 --mon-port=15230 --ic-port=13708
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_1/logfile_k8up2i3t.log', '--grpc-port=5616', '--mon-port=15230', '--ic-port=13708')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2305222
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:5616/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2305223
DEBUG    ya.test:process.py:259 Command (pid 2305223) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2305223) elapsed time (sec): 0.5175907611846924
DEBUG    ya.test:process.py:263 Command (pid 2305223) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2305223) minflt: 16222
DEBUG    ya.test:process.py:263 Command (pid 2305223) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 2305223) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2305223) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2305223) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2305223) stime: 0.321141
DEBUG    ya.test:process.py:263 Command (pid 2305223) utime: 0.116075
DEBUG    ya.test:process.py:263 Command (pid 2305223) wtime: 0.521
DEBUG    ya.test:process.py:275 Command (pid 2305223) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2305223) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1gydzp145.data on node localhost:7733/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_2/logfile_yhyor3dx.log --grpc-port=7733 --mon-port=20713 --ic-port=8529
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_2/logfile_yhyor3dx.log', '--grpc-port=7733', '--mon-port=20713', '--ic-port=8529')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2305631
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:7733/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2305641
DEBUG    ya.test:process.py:259 Command (pid 2305641) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2305641) elapsed time (sec): 0.5002222061157227
DEBUG    ya.test:process.py:263 Command (pid 2305641) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2305641) minflt: 16204
DEBUG    ya.test:process.py:263 Command (pid 2305641) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) nivcsw: 120
DEBUG    ya.test:process.py:263 Command (pid 2305641) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2305641) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2305641) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2305641) stime: 0.284468
DEBUG    ya.test:process.py:263 Command (pid 2305641) utime: 0.12382599999999999
DEBUG    ya.test:process.py:263 Command (pid 2305641) wtime: 0.504
DEBUG    ya.test:process.py:275 Command (pid 2305641) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2305641) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12v086zxh.data on node localhost:64694/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_3/logfile_2mw3zcn1.log --grpc-port=64694 --mon-port=17450 --ic-port=29122
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_3/logfile_2mw3zcn1.log', '--grpc-port=64694', '--mon-port=17450', '--ic-port=29122')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2306075
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:64694/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2306077
DEBUG    ya.test:process.py:259 Command (pid 2306077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2306077) elapsed time (sec): 1.363551139831543
DEBUG    ya.test:process.py:263 Command (pid 2306077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2306077) minflt: 16210
DEBUG    ya.test:process.py:263 Command (pid 2306077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 2306077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2306077) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2306077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2306077) stime: 0.83748
DEBUG    ya.test:process.py:263 Command (pid 2306077) utime: 0.127976
DEBUG    ya.test:process.py:263 Command (pid 2306077) wtime: 1.365
DEBUG    ya.test:process.py:275 Command (pid 2306077) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2306077) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1by7bxe5l.data on node localhost:9325/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_4/logfile_md3ee2tn.log --grpc-port=9325 --mon-port=16561 --ic-port=26473
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_4/logfile_md3ee2tn.log', '--grpc-port=9325', '--mon-port=16561', '--ic-port=26473')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2306589
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:9325/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2306602
DEBUG    ya.test:process.py:259 Command (pid 2306602) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2306602) elapsed time (sec): 1.795607089996338
DEBUG    ya.test:process.py:263 Command (pid 2306602) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) maxrss: 543156
DEBUG    ya.test:process.py:263 Command (pid 2306602) minflt: 16259
DEBUG    ya.test:process.py:263 Command (pid 2306602) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) nivcsw: 437
DEBUG    ya.test:process.py:263 Command (pid 2306602) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2306602) nvcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2306602) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2306602) stime: 1.300657
DEBUG    ya.test:process.py:263 Command (pid 2306602) utime: 0.125443
DEBUG    ya.test:process.py:263 Command (pid 2306602) wtime: 1.827
DEBUG    ya.test:process.py:275 Command (pid 2306602) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2306602) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk14l29otnr.data on node localhost:28295/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_5/logfile_x2oinldc.log --grpc-port=28295 --mon-port=28822 --ic-port=14935
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_5/logfile_x2oinldc.log', '--grpc-port=28295', '--mon-port=28822', '--ic-port=14935')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2307200
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28295/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2307203
DEBUG    ya.test:process.py:259 Command (pid 2307203) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2307203) elapsed time (sec): 1.6874642372131348
DEBUG    ya.test:process.py:263 Command (pid 2307203) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 2307203) maxrss: 543268
DEBUG    ya.test:process.py:263 Command (pid 2307203) minflt: 16426
DEBUG    ya.test:process.py:263 Command (pid 2307203) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) nivcsw: 442
DEBUG    ya.test:process.py:263 Command (pid 2307203) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2307203) nvcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 2307203) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2307203) stime: 1.343731
DEBUG    ya.test:process.py:263 Command (pid 2307203) utime: 0.129465
DEBUG    ya.test:process.py:263 Command (pid 2307203) wtime: 1.689
DEBUG    ya.test:process.py:275 Command (pid 2307203) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2307203) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk18u82fz9e.data on node localhost:18860/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_6/logfile_oo9jzew_.log --grpc-port=18860 --mon-port=13262 --ic-port=26361
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_6/logfile_oo9jzew_.log', '--grpc-port=18860', '--mon-port=13262', '--ic-port=26361')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2308465
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:18860/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2308467
DEBUG    ya.test:process.py:259 Command (pid 2308467) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2308467) elapsed time (sec): 1.102182149887085
DEBUG    ya.test:process.py:263 Command (pid 2308467) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2308467) minflt: 16206
DEBUG    ya.test:process.py:263 Command (pid 2308467) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) nivcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 2308467) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2308467) nvcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 2308467) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2308467) stime: 0.7225509999999999
DEBUG    ya.test:process.py:263 Command (pid 2308467) utime: 0.114087
DEBUG    ya.test:process.py:263 Command (pid 2308467) wtime: 1.113
DEBUG    ya.test:process.py:275 Command (pid 2308467) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2308467) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1m8mn4z6s.data on node localhost:27375/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_7/logfile_rp1tx9c7.log --grpc-port=27375 --mon-port=14287 --ic-port=1433
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_7/logfile_rp1tx9c7.log', '--grpc-port=27375', '--mon-port=14287', '--ic-port=1433')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2309236
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:27375/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2309237
DEBUG    ya.test:process.py:259 Command (pid 2309237) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2309237) elapsed time (sec): 1.4384024143218994
DEBUG    ya.test:process.py:263 Command (pid 2309237) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2309237) minflt: 16207
DEBUG    ya.test:process.py:263 Command (pid 2309237) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) nivcsw: 307
DEBUG    ya.test:process.py:263 Command (pid 2309237) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2309237) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2309237) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2309237) stime: 1.130614
DEBUG    ya.test:process.py:263 Command (pid 2309237) utime: 0.11837299999999999
DEBUG    ya.test:process.py:263 Command (pid 2309237) wtime: 1.44
DEBUG    ya.test:process.py:275 Command (pid 2309237) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2309237) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk /home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12xugx3t7.data on node localhost:27944/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_8/logfile_wuwhrkeo.log --grpc-port=27944 --mon-port=17296 --ic-port=23950
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_8/logfile_wuwhrkeo.log', '--grpc-port=27944', '--mon-port=17296', '--ic-port=23950')' in '/home/runner/.ya/build/build_root/xkhm/00309b/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk1/testing_out_stuff/test_restarts.py.TestRestartClusterMirror34.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2310416
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:27944/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2310426
DEBUG    ya.test:process.py:259 Command (pid 2310426) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2310426) elapsed time (sec): 0.9375433921813965
DEBUG    ya.test:process.py:263 Command (pid 2310426) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) maxrss: 543152
DEBUG    ya.test:process.py:263 Command (pid 2310426) minflt: 16203
DEBUG    ya.test:process.py:263 Command (pid 2310426) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) nivcsw: 177
DEBUG    ya.test:process.py:263 Command (pid 2310426) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2310426) nvcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 2310426) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2310426) stime: 0.612327
DEBUG    ya.test:process.py:263 Command (pid 2310426) utime: 0.13560999999999998
DEBUG    ya.test:process.py:263 Command (pid 2310426) wtime: 0.943
DEBUG    ya.test:process.py:275 Command (pid 2310426) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 2310426) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-qvnmqzyssy    Host information: 
        Linux ghrun-qvnmqzyssy 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5616', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1d05lbppe.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1gydzp145.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12v086zxh.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1by7bxe5l.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk14l29otnr.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk18u82fz9e.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1m8mn4z6s.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12xugx3t7.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13708\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8529\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29122\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26473\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14935\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26361\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1433\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23950\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5616', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1d05lbppe.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1gydzp145.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12v086zxh.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1by7bxe5l.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk14l29otnr.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk18u82fz9e.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk1m8mn4z6s.data"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "/home/runner/.ya/build/build_root/xkhm/00309b/r3tmp/pdisk12xugx3t7.data"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13708\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8529\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 29122\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26473\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14935\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26361\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 1433\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23950\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2312374
DEBUG    ya.test:process.py:259 Command (pid 2312374) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2312374) elapsed time (sec): 1.359363317489624
DEBUG    ya.test:process.py:263 Command (pid 2312374) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) maxrss: 551604
DEBUG    ya.test:process.py:263 Command (pid 2312374) minflt: 18351
DEBUG    ya.test:process.py:263 Command (pid 2312374) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) nivcsw: 170
DEBUG    ya.test:process.py:263 Command (pid 2312374) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2312374) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 2312374) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2312374) stime: 1.143357
DEBUG    ya.test:process.py:263 Command (pid 2312374) utime: 0.11787199999999999
DEBUG    ya.test:process.py:263 Command (pid 2312374) wtime: 1.361
DEBUG    ya.test:process.py:275 Command (pid 2312374) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 12

DEBUG    ya.test:process.py:276 Command (pid 2312374) errors:

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5616', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3of4"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xkhm/00309b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5616', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3of4"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2313072
DEBUG    ya.test:process.py:259 Command (pid 2313072) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2313072) elapsed time (sec): 2.015805244445801
DEBUG    ya.test:process.py:263 Command (pid 2313072) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) maxrss: 551600
DEBUG    ya.test:process.py:263 Command (pid 2313072) minflt: 18354
DEBUG    ya.test:process.py:263 Command (pid 2313072) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) nivcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 2313072) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2313072) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 2313072) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2313072) stime: 1.6758959999999998
DEBUG    ya.test:process.py:263 Command (pid 2313072) utime: 0.12438099999999999
DEBUG    ya.test:process.py:263 Command (pid 2313072) wtime: 2.018
DEBUG    ya.test:process.py:275 Command (pid 2313072) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

DEBUG    ya.test:process.py:276 Command (pid 2313072) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_restarts.py::TestRestartClusterMirror34, test_name: test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok)
INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037888
  ChangeTime: 1763142518425
  State: Lock
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037888
  ChangeTime: 1763142518502
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037889
  ChangeTime: 1763142520458
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037889
  ChangeTime: 1763142520522
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037890
  ChangeTime: 1763142522510
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037890
  ChangeTime: 1763142522607
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037891
  ChangeTime: 1763142524562
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037891
  ChangeTime: 1763142524623
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037892
  ChangeTime: 1763142526588
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037892
  ChangeTime: 1763142526658
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037893
  ChangeTime: 1763142528606
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037893
  ChangeTime: 1763142528649
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037894
  ChangeTime: 1763142530625
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037894
  ChangeTime: 1763142530672
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037895
  ChangeTime: 1763142532673
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037895
  ChangeTime: 1763142532745
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037896
  ChangeTime: 1763142534698
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037896
  ChangeTime: 1763142534719
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037897
  ChangeTime: 1763142536719
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037897
  ChangeTime: 1763142536752
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037898
  ChangeTime: 1763142538747
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037898
  ChangeTime: 1763142538775
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037899
  ChangeTime: 1763142540770
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037899
  ChangeTime: 1763142540794
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037900
  ChangeTime: 1763142542796
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037900
  ChangeTime: 1763142542813
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037901
  ChangeTime: 1763142544821
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037901
  ChangeTime: 1763142544851
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037902
  ChangeTime: 1763142546839
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037902
  ChangeTime: 1763142546854
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037903
  ChangeTime: 1763142548855
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037903
  ChangeTime: 1763142548870
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037904
  ChangeTime: 1763142550867
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037904
  ChangeTime: 1763142550888
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037905
  ChangeTime: 1763142552885
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037905
  ChangeTime: 1763142552901
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037906
  ChangeTime: 1763142554919
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037906
  ChangeTime: 1763142554945
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037907
  ChangeTime: 1763142556963
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037907
  ChangeTime: 1763142557016
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037908
  ChangeTime: 1763142558991
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037908
  ChangeTime: 1763142559019
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037909
  ChangeTime: 1763142561025
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037909
  ChangeTime: 1763142561042
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037910
  ChangeTime: 1763142563077
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037910
  ChangeTime: 1763142563104
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037911
  ChangeTime: 1763142565105
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037911
  ChangeTime: 1763142565153
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037912
  ChangeTime: 1763142567136
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037912
  ChangeTime: 1763142567163
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037913
  ChangeTime: 1763142569163
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037913
  ChangeTime: 1763142569196
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037914
  ChangeTime: 1763142571183
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037914
  ChangeTime: 1763142571203
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037915
  ChangeTime: 1763142573202
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037915
  ChangeTime: 1763142573216
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037916
  ChangeTime: 1763142575217
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037916
  ChangeTime: 1763142575229
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037917
  ChangeTime: 1763142577232
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037917
  ChangeTime: 1763142577244
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037918
  ChangeTime: 1763142579249
  State: BlockBlobStorage
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037918
  ChangeTime: 1763142579261
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037919
  ChangeTime: 1763142581262
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037919
  ChangeTime: 1763142581276
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037920
  ChangeTime: 1763142583283
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037920
  ChangeTime: 1763142583306
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037921
  ChangeTime: 1763142585318
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037921
  ChangeTime: 1763142585342
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037922
  ChangeTime: 1763142587338
  State: Candidate
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037922
  ChangeTime: 1763142587369
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037923
  ChangeTime: 1763142589360
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037923
  ChangeTime: 1763142589399
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037924
  ChangeTime: 1763142591402
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037924
  ChangeTime: 1763142591461
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037925
  ChangeTime: 1763142593426
  State: Discover
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037925
  ChangeTime: 1763142593441
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037926
  ChangeTime: 1763142595452
  State: ResolveStateStorage
  Generation: 0
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================

INFO     root:wait_for.py:42 Result from callable = 
================================================================================
Status: 1
TabletStateInfo {
  TabletId: 72075186224037926
  ChangeTime: 1763142595478
  State: Active
  Generation: 1
  Type: KeyValue
  Host: "localhost"
  Leader: true
  FollowerId: 0
  TenantId {
    SchemeShard: 72057594046678944
    PathId: 1
  }
  HiveId: 72057594037968897
}

================================================================================
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:5616/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:64694/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:7733/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:28295/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:9325/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:27944/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:18860/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:27375/7
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3102
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21258
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17296
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27944
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13815
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4981
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14287
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27375
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28884
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13262
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18860
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17068
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28822
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28295
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3866
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1966
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16561
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9325
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28258
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20368
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64694
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18938
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20005
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20713
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7733
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3025
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3512
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15230
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5616
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23950
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1433
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26361
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14935
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8529
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13708
============================== slowest durations ===============================
79.11s call     test_restarts.py::TestRestartClusterMirror34::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
15.77s setup    test_restarts.py::TestRestartClusterMirror34::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
3.04s teardown test_restarts.py::TestRestartClusterMirror34::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
=========================== short test summary info ============================
FAILED test_restarts.py::TestRestartClusterMirror34::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok - AssertionError: 
Expected: 
============================================================
 {
  CreateTabletResult = a sequence containing [an object with a property 'Status' matching (<0> or <2>)]
  Status = <1>

}
============================================================

     but: Actual protobuf = 
============================================================
Status: 128
ErrorReason: "Client pipe to Hive destroyed (connection lost), Marker# HC9"

============================================================
========================= 1 failed in 98.76s (0:01:38) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/0030d4/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
127.48s call     test_restarts.py::TestRestartClusterMirror3DC::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
10.04s setup    test_restarts.py::TestRestartClusterMirror3DC::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
7.04s teardown test_restarts.py::TestRestartClusterMirror3DC::test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
======================== 1 passed in 145.05s (0:02:25) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003075/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
145.82s call     test_restarts.py::TestRestartMultipleBlock42::test_tablets_are_successfully_started_after_few_killed_nodes
12.24s setup    test_restarts.py::TestRestartMultipleBlock42::test_tablets_are_successfully_started_after_few_killed_nodes
7.03s teardown test_restarts.py::TestRestartMultipleBlock42::test_tablets_are_successfully_started_after_few_killed_nodes
======================== 1 passed in 165.55s (0:02:45) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003096/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
140.95s call     test_restarts.py::TestRestartMultipleMirror34::test_tablets_are_successfully_started_after_few_killed_nodes
21.57s setup    test_restarts.py::TestRestartMultipleMirror34::test_tablets_are_successfully_started_after_few_killed_nodes
7.03s teardown test_restarts.py::TestRestartMultipleMirror34::test_tablets_are_successfully_started_after_few_killed_nodes
======================== 1 passed in 170.31s (0:02:50) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003065/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
174.61s call     test_restarts.py::TestRestartMultipleMirror3DC::test_tablets_are_successfully_started_after_few_killed_nodes
12.14s setup    test_restarts.py::TestRestartMultipleMirror3DC::test_tablets_are_successfully_started_after_few_killed_nodes
3.03s teardown test_restarts.py::TestRestartMultipleMirror3DC::test_tablets_are_successfully_started_after_few_killed_nodes
======================== 1 passed in 190.22s (0:03:10) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003044/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
129.80s call     test_restarts.py::TestRestartSingleBlock42::test_restart_single_node_is_ok
11.06s setup    test_restarts.py::TestRestartSingleBlock42::test_restart_single_node_is_ok
7.02s teardown test_restarts.py::TestRestartSingleBlock42::test_restart_single_node_is_ok
======================== 1 passed in 148.37s (0:02:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003087/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

test_restarts.py .

============================== slowest durations ===============================
143.56s call     test_restarts.py::TestRestartSingleMirror3DC::test_restart_single_node_is_ok
19.88s setup    test_restarts.py::TestRestartSingleMirror3DC::test_restart_single_node_is_ok
7.02s teardown test_restarts.py::TestRestartSingleMirror3DC::test_restart_single_node_is_ok
======================== 1 passed in 170.98s (0:02:50) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/003079/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

============================ no tests ran in 0.50s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xkhm/0030aa/ydb/tests/functional/restarts/test-results/py3test/testing_out_stuff/test_restarts/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

============================ no tests ran in 0.48s =============================
